File tree
106 files changed
+1549
-284
lines changed- compiler
- rustc
- rustc_abi/src
- rustc_driver_impl
- rustc_feature/src
- rustc_hir_analysis/src/check
- rustc_hir_typeck/src/method
- rustc_index
- src
- rustc_lint_defs/src
- rustc_metadata/src/rmeta
- decoder
- rustc_middle
- src
- query
- ty
- rustc_span/src
- rustc_target/src/spec
- targets
- library
- alloc
- src/collections/btree/node
- core
- src
- ffi
- task
- tests
- panic_unwind
- src
- std
- src
- os
- rtems
- unix
- sys
- pal/unix
- process
- personality
- unwind
- src
- src
- bootstrap/src
- core
- build_steps
- config
- utils
- ci/docker
- host-x86_64/x86_64-gnu-llvm-17
- scripts
- doc
- rustc/src
- platform-support
- librustdoc
- clean
- html
- render
- static
- css
- js
- templates
- toc
- tools
- build_helper/src
- compiletest/src
- header
- miri/tests/pass
- tests
- assembly/targets
- codegen
- issues
- mir-opt
- building
- pre-codegen
- rustdoc
- sidebar
- rustdoc-gui
- ui
- cast
- check-cfg
- feature-gates
- inference/auxiliary
- self
- stats
- structs-enums
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
106 files changed
+1549
-284
lines changedDiff for: Cargo.lock
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3569 | 3569 |
| |
3570 | 3570 |
| |
3571 | 3571 |
| |
| 3572 | + | |
3572 | 3573 |
| |
3573 | 3574 |
| |
3574 | 3575 |
| |
|
Diff for: compiler/rustc/Cargo.toml
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| 33 | + | |
33 | 34 |
| |
34 | 35 |
|
Diff for: compiler/rustc_abi/src/layout.rs
+7-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
968 | 968 |
| |
969 | 969 |
| |
970 | 970 |
| |
971 |
| - | |
972 |
| - | |
| 971 | + | |
| 972 | + | |
973 | 973 |
| |
974 | 974 |
| |
975 | 975 |
| |
| |||
1176 | 1176 |
| |
1177 | 1177 |
| |
1178 | 1178 |
| |
1179 |
| - | |
| 1179 | + | |
1180 | 1180 |
| |
1181 | 1181 |
| |
1182 | 1182 |
| |
| |||
1189 | 1189 |
| |
1190 | 1190 |
| |
1191 | 1191 |
| |
| 1192 | + | |
| 1193 | + | |
| 1194 | + | |
1192 | 1195 |
| |
1193 | 1196 |
| |
1194 | 1197 |
| |
| |||
1205 | 1208 |
| |
1206 | 1209 |
| |
1207 | 1210 |
| |
1208 |
| - | |
| 1211 | + | |
1209 | 1212 |
| |
1210 | 1213 |
| |
1211 | 1214 |
| |
|
Diff for: compiler/rustc_abi/src/lib.rs
+11-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
| 46 | + | |
46 | 47 |
| |
47 |
| - | |
48 |
| - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
49 | 51 |
| |
50 | 52 |
| |
51 |
| - | |
| 53 | + | |
52 | 54 |
| |
53 | 55 |
| |
| 56 | + | |
54 | 57 |
| |
55 | 58 |
| |
56 | 59 |
| |
| |||
139 | 142 |
| |
140 | 143 |
| |
141 | 144 |
| |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
142 | 149 |
| |
143 | 150 |
| |
144 | 151 |
| |
145 |
| - | |
| 152 | + | |
146 | 153 |
| |
147 | 154 |
| |
148 | 155 |
| |
|
Diff for: compiler/rustc_driver_impl/Cargo.toml
+5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| 26 | + | |
26 | 27 |
| |
27 | 28 |
| |
28 | 29 |
| |
| |||
72 | 73 |
| |
73 | 74 |
| |
74 | 75 |
| |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
75 | 80 |
| |
76 | 81 |
| |
77 | 82 |
| |
|
Diff for: compiler/rustc_feature/src/unstable.rs
+3-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
349 | 349 |
| |
350 | 350 |
| |
351 | 351 |
| |
352 |
| - | |
| 352 | + | |
353 | 353 |
| |
| 354 | + | |
| 355 | + | |
354 | 356 |
| |
355 | 357 |
| |
356 | 358 |
| |
|
+63-19
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1652 | 1652 |
| |
1653 | 1653 |
| |
1654 | 1654 |
| |
| 1655 | + | |
| 1656 | + | |
| 1657 | + | |
| 1658 | + | |
| 1659 | + | |
| 1660 | + | |
| 1661 | + | |
1655 | 1662 |
| |
1656 | 1663 |
| |
1657 | 1664 |
| |
| |||
1684 | 1691 |
| |
1685 | 1692 |
| |
1686 | 1693 |
| |
1687 |
| - | |
1688 |
| - | |
1689 |
| - | |
1690 |
| - | |
1691 |
| - | |
| 1694 | + | |
| 1695 | + | |
| 1696 | + | |
| 1697 | + | |
1692 | 1698 |
| |
1693 |
| - | |
1694 |
| - | |
| 1699 | + | |
| 1700 | + | |
| 1701 | + | |
| 1702 | + | |
| 1703 | + | |
| 1704 | + | |
| 1705 | + | |
| 1706 | + | |
| 1707 | + | |
| 1708 | + | |
| 1709 | + | |
| 1710 | + | |
| 1711 | + | |
| 1712 | + | |
| 1713 | + | |
| 1714 | + | |
1695 | 1715 |
| |
1696 | 1716 |
| |
1697 | 1717 |
| |
1698 | 1718 |
| |
1699 | 1719 |
| |
1700 | 1720 |
| |
1701 | 1721 |
| |
1702 |
| - | |
| 1722 | + | |
1703 | 1723 |
| |
1704 | 1724 |
| |
1705 | 1725 |
| |
1706 | 1726 |
| |
1707 |
| - | |
1708 |
| - | |
| 1727 | + | |
| 1728 | + | |
| 1729 | + | |
| 1730 | + | |
| 1731 | + | |
| 1732 | + | |
| 1733 | + | |
| 1734 | + | |
| 1735 | + | |
| 1736 | + | |
| 1737 | + | |
| 1738 | + | |
| 1739 | + | |
| 1740 | + | |
| 1741 | + | |
| 1742 | + | |
| 1743 | + | |
| 1744 | + | |
| 1745 | + | |
| 1746 | + | |
| 1747 | + | |
| 1748 | + | |
| 1749 | + | |
| 1750 | + | |
| 1751 | + | |
| 1752 | + | |
1709 | 1753 |
| |
1710 |
| - | |
1711 |
| - | |
| 1754 | + | |
| 1755 | + | |
1712 | 1756 |
| |
1713 | 1757 |
| |
1714 | 1758 |
| |
1715 | 1759 |
| |
1716 | 1760 |
| |
1717 | 1761 |
| |
1718 |
| - | |
1719 |
| - | |
1720 |
| - | |
| 1762 | + | |
| 1763 | + | |
| 1764 | + | |
1721 | 1765 |
| |
1722 | 1766 |
| |
1723 | 1767 |
| |
| |||
1727 | 1771 |
| |
1728 | 1772 |
| |
1729 | 1773 |
| |
1730 |
| - | |
| 1774 | + | |
1731 | 1775 |
| |
1732 | 1776 |
| |
1733 | 1777 |
| |
| |||
1745 | 1789 |
| |
1746 | 1790 |
| |
1747 | 1791 |
| |
1748 |
| - | |
1749 |
| - | |
| 1792 | + | |
| 1793 | + | |
1750 | 1794 |
| |
1751 | 1795 |
| |
1752 | 1796 |
| |
| |||
1772 | 1816 |
| |
1773 | 1817 |
| |
1774 | 1818 |
| |
1775 |
| - | |
| 1819 | + | |
1776 | 1820 |
| |
1777 | 1821 |
| |
1778 | 1822 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
403 | 403 |
| |
404 | 404 |
| |
405 | 405 |
| |
406 |
| - | |
| 406 | + | |
407 | 407 |
| |
408 | 408 |
| |
409 | 409 |
| |
|
Diff for: compiler/rustc_index/Cargo.toml
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
23 | 24 |
|
Diff for: compiler/rustc_index/src/lib.rs
+11
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
| 36 | + | |
36 | 37 |
| |
37 | 38 |
| |
38 | 39 |
| |
39 | 40 |
| |
40 | 41 |
| |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + |
Diff for: compiler/rustc_lint_defs/src/builtin.rs
+7-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3706 | 3706 |
| |
3707 | 3707 |
| |
3708 | 3708 |
| |
3709 |
| - | |
| 3709 | + | |
3710 | 3710 |
| |
3711 | 3711 |
| |
3712 | 3712 |
| |
| |||
3720 | 3720 |
| |
3721 | 3721 |
| |
3722 | 3722 |
| |
3723 |
| - | |
3724 |
| - | |
3725 |
| - | |
3726 |
| - | |
| 3723 | + | |
| 3724 | + | |
| 3725 | + | |
| 3726 | + | |
| 3727 | + | |
| 3728 | + | |
3727 | 3729 |
| |
3728 | 3730 |
| |
3729 | 3731 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
247 | 247 |
| |
248 | 248 |
| |
249 | 249 |
| |
250 |
| - | |
251 |
| - | |
| 250 | + | |
| 251 | + | |
252 | 252 |
| |
253 | 253 |
| |
254 | 254 |
| |
|
+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1443 | 1443 |
| |
1444 | 1444 |
| |
1445 | 1445 |
| |
1446 |
| - | |
| 1446 | + | |
1447 | 1447 |
| |
1448 |
| - | |
| 1448 | + | |
1449 | 1449 |
| |
1450 | 1450 |
| |
1451 | 1451 |
| |
| |||
1454 | 1454 |
| |
1455 | 1455 |
| |
1456 | 1456 |
| |
1457 |
| - | |
| 1457 | + | |
1458 | 1458 |
| |
1459 |
| - | |
| 1459 | + | |
1460 | 1460 |
| |
1461 | 1461 |
| |
1462 | 1462 |
| |
|
+2-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
390 | 390 |
| |
391 | 391 |
| |
392 | 392 |
| |
| 393 | + | |
| 394 | + | |
393 | 395 |
| |
394 | 396 |
| |
395 | 397 |
| |
| |||
419 | 421 |
| |
420 | 422 |
| |
421 | 423 |
| |
422 |
| - | |
423 |
| - | |
424 |
| - | |
425 |
| - | |
426 | 424 |
| |
427 | 425 |
| |
428 | 426 |
| |
|
Diff for: compiler/rustc_middle/Cargo.toml
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
| 43 | + | |
43 | 44 |
| |
44 | 45 |
|
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
337 | 337 |
| |
338 | 338 |
| |
339 | 339 |
| |
| 340 | + | |
340 | 341 |
| |
341 | 342 |
| |
342 | 343 |
| |
|
0 commit comments