File tree
61 files changed
+1118
-355
lines changed- compiler
- rustc_ast/src
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast_pretty/src/pprust
- state
- rustc_borrowck/src/diagnostics
- rustc_builtin_macros/src
- rustc_codegen_ssa/src
- debuginfo
- mir
- rustc_expand/src
- rustc_hir/src
- rustc_hir_typeck/src
- fn_ctxt
- rustc_lint/src
- rustc_middle/src
- mir
- traits
- ty
- rustc_mir_transform/src
- rustc_parse
- src
- parser
- rustc_resolve/src
- rustc_smir/src/rustc_smir/convert
- rustc_span/src
- rustc_trait_selection/src
- solve
- assembly
- normalizes_to
- traits
- error_reporting
- select
- rustc_ty_utils/src
- library/core/src/async_iter
- src/tools
- clippy
- clippy_lints/src/doc
- clippy_utils/src
- rustfmt/src
- tests
- ui/coroutine
- ui-fulldeps
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
61 files changed
+1118
-355
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1311 | 1311 |
| |
1312 | 1312 |
| |
1313 | 1313 |
| |
1314 |
| - | |
| 1314 | + | |
1315 | 1315 |
| |
1316 | 1316 |
| |
1317 | 1317 |
| |
| |||
1516 | 1516 |
| |
1517 | 1517 |
| |
1518 | 1518 |
| |
| 1519 | + | |
1519 | 1520 |
| |
1520 | 1521 |
| |
1521 | 1522 |
| |
| |||
1529 | 1530 |
| |
1530 | 1531 |
| |
1531 | 1532 |
| |
| 1533 | + | |
1532 | 1534 |
| |
1533 | 1535 |
| |
1534 | 1536 |
| |
| |||
2413 | 2415 |
| |
2414 | 2416 |
| |
2415 | 2417 |
| |
2416 |
| - | |
| 2418 | + | |
2417 | 2419 |
| |
2418 |
| - | |
| 2420 | + | |
2419 | 2421 |
| |
| 2422 | + | |
| 2423 | + | |
2420 | 2424 |
| |
2421 | 2425 |
| |
2422 | 2426 |
| |
| |||
2433 | 2437 |
| |
2434 | 2438 |
| |
2435 | 2439 |
| |
2436 |
| - | |
| 2440 | + | |
| 2441 | + | |
| 2442 | + | |
| 2443 | + | |
2437 | 2444 |
| |
2438 | 2445 |
| |
2439 | 2446 |
| |
| |||
2838 | 2845 |
| |
2839 | 2846 |
| |
2840 | 2847 |
| |
2841 |
| - | |
| 2848 | + | |
2842 | 2849 |
| |
2843 | 2850 |
| |
2844 | 2851 |
| |
| |||
2848 | 2855 |
| |
2849 | 2856 |
| |
2850 | 2857 |
| |
2851 |
| - | |
| 2858 | + | |
2852 | 2859 |
| |
2853 |
| - | |
| 2860 | + | |
2854 | 2861 |
| |
2855 | 2862 |
| |
2856 | 2863 |
| |
2857 | 2864 |
| |
2858 | 2865 |
| |
2859 | 2866 |
| |
2860 | 2867 |
| |
2861 |
| - | |
| 2868 | + | |
| 2869 | + | |
| 2870 | + | |
| 2871 | + | |
| 2872 | + | |
| 2873 | + | |
2862 | 2874 |
| |
2863 | 2875 |
| |
2864 | 2876 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
121 | 121 |
| |
122 | 122 |
| |
123 | 123 |
| |
124 |
| - | |
125 |
| - | |
| 124 | + | |
| 125 | + | |
126 | 126 |
| |
127 | 127 |
| |
128 | 128 |
| |
| |||
871 | 871 |
| |
872 | 872 |
| |
873 | 873 |
| |
874 |
| - | |
875 |
| - | |
| 874 | + | |
| 875 | + | |
876 | 876 |
| |
877 |
| - | |
| 877 | + | |
| 878 | + | |
878 | 879 |
| |
879 | 880 |
| |
880 | 881 |
| |
| |||
1171 | 1172 |
| |
1172 | 1173 |
| |
1173 | 1174 |
| |
1174 |
| - | |
| 1175 | + | |
1175 | 1176 |
| |
1176 |
| - | |
| 1177 | + | |
1177 | 1178 |
| |
1178 | 1179 |
| |
1179 | 1180 |
| |
| |||
1407 | 1408 |
| |
1408 | 1409 |
| |
1409 | 1410 |
| |
1410 |
| - | |
| 1411 | + | |
1411 | 1412 |
| |
1412 | 1413 |
| |
1413 | 1414 |
| |
| |||
1416 | 1417 |
| |
1417 | 1418 |
| |
1418 | 1419 |
| |
1419 |
| - | |
| 1420 | + | |
1420 | 1421 |
| |
1421 | 1422 |
| |
1422 | 1423 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
861 | 861 |
| |
862 | 862 |
| |
863 | 863 |
| |
864 |
| - | |
| 864 | + | |
865 | 865 |
| |
866 | 866 |
| |
867 | 867 |
| |
|
0 commit comments