File tree
66 files changed
+563
-395
lines changed- compiler
- rustc_ast/src
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast_pretty/src/pprust/state
- rustc_borrowck/src/polonius
- rustc_builtin_macros/src
- rustc_codegen_gcc/src
- rustc_codegen_llvm/src
- rustc_hir_analysis/src
- check
- collect
- rustc_hir_typeck/src
- rustc_infer/src/infer/outlives
- rustc_interface
- src
- rustc_lint/src
- rustc_metadata/src/rmeta
- decoder
- rustc_middle/src
- query
- ty
- rustc_next_trait_solver/src/solve/assembly
- rustc_parse_format/src
- rustc_resolve/src
- late
- rustc_target/src
- rustc_trait_selection/src
- error_reporting
- infer
- traits
- traits/select
- rustc_type_ir/src
- library/core/src/macros
- src
- doc
- tools
- clippy
- clippy_lints/src
- clippy_utils/src/ty
- miri/tests/pass/shims/x86
- rust-analyzer/crates/hir-def/src
- body/lower
- hir
- rustfmt/src
- tests
- codegen
- ui
- associated-type-bounds
- target-feature
- traits/const-traits
- ui-fulldeps/codegen-backend
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
66 files changed
+563
-395
lines changedLines changed: 14 additions & 22 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
954 | 954 |
| |
955 | 955 |
| |
956 | 956 |
| |
957 |
| - | |
| 957 | + | |
| 958 | + | |
| 959 | + | |
| 960 | + | |
| 961 | + | |
| 962 | + | |
958 | 963 |
| |
| 964 | + | |
959 | 965 |
| |
960 | 966 |
| |
961 | 967 |
| |
| |||
1205 | 1211 |
| |
1206 | 1212 |
| |
1207 | 1213 |
| |
1208 |
| - | |
1209 |
| - | |
1210 |
| - | |
1211 |
| - | |
1212 |
| - | |
1213 |
| - | |
1214 |
| - | |
| 1214 | + | |
| 1215 | + | |
1215 | 1216 |
| |
1216 | 1217 |
| |
1217 | 1218 |
| |
| |||
1329 | 1330 |
| |
1330 | 1331 |
| |
1331 | 1332 |
| |
1332 |
| - | |
1333 |
| - | |
| 1333 | + | |
1334 | 1334 |
| |
1335 |
| - | |
| 1335 | + | |
1336 | 1336 |
| |
1337 | 1337 |
| |
1338 | 1338 |
| |
| |||
1476 | 1476 |
| |
1477 | 1477 |
| |
1478 | 1478 |
| |
1479 |
| - | |
1480 |
| - | |
| 1479 | + | |
1481 | 1480 |
| |
1482 |
| - | |
| 1481 | + | |
1483 | 1482 |
| |
1484 | 1483 |
| |
1485 | 1484 |
| |
| |||
1965 | 1964 |
| |
1966 | 1965 |
| |
1967 | 1966 |
| |
1968 |
| - | |
1969 |
| - | |
1970 |
| - | |
1971 |
| - | |
1972 |
| - | |
1973 |
| - | |
1974 |
| - | |
1975 |
| - | |
| 1967 | + | |
1976 | 1968 |
| |
1977 | 1969 |
| |
1978 | 1970 |
| |
|
Lines changed: 15 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 |
| - | |
| 68 | + | |
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
| 77 | + | |
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
| |||
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
91 |
| - | |
| 91 | + | |
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
| |||
374 | 374 |
| |
375 | 375 |
| |
376 | 376 |
| |
377 |
| - | |
378 |
| - | |
| 377 | + | |
| 378 | + | |
379 | 379 |
| |
380 | 380 |
| |
381 | 381 |
| |
| |||
715 | 715 |
| |
716 | 716 |
| |
717 | 717 |
| |
718 |
| - | |
719 |
| - | |
| 718 | + | |
| 719 | + | |
720 | 720 |
| |
721 | 721 |
| |
722 | 722 |
| |
| |||
858 | 858 |
| |
859 | 859 |
| |
860 | 860 |
| |
861 |
| - | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
862 | 867 |
| |
863 | 868 |
| |
864 | 869 |
| |
| |||
892 | 897 |
| |
893 | 898 |
| |
894 | 899 |
| |
895 |
| - | |
896 |
| - | |
| 900 | + | |
| 901 | + | |
897 | 902 |
| |
898 | 903 |
| |
899 | 904 |
| |
|
0 commit comments