File tree
356 files changed
+7495
-3179
lines changed- compiler
- rustc_ast/src
- attr
- rustc_borrowck/src
- polonius
- type_check
- rustc_builtin_macros/src
- rustc_codegen_cranelift/src
- rustc_codegen_ssa/src/mir
- rustc_const_eval/src
- check_consts
- interpret
- rustc_errors/src
- rustc_expand/src
- mbe
- rustc_hir_analysis/src
- check
- coherence
- hir_ty_lowering
- rustc_hir_typeck
- src
- fn_ctxt
- method
- rustc_infer/src
- infer
- error_reporting
- traits
- rustc_lint/src
- rustc_lint_defs/src
- rustc_middle/src
- hir/map
- mir
- traits
- ty
- print
- rustc_mir_build/src
- build
- expr
- rustc_mir_dataflow/src
- impls
- move_paths
- rustc_mir_transform/src
- coverage
- spans
- rustc_monomorphize/src
- rustc_next_trait_solver/src
- solve
- assembly
- eval_ctxt
- rustc_parse/src/parser
- rustc_resolve/src
- late
- rustc_smir/src/rustc_smir/convert
- rustc_trait_selection/src
- solve
- traits
- error_reporting
- select
- rustc_ty_utils/src
- rustc_type_ir/src
- library
- alloc
- src
- collections
- btree
- map
- set
- vec_deque
- vec
- tests
- core
- src
- ffi
- iter/traits
- mem
- num
- tests/fmt
- std
- src
- os/fd
- path
- sync
- src
- bootstrap
- src
- core
- build_steps
- utils
- doc/rustc/src/platform-support
- librustdoc/clean
- tools
- clippy
- clippy_utils/src
- tests/ui
- miri
- src
- shims
- tests
- fail/tail_calls
- pass
- shims
- run-make-support/src
- diff
- rust-analyzer/crates/stdx/src
- tidy/src
- tests
- coverage
- attr
- coverage-run-rustdoc
- crashes
- mir-opt
- pretty
- run-make
- emit-path-unhashed
- intrinsic-unreachable
- issue-37839
- llvm-ident
- output-type-permutations
- pass-linker-flags
- pass-linker-flags-flavor
- pass-linker-flags-from-dep
- proc-macro-three-crates
- sepcomp-cci-copies
- sepcomp-inlining
- sepcomp-separate
- target-cpu-native
- target-specs
- target-without-atomic-cas
- track-path-dep-info
- track-pgo-dep-info
- rustdoc-json
- ui
- async-await/async-closures
- cast
- deriving
- explicit-tail-calls
- fmt
- generic-associated-types
- impl-trait
- in-trait
- intrinsics
- issues
- lint
- macros
- macro-metavar-expr-concat
- rfc-3086-metavar-expr
- mir/alignment
- mismatched_types
- never_type
- parser
- resolve
- rfcs/rfc-2632-const-trait-impl
- effects
- suggestions
- traits
- next-solver
- typeck
- type-alias-impl-trait
- typeck
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
356 files changed
+7495
-3179
lines changedLines changed: 0 additions & 33 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 |
| - | |
15 | 13 |
| |
16 | 14 |
| |
17 | 15 |
| |
| |||
91 | 89 |
| |
92 | 90 |
| |
93 | 91 |
| |
94 |
| - | |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 |
| - | |
101 |
| - | |
102 |
| - | |
103 |
| - | |
104 |
| - | |
105 |
| - | |
106 |
| - | |
107 |
| - | |
108 |
| - | |
109 |
| - | |
110 |
| - | |
111 |
| - | |
112 |
| - | |
113 |
| - | |
114 |
| - | |
115 |
| - | |
116 |
| - | |
117 |
| - | |
118 |
| - | |
119 |
| - | |
120 |
| - | |
121 |
| - | |
122 |
| - | |
123 |
| - | |
124 |
| - | |
125 | 92 |
| |
126 | 93 |
| |
127 | 94 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
202 | 202 |
| |
203 | 203 |
| |
204 | 204 |
| |
205 |
| - | |
| 205 | + | |
| 206 | + | |
206 | 207 |
| |
207 | 208 |
| |
208 | 209 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
| 47 | + | |
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
704 | 704 |
| |
705 | 705 |
| |
706 | 706 |
| |
707 |
| - | |
| 707 | + | |
708 | 708 |
| |
709 | 709 |
| |
710 | 710 |
| |
|
Lines changed: 17 additions & 16 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| |||
170 | 170 |
| |
171 | 171 |
| |
172 | 172 |
| |
173 |
| - | |
174 |
| - | |
| 173 | + | |
| 174 | + | |
175 | 175 |
| |
176 | 176 |
| |
177 | 177 |
| |
| |||
180 | 180 |
| |
181 | 181 |
| |
182 | 182 |
| |
183 |
| - | |
| 183 | + | |
184 | 184 |
| |
185 | 185 |
| |
186 | 186 |
| |
| |||
199 | 199 |
| |
200 | 200 |
| |
201 | 201 |
| |
202 |
| - | |
203 |
| - | |
| 202 | + | |
| 203 | + | |
204 | 204 |
| |
205 | 205 |
| |
206 |
| - | |
| 206 | + | |
207 | 207 |
| |
208 |
| - | |
| 208 | + | |
209 | 209 |
| |
210 | 210 |
| |
211 | 211 |
| |
| |||
227 | 227 |
| |
228 | 228 |
| |
229 | 229 |
| |
230 |
| - | |
| 230 | + | |
231 | 231 |
| |
232 | 232 |
| |
233 | 233 |
| |
| |||
242 | 242 |
| |
243 | 243 |
| |
244 | 244 |
| |
245 |
| - | |
| 245 | + | |
246 | 246 |
| |
247 | 247 |
| |
248 | 248 |
| |
| |||
262 | 262 |
| |
263 | 263 |
| |
264 | 264 |
| |
265 |
| - | |
| 265 | + | |
266 | 266 |
| |
267 | 267 |
| |
268 | 268 |
| |
| |||
436 | 436 |
| |
437 | 437 |
| |
438 | 438 |
| |
439 |
| - | |
| 439 | + | |
440 | 440 |
| |
441 |
| - | |
| 441 | + | |
442 | 442 |
| |
443 | 443 |
| |
444 | 444 |
| |
445 | 445 |
| |
446 | 446 |
| |
447 |
| - | |
448 |
| - | |
449 |
| - | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
450 | 450 |
| |
451 | 451 |
| |
452 | 452 |
| |
| |||
765 | 765 |
| |
766 | 766 |
| |
767 | 767 |
| |
| 768 | + | |
768 | 769 |
| |
769 | 770 |
| |
770 | 771 |
| |
|
Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
727 | 727 |
| |
728 | 728 |
| |
729 | 729 |
| |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
730 | 736 |
| |
731 | 737 |
| |
732 | 738 |
| |
| |||
813 | 819 |
| |
814 | 820 |
| |
815 | 821 |
| |
| 822 | + | |
816 | 823 |
| |
817 |
| - | |
818 |
| - | |
819 | 824 |
| |
820 | 825 |
| |
821 | 826 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
128 | 134 |
| |
129 | 135 |
| |
130 | 136 |
| |
|
Lines changed: 83 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| 41 | + | |
41 | 42 |
| |
42 | 43 |
| |
43 | 44 |
| |
| |||
49 | 50 |
| |
50 | 51 |
| |
51 | 52 |
| |
| 53 | + | |
52 | 54 |
| |
53 | 55 |
| |
54 | 56 |
| |
| |||
1352 | 1354 |
| |
1353 | 1355 |
| |
1354 | 1356 |
| |
1355 |
| - | |
| 1357 | + | |
| 1358 | + | |
| 1359 | + | |
| 1360 | + | |
| 1361 | + | |
| 1362 | + | |
| 1363 | + | |
| 1364 | + | |
1356 | 1365 |
| |
1357 | 1366 |
| |
1358 | 1367 |
| |
| |||
1425 | 1434 |
| |
1426 | 1435 |
| |
1427 | 1436 |
| |
1428 |
| - | |
| 1437 | + | |
| 1438 | + | |
| 1439 | + | |
1429 | 1440 |
| |
1430 | 1441 |
| |
1431 | 1442 |
| |
| |||
1443 | 1454 |
| |
1444 | 1455 |
| |
1445 | 1456 |
| |
1446 |
| - | |
| 1457 | + | |
1447 | 1458 |
| |
1448 | 1459 |
| |
1449 | 1460 |
| |
| |||
1675 | 1686 |
| |
1676 | 1687 |
| |
1677 | 1688 |
| |
| 1689 | + | |
| 1690 | + | |
| 1691 | + | |
| 1692 | + | |
| 1693 | + | |
1678 | 1694 |
| |
1679 | 1695 |
| |
1680 | 1696 |
| |
| |||
2319 | 2335 |
| |
2320 | 2336 |
| |
2321 | 2337 |
| |
2322 |
| - | |
| 2338 | + | |
| 2339 | + | |
| 2340 | + | |
| 2341 | + | |
| 2342 | + | |
| 2343 | + | |
| 2344 | + | |
| 2345 | + | |
| 2346 | + | |
| 2347 | + | |
| 2348 | + | |
| 2349 | + | |
| 2350 | + | |
| 2351 | + | |
| 2352 | + | |
| 2353 | + | |
| 2354 | + | |
| 2355 | + | |
| 2356 | + | |
| 2357 | + | |
| 2358 | + | |
| 2359 | + | |
| 2360 | + | |
| 2361 | + | |
| 2362 | + | |
| 2363 | + | |
| 2364 | + | |
| 2365 | + | |
| 2366 | + | |
| 2367 | + | |
| 2368 | + | |
| 2369 | + | |
| 2370 | + | |
| 2371 | + | |
| 2372 | + | |
| 2373 | + | |
| 2374 | + | |
| 2375 | + | |
| 2376 | + | |
| 2377 | + | |
| 2378 | + | |
| 2379 | + | |
| 2380 | + | |
| 2381 | + | |
| 2382 | + | |
| 2383 | + | |
| 2384 | + | |
| 2385 | + | |
| 2386 | + | |
| 2387 | + | |
| 2388 | + | |
2323 | 2389 |
| |
2324 | 2390 |
| |
2325 | 2391 |
| |
| |||
2842 | 2908 |
| |
2843 | 2909 |
| |
2844 | 2910 |
| |
| 2911 | + | |
| 2912 | + | |
| 2913 | + | |
| 2914 | + | |
| 2915 | + | |
| 2916 | + | |
| 2917 | + | |
| 2918 | + | |
| 2919 | + | |
| 2920 | + | |
| 2921 | + | |
| 2922 | + | |
| 2923 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
193 | 193 |
| |
194 | 194 |
| |
195 | 195 |
| |
196 |
| - | |
| 196 | + | |
197 | 197 |
| |
198 | 198 |
| |
199 | 199 |
| |
|
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
491 | 491 |
| |
492 | 492 |
| |
493 | 493 |
| |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
494 | 499 |
| |
495 | 500 |
| |
496 | 501 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
567 | 567 |
| |
568 | 568 |
| |
569 | 569 |
| |
| 570 | + | |
570 | 571 |
| |
571 | 572 |
| |
572 | 573 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
281 | 281 |
| |
282 | 282 |
| |
283 | 283 |
| |
| 284 | + | |
284 | 285 |
| |
285 | 286 |
| |
286 | 287 |
| |
|
0 commit comments