File tree
128 files changed
+233
-208
lines changed- compiler
- rustc_ast/src
- rustc_borrowck/src/type_check
- rustc_codegen_ssa/src/back
- rustc_expand/src/mbe
- rustc_index/src
- rustc_infer/src/infer
- canonical
- error_reporting
- nll_relate
- outlives
- region_constraints
- rustc_interface/src
- rustc_lint/src
- rustc_lint_defs/src
- rustc_metadata/src/rmeta
- rustc_middle/src
- hir/map
- infer
- mir
- traits
- ty
- print
- rustc_mir_build/src
- build
- matches
- thir/pattern
- rustc_mir_dataflow/src
- impls
- rustc_mir_transform/src
- coverage
- inline
- rustc_monomorphize/src
- partitioning
- rustc_parse/src/parser
- rustc_parse_format/src
- rustc_passes/src
- rustc_privacy/src
- rustc_query_system/src/dep_graph
- rustc_resolve/src
- late
- rustc_save_analysis/src
- rustc_span/src
- rustc_target/src
- abi/call
- spec
- rustc_trait_selection/src
- traits
- error_reporting
- query
- select
- rustc_typeck/src
- astconv
- check
- fn_ctxt
- generator_interior
- drop_ranges
- method
- collect
- structured_errors
- library
- alloc/src
- collections/vec_deque
- vec
- std/src/thread
- src/test/ui
- async-await
- issues
- chalkify/bugs
- impl-trait
- issues
- pattern
- type-alias-impl-trait
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
128 files changed
+233
-208
lines changedDiff for: compiler/rustc_ast/src/tokenstream.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
295 | 295 |
| |
296 | 296 |
| |
297 | 297 |
| |
298 |
| - | |
| 298 | + | |
299 | 299 |
| |
300 | 300 |
| |
301 | 301 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
158 | 158 |
| |
159 | 159 |
| |
160 | 160 |
| |
161 |
| - | |
| 161 | + | |
162 | 162 |
| |
163 | 163 |
| |
164 | 164 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
779 | 779 |
| |
780 | 780 |
| |
781 | 781 |
| |
782 |
| - | |
| 782 | + | |
783 | 783 |
| |
784 | 784 |
| |
785 | 785 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
| 38 | + | |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
| |||
210 | 210 |
| |
211 | 211 |
| |
212 | 212 |
| |
213 |
| - | |
| 213 | + | |
214 | 214 |
| |
215 | 215 |
| |
216 | 216 |
| |
|
Diff for: compiler/rustc_index/src/bit_set.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1717 | 1717 |
| |
1718 | 1718 |
| |
1719 | 1719 |
| |
1720 |
| - | |
| 1720 | + | |
1721 | 1721 |
| |
1722 | 1722 |
| |
1723 | 1723 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1164 | 1164 |
| |
1165 | 1165 |
| |
1166 | 1166 |
| |
1167 |
| - | |
| 1167 | + | |
1168 | 1168 |
| |
1169 | 1169 |
| |
1170 | 1170 |
| |
| |||
1245 | 1245 |
| |
1246 | 1246 |
| |
1247 | 1247 |
| |
1248 |
| - | |
| 1248 | + | |
1249 | 1249 |
| |
1250 | 1250 |
| |
1251 | 1251 |
| |
| |||
1857 | 1857 |
| |
1858 | 1858 |
| |
1859 | 1859 |
| |
1860 |
| - | |
| 1860 | + | |
1861 | 1861 |
| |
1862 | 1862 |
| |
1863 | 1863 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 |
| - | |
| 86 | + | |
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
|
Diff for: compiler/rustc_infer/src/infer/mod.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
343 | 343 |
| |
344 | 344 |
| |
345 | 345 |
| |
346 |
| - | |
| 346 | + | |
347 | 347 |
| |
348 | 348 |
| |
349 | 349 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
550 | 550 |
| |
551 | 551 |
| |
552 | 552 |
| |
553 |
| - | |
| 553 | + | |
554 | 554 |
| |
555 | 555 |
| |
556 | 556 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
306 | 306 |
| |
307 | 307 |
| |
308 | 308 |
| |
309 |
| - | |
| 309 | + | |
310 | 310 |
| |
311 | 311 |
| |
312 | 312 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
128 |
| - | |
| 128 | + | |
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
93 | 93 |
| |
94 | 94 |
| |
95 | 95 |
| |
96 |
| - | |
| 96 | + | |
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
365 | 365 |
| |
366 | 366 |
| |
367 | 367 |
| |
368 |
| - | |
| 368 | + | |
369 | 369 |
| |
370 | 370 |
| |
371 | 371 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
| 36 | + | |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
| |||
210 | 210 |
| |
211 | 211 |
| |
212 | 212 |
| |
213 |
| - | |
| 213 | + | |
214 | 214 |
| |
215 | 215 |
| |
216 | 216 |
| |
| |||
243 | 243 |
| |
244 | 244 |
| |
245 | 245 |
| |
246 |
| - | |
| 246 | + | |
247 | 247 |
| |
248 | 248 |
| |
249 | 249 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 |
| - | |
| 49 | + | |
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 |
| - | |
| 58 | + | |
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
|
Diff for: compiler/rustc_interface/src/passes.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
929 | 929 |
| |
930 | 930 |
| |
931 | 931 |
| |
932 |
| - | |
| 932 | + | |
933 | 933 |
| |
934 | 934 |
| |
935 | 935 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
67 |
| - | |
| 67 | + | |
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
|
Diff for: compiler/rustc_lint_defs/src/builtin.rs
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2254 | 2254 |
| |
2255 | 2255 |
| |
2256 | 2256 |
| |
2257 |
| - | |
| 2257 | + | |
2258 | 2258 |
| |
2259 | 2259 |
| |
2260 | 2260 |
| |
| |||
2276 | 2276 |
| |
2277 | 2277 |
| |
2278 | 2278 |
| |
2279 |
| - | |
| 2279 | + | |
2280 | 2280 |
| |
2281 | 2281 |
| |
2282 | 2282 |
| |
| |||
3626 | 3626 |
| |
3627 | 3627 |
| |
3628 | 3628 |
| |
3629 |
| - | |
| 3629 | + | |
3630 | 3630 |
| |
3631 | 3631 |
| |
3632 | 3632 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
580 | 580 |
| |
581 | 581 |
| |
582 | 582 |
| |
583 |
| - | |
| 583 | + | |
584 | 584 |
| |
585 | 585 |
| |
586 | 586 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
271 | 271 |
| |
272 | 272 |
| |
273 | 273 |
| |
274 |
| - | |
| 274 | + | |
275 | 275 |
| |
276 | 276 |
| |
277 | 277 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
218 | 218 |
| |
219 | 219 |
| |
220 | 220 |
| |
221 |
| - | |
| 221 | + | |
222 | 222 |
| |
223 | 223 |
| |
224 | 224 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
220 | 220 |
| |
221 | 221 |
| |
222 | 222 |
| |
223 |
| - | |
| 223 | + | |
224 | 224 |
| |
225 | 225 |
| |
226 | 226 |
| |
|
Diff for: compiler/rustc_middle/src/lint.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
340 | 340 |
| |
341 | 341 |
| |
342 | 342 |
| |
343 |
| - | |
| 343 | + | |
344 | 344 |
| |
345 | 345 |
| |
346 | 346 |
| |
|
Diff for: compiler/rustc_middle/src/mir/mod.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2840 | 2840 |
| |
2841 | 2841 |
| |
2842 | 2842 |
| |
2843 |
| - | |
| 2843 | + | |
2844 | 2844 |
| |
2845 | 2845 |
| |
2846 | 2846 |
| |
|
Diff for: compiler/rustc_middle/src/mir/query.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
126 | 126 |
| |
127 | 127 |
| |
128 | 128 |
| |
129 |
| - | |
| 129 | + | |
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
|
Diff for: compiler/rustc_middle/src/thir.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
656 | 656 |
| |
657 | 657 |
| |
658 | 658 |
| |
659 |
| - | |
| 659 | + | |
660 | 660 |
| |
661 | 661 |
| |
662 | 662 |
| |
|
Diff for: compiler/rustc_middle/src/traits/mod.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
524 | 524 |
| |
525 | 525 |
| |
526 | 526 |
| |
527 |
| - | |
| 527 | + | |
528 | 528 |
| |
529 | 529 |
| |
530 | 530 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
142 |
| - | |
| 142 | + | |
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
|
Diff for: compiler/rustc_middle/src/ty/layout.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2718 | 2718 |
| |
2719 | 2719 |
| |
2720 | 2720 |
| |
2721 |
| - | |
| 2721 | + | |
2722 | 2722 |
| |
2723 | 2723 |
| |
2724 | 2724 |
| |
| |||
2773 | 2773 |
| |
2774 | 2774 |
| |
2775 | 2775 |
| |
2776 |
| - | |
| 2776 | + | |
2777 | 2777 |
| |
2778 | 2778 |
| |
2779 | 2779 |
| |
|
0 commit comments