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 | |
---|---|---|---|
| |||
1329 | 1329 |
| |
1330 | 1330 |
| |
1331 | 1331 |
| |
1332 |
| - | |
| 1332 | + | |
1333 | 1333 |
| |
1334 | 1334 |
| |
1335 | 1335 |
| |
| |||
1534 | 1534 |
| |
1535 | 1535 |
| |
1536 | 1536 |
| |
| 1537 | + | |
1537 | 1538 |
| |
1538 | 1539 |
| |
1539 | 1540 |
| |
| |||
1547 | 1548 |
| |
1548 | 1549 |
| |
1549 | 1550 |
| |
| 1551 | + | |
1550 | 1552 |
| |
1551 | 1553 |
| |
1552 | 1554 |
| |
| |||
2431 | 2433 |
| |
2432 | 2434 |
| |
2433 | 2435 |
| |
2434 |
| - | |
| 2436 | + | |
2435 | 2437 |
| |
2436 |
| - | |
| 2438 | + | |
2437 | 2439 |
| |
| 2440 | + | |
| 2441 | + | |
2438 | 2442 |
| |
2439 | 2443 |
| |
2440 | 2444 |
| |
| |||
2451 | 2455 |
| |
2452 | 2456 |
| |
2453 | 2457 |
| |
2454 |
| - | |
| 2458 | + | |
| 2459 | + | |
| 2460 | + | |
| 2461 | + | |
2455 | 2462 |
| |
2456 | 2463 |
| |
2457 | 2464 |
| |
| |||
2856 | 2863 |
| |
2857 | 2864 |
| |
2858 | 2865 |
| |
2859 |
| - | |
| 2866 | + | |
2860 | 2867 |
| |
2861 | 2868 |
| |
2862 | 2869 |
| |
| |||
2866 | 2873 |
| |
2867 | 2874 |
| |
2868 | 2875 |
| |
2869 |
| - | |
| 2876 | + | |
2870 | 2877 |
| |
2871 |
| - | |
| 2878 | + | |
2872 | 2879 |
| |
2873 | 2880 |
| |
2874 | 2881 |
| |
2875 | 2882 |
| |
2876 | 2883 |
| |
2877 | 2884 |
| |
2878 | 2885 |
| |
2879 |
| - | |
| 2886 | + | |
| 2887 | + | |
| 2888 | + | |
| 2889 | + | |
| 2890 | + | |
| 2891 | + | |
2880 | 2892 |
| |
2881 | 2893 |
| |
2882 | 2894 |
| |
|
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