This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
119 files changed
+1337
-635
lines changed- compiler
- rustc_ast/src
- util
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast_pretty/src/pprust
- state
- rustc_borrowck/src
- rustc_builtin_macros/src
- assert
- rustc_const_eval/src
- check_consts
- const_eval
- interpret
- rustc_driver_impl/src
- rustc_expand/src
- rustc_feature/src
- rustc_hir/src
- rustc_hir_analysis/src
- collect
- hir_ty_lowering
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- rustc_interface/src
- rustc_lint/src
- rustc_middle/src/query
- rustc_mir_build/src/thir/cx
- rustc_mir_dataflow/src
- framework
- impls
- rustc_mir_transform/src
- rustc_parse/src/parser
- rustc_passes/src
- rustc_resolve/src
- rustc_span/src
- library
- core/src
- ptr
- std/src
- src
- librustdoc/clean
- tools
- clippy
- clippy_lints/src
- loops
- utils
- clippy_utils/src
- rustfmt
- src
- tests
- source
- target
- tests/ui
- codegen
- diagnostic-flags
- feature-gates
- higher-ranked
- parser
- reachable
- resolve
- unsafe-binders
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
119 files changed
+1337
-635
lines changedLines changed: 29 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1382 | 1382 |
| |
1383 | 1383 |
| |
1384 | 1384 |
| |
| 1385 | + | |
1385 | 1386 |
| |
1386 | 1387 |
| |
1387 | 1388 |
| |
| |||
1509 | 1510 |
| |
1510 | 1511 |
| |
1511 | 1512 |
| |
1512 |
| - | |
| 1513 | + | |
| 1514 | + | |
| 1515 | + | |
| 1516 | + | |
| 1517 | + | |
| 1518 | + | |
| 1519 | + | |
1513 | 1520 |
| |
1514 | 1521 |
| |
1515 | 1522 |
| |
| |||
1614 | 1621 |
| |
1615 | 1622 |
| |
1616 | 1623 |
| |
| 1624 | + | |
| 1625 | + | |
1617 | 1626 |
| |
1618 | 1627 |
| |
1619 | 1628 |
| |
| |||
1652 | 1661 |
| |
1653 | 1662 |
| |
1654 | 1663 |
| |
| 1664 | + | |
| 1665 | + | |
| 1666 | + | |
| 1667 | + | |
| 1668 | + | |
| 1669 | + | |
| 1670 | + | |
| 1671 | + | |
| 1672 | + | |
| 1673 | + | |
1655 | 1674 |
| |
1656 | 1675 |
| |
1657 | 1676 |
| |
| |||
2223 | 2242 |
| |
2224 | 2243 |
| |
2225 | 2244 |
| |
| 2245 | + | |
| 2246 | + | |
| 2247 | + | |
| 2248 | + | |
| 2249 | + | |
| 2250 | + | |
2226 | 2251 |
| |
2227 | 2252 |
| |
2228 | 2253 |
| |
| |||
2242 | 2267 |
| |
2243 | 2268 |
| |
2244 | 2269 |
| |
| 2270 | + | |
| 2271 | + | |
2245 | 2272 |
| |
2246 | 2273 |
| |
2247 | 2274 |
| |
| |||
2877 | 2904 |
| |
2878 | 2905 |
| |
2879 | 2906 |
| |
2880 |
| - | |
| 2907 | + | |
2881 | 2908 |
| |
2882 | 2909 |
| |
2883 | 2910 |
| |
|
Lines changed: 17 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
558 | 558 |
| |
559 | 559 |
| |
560 | 560 |
| |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
561 | 566 |
| |
562 | 567 |
| |
563 | 568 |
| |
| |||
1212 | 1217 |
| |
1213 | 1218 |
| |
1214 | 1219 |
| |
1215 |
| - | |
| 1220 | + | |
| 1221 | + | |
| 1222 | + | |
| 1223 | + | |
| 1224 | + | |
| 1225 | + | |
1216 | 1226 |
| |
1217 | 1227 |
| |
1218 | 1228 |
| |
| |||
1775 | 1785 |
| |
1776 | 1786 |
| |
1777 | 1787 |
| |
| 1788 | + | |
| 1789 | + | |
| 1790 | + | |
| 1791 | + | |
| 1792 | + | |
| 1793 | + | |
1778 | 1794 |
| |
1779 | 1795 |
| |
1780 | 1796 |
| |
|
0 commit comments