File tree
18 files changed
+37
-24
lines changed- compiler
- rustc_ast/src
- util
- rustc_ast_lowering/src
- rustc_ast_pretty/src/pprust/state
- rustc_builtin_macros/src
- assert
- rustc_expand/src
- rustc_parse/src/parser
- rustc_passes/src
- src/tools
- clippy/clippy_utils/src
- rustfmt/src
18 files changed
+37
-24
lines changedDiff for: compiler/rustc_ast/src/ast.rs
+4-14
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1296 | 1296 |
| |
1297 | 1297 |
| |
1298 | 1298 |
| |
1299 |
| - | |
| 1299 | + | |
1300 | 1300 |
| |
1301 | 1301 |
| |
1302 | 1302 |
| |
1303 |
| - | |
1304 |
| - | |
1305 |
| - | |
1306 |
| - | |
1307 |
| - | |
1308 |
| - | |
1309 |
| - | |
1310 |
| - | |
1311 |
| - | |
1312 |
| - | |
1313 |
| - | |
1314 |
| - | |
1315 |
| - | |
1316 | 1303 |
| |
1317 | 1304 |
| |
1318 | 1305 |
| |
| |||
1532 | 1519 |
| |
1533 | 1520 |
| |
1534 | 1521 |
| |
| 1522 | + | |
| 1523 | + | |
| 1524 | + | |
1535 | 1525 |
| |
1536 | 1526 |
| |
1537 | 1527 |
| |
|
Diff for: compiler/rustc_ast/src/mut_visit.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1526 | 1526 |
| |
1527 | 1527 |
| |
1528 | 1528 |
| |
1529 |
| - | |
| 1529 | + | |
1530 | 1530 |
| |
1531 | 1531 |
| |
1532 | 1532 |
| |
| |||
1642 | 1642 |
| |
1643 | 1643 |
| |
1644 | 1644 |
| |
1645 |
| - | |
| 1645 | + | |
1646 | 1646 |
| |
1647 | 1647 |
| |
1648 | 1648 |
| |
|
Diff for: compiler/rustc_ast/src/util/classify.rs
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
92 |
| - | |
| 92 | + | |
| 93 | + | |
93 | 94 |
| |
94 | 95 |
| |
95 | 96 |
|
Diff for: compiler/rustc_ast/src/visit.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1063 | 1063 |
| |
1064 | 1064 |
| |
1065 | 1065 |
| |
1066 |
| - | |
| 1066 | + | |
1067 | 1067 |
| |
1068 | 1068 |
| |
1069 | 1069 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/expr.rs
+6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
| |||
331 | 332 |
| |
332 | 333 |
| |
333 | 334 |
| |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
334 | 340 |
| |
335 | 341 |
| |
336 | 342 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/pat.rs
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
331 | 331 |
| |
332 | 332 |
| |
333 | 333 |
| |
334 |
| - | |
| 334 | + | |
| 335 | + | |
335 | 336 |
| |
336 | 337 |
| |
337 | 338 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
898 | 898 |
| |
899 | 899 |
| |
900 | 900 |
| |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
901 | 906 |
| |
902 | 907 |
| |
903 | 908 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
303 | 303 |
| |
304 | 304 |
| |
305 | 305 |
| |
| 306 | + | |
306 | 307 |
| |
307 | 308 |
| |
308 | 309 |
| |
|
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
| 71 | + | |
71 | 72 |
| |
72 | 73 |
| |
73 | 74 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
176 | 176 |
| |
177 | 177 |
| |
178 | 178 |
| |
| 179 | + | |
179 | 180 |
| |
180 | 181 |
| |
181 | 182 |
| |
|
Diff for: compiler/rustc_expand/src/base.rs
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1279 | 1279 |
| |
1280 | 1280 |
| |
1281 | 1281 |
| |
| 1282 | + | |
| 1283 | + | |
| 1284 | + | |
1282 | 1285 |
| |
1283 | 1286 |
| |
1284 | 1287 |
| |
|
Diff for: compiler/rustc_parse/src/parser/expr.rs
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3949 | 3949 |
| |
3950 | 3950 |
| |
3951 | 3951 |
| |
3952 |
| - | |
| 3952 | + | |
| 3953 | + | |
3953 | 3954 |
| |
3954 | 3955 |
| |
3955 | 3956 |
| |
|
Diff for: compiler/rustc_parse/src/parser/pat.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
388 | 388 |
| |
389 | 389 |
| |
390 | 390 |
| |
391 |
| - | |
| 391 | + | |
392 | 392 |
| |
393 | 393 |
| |
394 | 394 |
| |
|
Diff for: compiler/rustc_passes/src/hir_stats.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
589 | 589 |
| |
590 | 590 |
| |
591 | 591 |
| |
592 |
| - | |
| 592 | + | |
593 | 593 |
| |
594 | 594 |
| |
595 | 595 |
| |
|
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
144 | 144 |
| |
145 | 145 |
| |
146 | 146 |
| |
| 147 | + | |
147 | 148 |
| |
148 | 149 |
| |
149 | 150 |
| |
|
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
222 | 222 |
| |
223 | 223 |
| |
224 | 224 |
| |
225 |
| - | |
| 225 | + | |
| 226 | + | |
226 | 227 |
| |
227 | 228 |
| |
228 | 229 |
| |
|
Diff for: src/tools/rustfmt/src/expr.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
404 | 404 |
| |
405 | 405 |
| |
406 | 406 |
| |
407 |
| - | |
| 407 | + | |
408 | 408 |
| |
409 | 409 |
| |
410 | 410 |
| |
|
Diff for: src/tools/rustfmt/src/utils.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
497 | 497 |
| |
498 | 498 |
| |
499 | 499 |
| |
| 500 | + | |
500 | 501 |
| |
501 | 502 |
| |
502 | 503 |
| |
|
0 commit comments