File tree
60 files changed
+3273
-259
lines changed- compiler
- rustc_ast/src
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast_pretty/src/pprust
- rustc_builtin_macros/src/deriving
- rustc_hir/src
- rustc_hir_analysis
- src
- astconv
- check
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- fn_ctxt
- rustc_metadata/src/rmeta
- rustc_middle/src
- hir/map
- query
- ty
- rustc_mir_build/src/thir/cx
- rustc_parse/src/parser
- rustc_passes/src
- rustc_resolve/src
- rustc_span/src
- rustc_symbol_mangling/src
- typeid
- rustc_trait_selection/src/traits/select
- rustc_ty_utils/src
- src
- librustdoc/clean
- tools
- clippy
- clippy_lints/src
- clippy_utils/src
- rustfmt
- src
- tests/target
- tests
- mir-opt/unnamed-fields
- ui
- feature-gates
- union/unnamed-fields
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
60 files changed
+3273
-259
lines changedDiff for: compiler/rustc_ast/src/ast.rs
+6-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2107 | 2107 |
| |
2108 | 2108 |
| |
2109 | 2109 |
| |
2110 |
| - | |
| 2110 | + | |
2111 | 2111 |
| |
2112 |
| - | |
| 2112 | + | |
2113 | 2113 |
| |
2114 | 2114 |
| |
2115 | 2115 |
| |
| |||
2161 | 2161 |
| |
2162 | 2162 |
| |
2163 | 2163 |
| |
| 2164 | + | |
| 2165 | + | |
| 2166 | + | |
| 2167 | + | |
2164 | 2168 |
| |
2165 | 2169 |
| |
2166 | 2170 |
| |
|
Diff for: compiler/rustc_ast/src/mut_visit.rs
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
514 | 514 |
| |
515 | 515 |
| |
516 | 516 |
| |
517 |
| - | |
| 517 | + | |
| 518 | + | |
518 | 519 |
| |
519 | 520 |
| |
520 | 521 |
| |
|
Diff for: compiler/rustc_ast/src/visit.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
450 | 450 |
| |
451 | 451 |
| |
452 | 452 |
| |
453 |
| - | |
| 453 | + | |
454 | 454 |
| |
455 | 455 |
| |
456 | 456 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/item.rs
+4-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
720 | 720 |
| |
721 | 721 |
| |
722 | 722 |
| |
723 |
| - | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
724 | 727 |
| |
725 | 728 |
| |
726 | 729 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/lib.rs
+38-11
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1288 | 1288 |
| |
1289 | 1289 |
| |
1290 | 1290 |
| |
1291 |
| - | |
1292 |
| - | |
1293 |
| - | |
1294 |
| - | |
1295 |
| - | |
1296 |
| - | |
1297 |
| - | |
1298 |
| - | |
1299 |
| - | |
1300 |
| - | |
1301 |
| - | |
| 1291 | + | |
| 1292 | + | |
| 1293 | + | |
| 1294 | + | |
| 1295 | + | |
| 1296 | + | |
| 1297 | + | |
| 1298 | + | |
| 1299 | + | |
| 1300 | + | |
| 1301 | + | |
| 1302 | + | |
| 1303 | + | |
| 1304 | + | |
| 1305 | + | |
| 1306 | + | |
| 1307 | + | |
| 1308 | + | |
| 1309 | + | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
| 1313 | + | |
| 1314 | + | |
| 1315 | + | |
| 1316 | + | |
| 1317 | + | |
| 1318 | + | |
| 1319 | + | |
| 1320 | + | |
| 1321 | + | |
| 1322 | + | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
| 1326 | + | |
| 1327 | + | |
| 1328 | + | |
1302 | 1329 |
| |
1303 | 1330 |
| |
1304 | 1331 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
219 | 219 |
| |
220 | 220 |
| |
221 | 221 |
| |
222 |
| - | |
223 |
| - | |
| 222 | + | |
| 223 | + | |
224 | 224 |
| |
225 | 225 |
| |
226 | 226 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1003 | 1003 |
| |
1004 | 1004 |
| |
1005 | 1005 |
| |
1006 |
| - | |
| 1006 | + | |
1007 | 1007 |
| |
1008 | 1008 |
| |
1009 | 1009 |
| |
1010 |
| - | |
| 1010 | + | |
1011 | 1011 |
| |
1012 | 1012 |
| |
1013 | 1013 |
| |
|
+3-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
110 | 110 |
| |
111 | 111 |
| |
112 | 112 |
| |
113 |
| - | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
114 | 116 |
| |
115 | 117 |
| |
116 | 118 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
123 | 123 |
| |
124 | 124 |
| |
125 | 125 |
| |
| 126 | + | |
| 127 | + | |
126 | 128 |
| |
127 | 129 |
| |
128 | 130 |
| |
|
Diff for: compiler/rustc_hir/src/def.rs
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
| |||
225 | 226 |
| |
226 | 227 |
| |
227 | 228 |
| |
| 229 | + | |
228 | 230 |
| |
229 | 231 |
| |
230 | 232 |
| |
|
Diff for: compiler/rustc_hir/src/definitions.rs
+5-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
287 | 287 |
| |
288 | 288 |
| |
289 | 289 |
| |
| 290 | + | |
| 291 | + | |
290 | 292 |
| |
291 | 293 |
| |
292 | 294 |
| |
| |||
409 | 411 |
| |
410 | 412 |
| |
411 | 413 |
| |
| 414 | + | |
412 | 415 |
| |
413 |
| - | |
| 416 | + | |
414 | 417 |
| |
415 | 418 |
| |
416 | 419 |
| |
| |||
431 | 434 |
| |
432 | 435 |
| |
433 | 436 |
| |
| 437 | + | |
434 | 438 |
| |
435 | 439 |
| |
436 | 440 |
| |
|
Diff for: compiler/rustc_hir/src/hir.rs
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2587 | 2587 |
| |
2588 | 2588 |
| |
2589 | 2589 |
| |
| 2590 | + | |
| 2591 | + | |
2590 | 2592 |
| |
2591 | 2593 |
| |
2592 | 2594 |
| |
|
Diff for: compiler/rustc_hir/src/intravisit.rs
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
852 | 852 |
| |
853 | 853 |
| |
854 | 854 |
| |
| 855 | + | |
| 856 | + | |
| 857 | + | |
855 | 858 |
| |
856 | 859 |
| |
857 | 860 |
| |
|
+35
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
123 | 123 |
| |
124 | 124 |
| |
125 | 125 |
| |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
126 | 148 |
| |
127 | 149 |
| |
128 | 150 |
| |
| |||
420 | 442 |
| |
421 | 443 |
| |
422 | 444 |
| |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
423 | 458 |
| |
424 | 459 |
| |
425 | 460 |
| |
|
+13
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2457 | 2457 |
| |
2458 | 2458 |
| |
2459 | 2459 |
| |
| 2460 | + | |
| 2461 | + | |
| 2462 | + | |
| 2463 | + | |
| 2464 | + | |
| 2465 | + | |
| 2466 | + | |
| 2467 | + | |
| 2468 | + | |
| 2469 | + | |
| 2470 | + | |
| 2471 | + | |
| 2472 | + | |
2460 | 2473 |
| |
2461 | 2474 |
| |
2462 | 2475 |
| |
|
+53
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
| 83 | + | |
83 | 84 |
| |
84 | 85 |
| |
85 | 86 |
| |
| |||
89 | 90 |
| |
90 | 91 |
| |
91 | 92 |
| |
| 93 | + | |
| 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 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
92 | 145 |
| |
93 | 146 |
| |
94 | 147 |
| |
|
0 commit comments