This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
185 files changed
+2688
-870
lines changed- compiler
- rustc_ast_lowering/src
- rustc_ast_pretty/src/pprust
- rustc_codegen_cranelift/example
- rustc_codegen_gcc/example
- rustc_codegen_llvm/src
- back
- builder
- llvm
- rustc_codegen_ssa/src/back
- rustc_const_eval/src/interpret
- rustc_hir/src
- hir
- rustc_hir_typeck/src
- rustc_lint/src
- rustc_lint_defs/src
- rustc_llvm/llvm-wrapper
- rustc_macros/src
- diagnostics
- rustc_mir_build/src
- builder/matches
- thir
- pattern
- rustc_mir_transform
- src
- rustc_next_trait_solver/src/solve
- rustc_parse/src/parser
- rustc_session/src
- rustc_smir/src
- rustc_internal
- rustc_smir
- stable_mir
- rustc_target/src
- callconv
- spec
- rustc_trait_selection/src
- traits
- query/type_op
- select
- rustc_ty_utils/src
- library
- alloc/src/collections/btree
- alloctests/tests
- core/src
- char
- intrinsics
- num
- coretests/tests
- std/src
- collections/hash
- os/unix
- fs
- sys
- fs
- pal/zkvm
- src
- bootstrap/src
- core
- build_steps
- config
- utils/tests
- build_helper/src
- doc
- rustc/src
- platform-support
- rustc-dev-guide/src/tests
- unstable-book/src/language-features
- tools
- bump-stage0/src
- clippy/tests/ui
- crashes
- compiletest/src
- header
- miri
- bench-cargo-miri/mse/src
- src
- intrinsics
- tests
- fail/validity
- pass
- issues
- shims/x86
- suggest-tests/src
- tests
- assembly
- codegen
- autodiff
- issues
- ui
- consts
- const-eval
- extra-const-ub
- generics
- issues
- linking
- lint
- parser
- pattern
- deref-patterns
- suggestions
- transmute
- ui-fulldeps/stable-mir
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
185 files changed
+2688
-870
lines changedLines 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: 73 additions & 48 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
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: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
799 | 799 |
| |
800 | 800 |
| |
801 | 801 |
| |
802 |
| - | |
| 802 | + | |
803 | 803 |
| |
804 | 804 |
| |
805 | 805 |
| |
| |||
1468 | 1468 |
| |
1469 | 1469 |
| |
1470 | 1470 |
| |
1471 |
| - | |
| 1471 | + | |
1472 | 1472 |
| |
1473 | 1473 |
| |
1474 | 1474 |
| |
|
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 |
| |
|
Lines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
| 14 | + | |
19 | 15 |
| |
20 | 16 |
| |
21 | 17 |
| |
|
Lines changed: 16 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 | 2 |
| |
4 | 3 |
| |
5 | 4 |
| |
| |||
28 | 27 |
| |
29 | 28 |
| |
30 | 29 |
| |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
31 | 46 |
| |
32 | 47 |
| |
33 | 48 |
| |
|
0 commit comments