File tree
165 files changed
+2777
-1888
lines changed- .github/workflows
- compiler
- rustc_ast/src
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_attr_data_structures/src
- rustc_attr_parsing/src
- rustc_borrowck/src
- rustc_builtin_macros/src
- rustc_codegen_llvm/src
- back
- builder
- llvm
- rustc_codegen_ssa/src
- back
- rustc_const_eval/src
- interpret
- rustc_data_structures/src
- rustc_driver_impl/src
- rustc_errors/src
- rustc_expand/src
- rustc_hir/src
- hir
- rustc_hir_analysis/src
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- rustc_infer/src
- rustc_interface/src
- rustc_lint/src
- rustc_llvm/llvm-wrapper
- rustc_macros/src
- diagnostics
- rustc_metadata/src
- rustc_middle/src
- rustc_mir_build/src
- builder/matches
- thir
- pattern
- rustc_mir_dataflow/src
- rustc_mir_transform/src
- rustc_monomorphize/src
- mono_checks
- rustc_next_trait_solver/src/solve
- rustc_parse/src
- rustc_passes/src
- rustc_pattern_analysis/src
- rustc_privacy/src
- rustc_query_system/src
- rustc_resolve/src
- rustc_sanitizers/src
- rustc_session/src
- rustc_smir/src
- rustc_internal
- rustc_smir
- stable_mir
- rustc_span/src
- rustc_symbol_mangling/src
- rustc_target/src
- callconv
- spec
- rustc_trait_selection/src
- traits
- select
- rustc_ty_utils/src
- library
- core/src
- intrinsics
- num
- std/src
- collections/hash
- sys
- args
- env
- pal
- hermit
- sgx
- solid
- teeos
- uefi
- unix
- unsupported
- wasi
- windows
- xous
- zkvm
- process/unix
- src
- bootstrap/src
- core
- build_steps
- config
- utils/tests
- build_helper/src
- ci
- citool/src
- docker
- host-x86_64/dist-arm-linux
- github-actions
- scripts
- doc
- rustc/src
- platform-support
- rustc-dev-guide/src/tests
- unstable-book/src/language-features
- tools
- bump-stage0/src
- compiletest
- src
- header
- miri/src/intrinsics
- suggest-tests/src
- tests
- assembly
- codegen
- autodiff
- issues
- run-make/c-link-to-rust-dylib
- ui
- linking
- lint
- pattern
- deref-patterns
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
165 files changed
+2777
-1888
lines changedLines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
94 | 105 |
| |
95 | 106 |
| |
96 | 107 |
| |
| |||
165 | 176 |
| |
166 | 177 |
| |
167 | 178 |
| |
| 179 | + | |
| 180 | + | |
168 | 181 |
| |
169 | 182 |
| |
170 | 183 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
737 | 737 |
| |
738 | 738 |
| |
739 | 739 |
| |
| 740 | + | |
740 | 741 |
| |
741 | 742 |
| |
742 | 743 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
| |||
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
17 |
| - | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
|
Lines changed: 8 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
1868 | 1868 |
| |
1869 | 1869 |
| |
1870 | 1870 |
| |
1871 |
| - | |
| 1871 | + | |
| 1872 | + | |
1872 | 1873 |
| |
1873 | 1874 |
| |
1874 | 1875 |
| |
| |||
1901 | 1902 |
| |
1902 | 1903 |
| |
1903 | 1904 |
| |
1904 |
| - | |
| 1905 | + | |
| 1906 | + | |
| 1907 | + | |
| 1908 | + | |
| 1909 | + | |
1905 | 1910 |
| |
1906 | 1911 |
| |
1907 | 1912 |
| |
|
Lines changed: 74 additions & 49 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
| 35 | + | |
35 | 36 |
| |
36 | 37 |
| |
37 | 38 |
| |
38 | 39 |
| |
39 | 40 |
| |
40 |
| - | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
58 |
| - | |
| 57 | + | |
| 58 | + | |
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
| |||
1079 | 1079 |
| |
1080 | 1080 |
| |
1081 | 1081 |
| |
1082 |
| - | |
| 1082 | + | |
| 1083 | + | |
| 1084 | + | |
| 1085 | + | |
| 1086 | + | |
1083 | 1087 |
| |
1084 | 1088 |
| |
1085 | 1089 |
| |
| |||
1198 | 1202 |
| |
1199 | 1203 |
| |
1200 | 1204 |
| |
1201 |
| - | |
1202 |
| - | |
1203 |
| - | |
1204 |
| - | |
1205 |
| - | |
1206 |
| - | |
1207 |
| - | |
1208 |
| - | |
1209 |
| - | |
1210 |
| - | |
1211 |
| - | |
1212 |
| - | |
1213 |
| - | |
| 1205 | + | |
1214 | 1206 |
| |
1215 | 1207 |
| |
1216 | 1208 |
| |
1217 |
| - | |
1218 |
| - | |
1219 |
| - | |
1220 |
| - | |
1221 |
| - | |
1222 |
| - | |
1223 |
| - | |
1224 |
| - | |
1225 |
| - | |
1226 |
| - | |
1227 |
| - | |
1228 |
| - | |
1229 |
| - | |
| 1209 | + | |
1230 | 1210 |
| |
1231 | 1211 |
| |
1232 | 1212 |
| |
| |||
1302 | 1282 |
| |
1303 | 1283 |
| |
1304 | 1284 |
| |
1305 |
| - | |
| 1285 | + | |
| 1286 | + | |
| 1287 | + | |
| 1288 | + | |
| 1289 | + | |
1306 | 1290 |
| |
1307 | 1291 |
| |
1308 | 1292 |
| |
| |||
1393 | 1377 |
| |
1394 | 1378 |
| |
1395 | 1379 |
| |
| 1380 | + | |
| 1381 | + | |
| 1382 | + | |
| 1383 | + | |
| 1384 | + | |
| 1385 | + | |
| 1386 | + | |
| 1387 | + | |
| 1388 | + | |
| 1389 | + | |
| 1390 | + | |
| 1391 | + | |
| 1392 | + | |
| 1393 | + | |
| 1394 | + | |
| 1395 | + | |
| 1396 | + | |
| 1397 | + | |
| 1398 | + | |
| 1399 | + | |
| 1400 | + | |
| 1401 | + | |
| 1402 | + | |
| 1403 | + | |
| 1404 | + | |
1396 | 1405 |
| |
1397 | 1406 |
| |
1398 | 1407 |
| |
| |||
1474 | 1483 |
| |
1475 | 1484 |
| |
1476 | 1485 |
| |
1477 |
| - | |
1478 |
| - | |
1479 |
| - | |
| 1486 | + | |
| 1487 | + | |
| 1488 | + | |
1480 | 1489 |
| |
1481 | 1490 |
| |
1482 | 1491 |
| |
| |||
1739 | 1748 |
| |
1740 | 1749 |
| |
1741 | 1750 |
| |
1742 |
| - | |
1743 |
| - | |
1744 |
| - | |
| 1751 | + | |
| 1752 | + | |
| 1753 | + | |
| 1754 | + | |
| 1755 | + | |
1745 | 1756 |
| |
1746 | 1757 |
| |
1747 | 1758 |
| |
1748 | 1759 |
| |
1749 | 1760 |
| |
1750 | 1761 |
| |
1751 | 1762 |
| |
1752 |
| - | |
1753 |
| - | |
| 1763 | + | |
| 1764 | + | |
| 1765 | + | |
| 1766 | + | |
| 1767 | + | |
| 1768 | + | |
| 1769 | + | |
1754 | 1770 |
| |
1755 | 1771 |
| |
1756 |
| - | |
1757 |
| - | |
| 1772 | + | |
| 1773 | + | |
| 1774 | + | |
| 1775 | + | |
| 1776 | + | |
| 1777 | + | |
| 1778 | + | |
| 1779 | + | |
| 1780 | + | |
| 1781 | + | |
| 1782 | + | |
| 1783 | + | |
| 1784 | + | |
1758 | 1785 |
| |
1759 | 1786 |
| |
1760 | 1787 |
| |
| |||
1763 | 1790 |
| |
1764 | 1791 |
| |
1765 | 1792 |
| |
1766 |
| - | |
| 1793 | + | |
| 1794 | + | |
1767 | 1795 |
| |
1768 | 1796 |
| |
1769 | 1797 |
| |
| |||
1787 | 1815 |
| |
1788 | 1816 |
| |
1789 | 1817 |
| |
1790 |
| - | |
1791 |
| - | |
1792 |
| - | |
1793 |
| - | |
1794 |
| - | |
1795 | 1818 |
| |
1796 | 1819 |
| |
1797 | 1820 |
| |
1798 | 1821 |
| |
1799 | 1822 |
| |
1800 |
| - | |
| 1823 | + | |
| 1824 | + | |
1801 | 1825 |
| |
1802 | 1826 |
| |
1803 | 1827 |
| |
| |||
2389 | 2413 |
| |
2390 | 2414 |
| |
2391 | 2415 |
| |
2392 |
| - | |
| 2416 | + | |
| 2417 | + | |
2393 | 2418 |
| |
2394 | 2419 |
| |
2395 | 2420 |
| |
|
Lines changed: 10 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
6 | 4 |
| |
7 | 5 |
| |
| 6 | + | |
8 | 7 |
| |
9 | 8 |
| |
10 | 9 |
| |
| |||
433 | 432 |
| |
434 | 433 |
| |
435 | 434 |
| |
436 |
| - | |
| 435 | + | |
437 | 436 |
| |
438 | 437 |
| |
439 | 438 |
| |
440 |
| - | |
| 439 | + | |
441 | 440 |
| |
442 | 441 |
| |
443 |
| - | |
| 442 | + | |
444 | 443 |
| |
445 | 444 |
| |
446 |
| - | |
| 445 | + | |
447 | 446 |
| |
448 | 447 |
| |
449 | 448 |
| |
450 | 449 |
| |
451 | 450 |
| |
452 |
| - | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
453 | 456 |
| |
454 | 457 |
| |
455 | 458 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
11 |
| - | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
3 | 4 |
| |
4 |
| - | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
| 80 | + | |
80 | 81 |
| |
81 |
| - | |
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
10 |
| - | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
|
0 commit comments