File tree
49 files changed
+269
-141
lines changed- compiler
- rustc_ast/src
- rustc_ast_lowering/src
- rustc_attr_parsing/src
- rustc_borrowck/src
- rustc_builtin_macros/src
- rustc_codegen_ssa/src
- rustc_const_eval/src
- rustc_driver/src
- rustc_driver_impl/src
- rustc_expand/src
- mbe
- rustc_hir/src
- rustc_hir_analysis/src
- rustc_hir_typeck/src
- rustc_incremental/src
- rustc_lint/src
- rustc_metadata/src
- rustc_middle/src
- rustc_mir_build/src
- rustc_mir_dataflow/src
- rustc_mir_transform/src
- rustc_monomorphize/src
- rustc_parse/src
- parser
- rustc_passes/src
- rustc_privacy/src
- rustc_query_impl/src
- rustc_sanitizers/src
- rustc_smir/src
- rustc_symbol_mangling/src
- rustc_transmute/src
- rustc_ty_utils/src
- tests/ui
- macros
- proc-macro
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
49 files changed
+269
-141
lines changedDiff for: compiler/rustc_ast/src/ast_traits.rs
-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
209 | 209 |
| |
210 | 210 |
| |
211 | 211 |
| |
212 |
| - | |
213 |
| - | |
214 | 212 |
| |
215 | 213 |
| |
216 | 214 |
| |
217 | 215 |
| |
218 | 216 |
| |
219 | 217 |
| |
220 |
| - | |
221 |
| - | |
222 | 218 |
| |
223 | 219 |
| |
224 | 220 |
| |
|
Diff for: compiler/rustc_ast/src/lib.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Diff for: compiler/rustc_ast/src/mut_visit.rs
-12
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
895 | 895 |
| |
896 | 896 |
| |
897 | 897 |
| |
898 |
| - | |
899 |
| - | |
900 |
| - | |
901 |
| - | |
902 |
| - | |
903 |
| - | |
904 | 898 |
| |
905 |
| - | |
906 |
| - | |
907 |
| - | |
908 |
| - | |
909 |
| - | |
910 |
| - | |
911 | 899 |
| |
912 | 900 |
| |
913 | 901 |
| |
|
Diff for: compiler/rustc_ast/src/token.rs
+1-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
870 | 870 |
| |
871 | 871 |
| |
872 | 872 |
| |
| 873 | + | |
873 | 874 |
| |
874 | 875 |
| |
875 | 876 |
| |
| |||
1103 | 1104 |
| |
1104 | 1105 |
| |
1105 | 1106 |
| |
1106 |
| - | |
1107 | 1107 |
| |
1108 |
| - | |
1109 | 1108 |
| |
1110 | 1109 |
| |
1111 | 1110 |
| |
| |||
1196 | 1195 |
| |
1197 | 1196 |
| |
1198 | 1197 |
| |
1199 |
| - | |
1200 | 1198 |
| |
1201 |
| - | |
1202 | 1199 |
| |
1203 | 1200 |
| |
1204 | 1201 |
| |
1205 | 1202 |
| |
1206 | 1203 |
| |
1207 | 1204 |
| |
1208 |
| - | |
1209 | 1205 |
| |
1210 |
| - | |
1211 | 1206 |
| |
1212 | 1207 |
| |
1213 | 1208 |
| |
| |||
1227 | 1222 |
| |
1228 | 1223 |
| |
1229 | 1224 |
| |
1230 |
| - | |
1231 | 1225 |
| |
1232 |
| - | |
1233 | 1226 |
| |
1234 | 1227 |
| |
1235 | 1228 |
| |
|
Diff for: compiler/rustc_ast/src/tokenstream.rs
+1-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
| |||
461 | 461 |
| |
462 | 462 |
| |
463 | 463 |
| |
464 |
| - | |
465 | 464 |
| |
466 |
| - | |
467 |
| - | |
468 |
| - | |
469 |
| - | |
470 |
| - | |
471 | 465 |
| |
472 | 466 |
| |
473 | 467 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/lib.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
| 35 | + | |
35 | 36 |
| |
36 | 37 |
| |
37 | 38 |
| |
|
Diff for: compiler/rustc_attr_parsing/src/lib.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
| 80 | + | |
80 | 81 |
| |
81 | 82 |
| |
82 | 83 |
| |
|
Diff for: compiler/rustc_borrowck/src/lib.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
|
+3-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
143 |
| - | |
144 |
| - | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
145 | 146 |
| |
146 | 147 |
| |
147 | 148 |
| |
|
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
|
Diff for: compiler/rustc_codegen_ssa/src/lib.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
|
Diff for: compiler/rustc_const_eval/src/lib.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
|
Diff for: compiler/rustc_driver/src/lib.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
6 | 7 |
| |
7 | 8 |
| |
8 | 9 |
| |
|
Diff for: compiler/rustc_driver_impl/src/lib.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
|
Diff for: compiler/rustc_expand/src/base.rs
+34-15
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| |||
1405 | 1405 |
| |
1406 | 1406 |
| |
1407 | 1407 |
| |
1408 |
| - | |
| 1408 | + | |
1409 | 1409 |
| |
1410 | 1410 |
| |
1411 | 1411 |
| |
1412 | 1412 |
| |
1413 | 1413 |
| |
1414 |
| - | |
| 1414 | + | |
1415 | 1415 |
| |
1416 | 1416 |
| |
1417 | 1417 |
| |
| |||
1429 | 1429 |
| |
1430 | 1430 |
| |
1431 | 1431 |
| |
1432 |
| - | |
| 1432 | + | |
1433 | 1433 |
| |
1434 | 1434 |
| |
1435 | 1435 |
| |
1436 | 1436 |
| |
1437 | 1437 |
| |
1438 | 1438 |
| |
1439 | 1439 |
| |
1440 |
| - | |
| 1440 | + | |
1441 | 1441 |
| |
1442 | 1442 |
| |
1443 | 1443 |
| |
| |||
1446 | 1446 |
| |
1447 | 1447 |
| |
1448 | 1448 |
| |
1449 |
| - | |
| 1449 | + | |
1450 | 1450 |
| |
1451 | 1451 |
| |
1452 |
| - | |
1453 |
| - | |
1454 |
| - | |
1455 |
| - | |
1456 |
| - | |
1457 |
| - | |
1458 |
| - | |
| 1452 | + | |
| 1453 | + | |
| 1454 | + | |
| 1455 | + | |
| 1456 | + | |
| 1457 | + | |
| 1458 | + | |
| 1459 | + | |
| 1460 | + | |
| 1461 | + | |
| 1462 | + | |
| 1463 | + | |
| 1464 | + | |
| 1465 | + | |
| 1466 | + | |
| 1467 | + | |
| 1468 | + | |
| 1469 | + | |
| 1470 | + | |
| 1471 | + | |
| 1472 | + | |
| 1473 | + | |
| 1474 | + | |
| 1475 | + | |
| 1476 | + | |
| 1477 | + | |
1459 | 1478 |
| |
1460 | 1479 |
| |
1461 |
| - | |
| 1480 | + | |
1462 | 1481 |
|
+13-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
323 | 323 |
| |
324 | 324 |
| |
325 | 325 |
| |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
326 | 338 |
| |
327 | 339 |
| |
328 | 340 |
| |
|
Diff for: compiler/rustc_expand/src/proc_macro.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
122 | 122 |
| |
123 | 123 |
| |
124 | 124 |
| |
125 |
| - | |
| 125 | + | |
126 | 126 |
| |
127 | 127 |
| |
128 | 128 |
| |
|
+36-13
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
115 | 115 |
| |
116 | 116 |
| |
117 | 117 |
| |
118 |
| - | |
119 |
| - | |
| 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 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
120 | 152 |
| |
121 |
| - | |
122 |
| - | |
| 153 | + | |
| 154 | + | |
123 | 155 |
| |
124 | 156 |
| |
125 | 157 |
| |
| |||
279 | 311 |
| |
280 | 312 |
| |
281 | 313 |
| |
282 |
| - | |
283 |
| - | |
284 |
| - | |
285 |
| - | |
286 |
| - | |
287 |
| - | |
288 |
| - | |
289 |
| - | |
290 |
| - | |
291 | 314 |
| |
292 | 315 |
| |
293 | 316 |
| |
|
Diff for: compiler/rustc_hir/src/lib.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
|
0 commit comments