File tree
50 files changed
+1125
-184
lines changed- compiler
- rustc_ast/src
- util
- rustc_ast_ir/src
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast_pretty/src/pprust
- rustc_hir/src
- rustc_hir_analysis
- src
- check
- coherence
- hir_ty_lowering
- rustc_parse/src/parser
- rustc_passes/src
- rustc_resolve/src
- late
- library
- alloc/src/ffi
- core/src
- char
- num
- slice
- str
- std/src/sys/pal/windows
- src/tools
- clippy/clippy_utils/src
- rustfmt
- src
- tests
- source
- target
- tests/ui
- async-await
- cmse-nonsecure/cmse-nonsecure-entry
- feature-gates
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
50 files changed
+1125
-184
lines changedDiff for: RELEASES.md
+177
Large diffs are not rendered by default.
Diff for: compiler/rustc_ast/src/ast.rs
+9-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
| |||
2161 | 2161 |
| |
2162 | 2162 |
| |
2163 | 2163 |
| |
| 2164 | + | |
| 2165 | + | |
| 2166 | + | |
| 2167 | + | |
2164 | 2168 |
| |
2165 | 2169 |
| |
2166 | 2170 |
| |
| |||
2501 | 2505 |
| |
2502 | 2506 |
| |
2503 | 2507 |
| |
2504 |
| - | |
| 2508 | + | |
| 2509 | + | |
| 2510 | + | |
| 2511 | + | |
2505 | 2512 |
| |
2506 | 2513 |
| |
2507 | 2514 |
| |
|
Diff for: compiler/rustc_ast/src/mut_visit.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
485 | 485 |
| |
486 | 486 |
| |
487 | 487 |
| |
488 |
| - | |
| 488 | + | |
489 | 489 |
| |
490 | 490 |
| |
491 | 491 |
| |
|
Diff for: compiler/rustc_ast/src/util/classify.rs
+3-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
247 | 247 |
| |
248 | 248 |
| |
249 | 249 |
| |
250 |
| - | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
251 | 253 |
| |
252 | 254 |
| |
253 | 255 |
| |
|
Diff for: compiler/rustc_ast/src/visit.rs
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
499 | 499 |
| |
500 | 500 |
| |
501 | 501 |
| |
502 |
| - | |
| 502 | + | |
| 503 | + | |
503 | 504 |
| |
504 | 505 |
| |
505 | 506 |
| |
|
Diff for: compiler/rustc_ast_ir/src/lib.rs
+7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + |
Diff for: compiler/rustc_ast_lowering/src/expr.rs
+3-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
640 | 640 |
| |
641 | 641 |
| |
642 | 642 |
| |
643 |
| - | |
| 643 | + | |
| 644 | + | |
644 | 645 |
| |
645 | 646 |
| |
646 | 647 |
| |
| |||
2065 | 2066 |
| |
2066 | 2067 |
| |
2067 | 2068 |
| |
2068 |
| - | |
| 2069 | + | |
2069 | 2070 |
| |
2070 | 2071 |
| |
2071 | 2072 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/lib.rs
+43-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 |
| - | |
59 |
| - | |
| 58 | + | |
| 59 | + | |
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
| |||
765 | 765 |
| |
766 | 766 |
| |
767 | 767 |
| |
768 |
| - | |
769 |
| - | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
770 | 775 |
| |
771 | 776 |
| |
772 | 777 |
| |
| |||
1277 | 1282 |
| |
1278 | 1283 |
| |
1279 | 1284 |
| |
| 1285 | + | |
| 1286 | + | |
| 1287 | + | |
| 1288 | + | |
| 1289 | + | |
| 1290 | + | |
| 1291 | + | |
| 1292 | + | |
| 1293 | + | |
| 1294 | + | |
| 1295 | + | |
| 1296 | + | |
| 1297 | + | |
| 1298 | + | |
| 1299 | + | |
| 1300 | + | |
| 1301 | + | |
| 1302 | + | |
| 1303 | + | |
| 1304 | + | |
| 1305 | + | |
| 1306 | + | |
| 1307 | + | |
| 1308 | + | |
| 1309 | + | |
| 1310 | + | |
1280 | 1311 |
| |
1281 | 1312 |
| |
1282 | 1313 |
| |
| |||
1845 | 1876 |
| |
1846 | 1877 |
| |
1847 | 1878 |
| |
1848 |
| - | |
1849 |
| - | |
1850 |
| - | |
1851 |
| - | |
| 1879 | + | |
| 1880 | + | |
| 1881 | + | |
| 1882 | + | |
| 1883 | + | |
| 1884 | + | |
| 1885 | + | |
| 1886 | + | |
1852 | 1887 |
| |
1853 | 1888 |
| |
1854 | 1889 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
98 |
| - | |
| 98 | + | |
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
|
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
546 | 546 |
| |
547 | 547 |
| |
548 | 548 |
| |
| 549 | + | |
549 | 550 |
| |
550 | 551 |
| |
551 | 552 |
| |
|
+6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1163 | 1163 |
| |
1164 | 1164 |
| |
1165 | 1165 |
| |
| 1166 | + | |
| 1167 | + | |
| 1168 | + | |
| 1169 | + | |
| 1170 | + | |
| 1171 | + | |
1166 | 1172 |
| |
1167 | 1173 |
| |
1168 | 1174 |
| |
|
Diff for: compiler/rustc_hir/src/hir.rs
+2-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 | 3 |
| |
5 | 4 |
| |
6 |
| - | |
7 |
| - | |
| 5 | + | |
| 6 | + | |
8 | 7 |
| |
9 | 8 |
| |
10 | 9 |
| |
|
+9-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
71 |
| - | |
72 |
| - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
73 | 76 |
| |
74 | 77 |
| |
75 | 78 |
| |
76 | 79 |
| |
77 |
| - | |
| 80 | + | |
78 | 81 |
| |
79 |
| - | |
80 |
| - | |
| 82 | + | |
| 83 | + | |
81 | 84 |
| |
82 |
| - | |
| 85 | + | |
83 | 86 |
| |
84 | 87 |
| |
85 | 88 |
| |
|
+1-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
531 | 531 |
| |
532 | 532 |
| |
533 | 533 |
| |
534 |
| - | |
| 534 | + | |
535 | 535 |
| |
536 | 536 |
| |
537 | 537 |
| |
| |||
552 | 552 |
| |
553 | 553 |
| |
554 | 554 |
| |
555 |
| - | |
556 |
| - | |
557 |
| - | |
558 | 555 |
| |
559 | 556 |
| |
560 | 557 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
319 | 319 |
| |
320 | 320 |
| |
321 | 321 |
| |
322 |
| - | |
323 |
| - | |
324 |
| - | |
| 322 | + | |
325 | 323 |
| |
326 | 324 |
| |
327 | 325 |
| |
|
+13-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1627 | 1627 |
| |
1628 | 1628 |
| |
1629 | 1629 |
| |
1630 |
| - | |
| 1630 | + | |
1631 | 1631 |
| |
1632 |
| - | |
| 1632 | + | |
1633 | 1633 |
| |
1634 | 1634 |
| |
1635 | 1635 |
| |
1636 | 1636 |
| |
| 1637 | + | |
1637 | 1638 |
| |
1638 | 1639 |
| |
1639 | 1640 |
| |
1640 |
| - | |
| 1641 | + | |
1641 | 1642 |
| |
1642 | 1643 |
| |
1643 |
| - | |
| 1644 | + | |
1644 | 1645 |
| |
1645 | 1646 |
| |
1646 | 1647 |
| |
| 1648 | + | |
1647 | 1649 |
| |
1648 | 1650 |
| |
1649 | 1651 |
| |
| |||
1659 | 1661 |
| |
1660 | 1662 |
| |
1661 | 1663 |
| |
| 1664 | + | |
| 1665 | + | |
| 1666 | + | |
| 1667 | + | |
| 1668 | + | |
| 1669 | + | |
| 1670 | + |
0 commit comments