This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File tree
123 files changed
+1869
-39
lines changed- compiler
- rustc_ast/src
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast_pretty/src/pprust/state
- rustc_borrowck/src/type_check
- rustc_builtin_macros/src
- deriving/generic
- rustc_codegen_cranelift/src
- rustc_codegen_ssa/src/mir
- rustc_const_eval/src
- check_consts
- interpret
- rustc_feature/src
- rustc_hir/src
- rustc_hir_analysis/src/check
- rustc_hir_typeck/src
- rustc_middle/src/mir
- rustc_mir_dataflow/src/move_paths
- rustc_mir_transform/src
- rustc_parse/src/parser
- rustc_resolve/src
- rustc_session/src
- config
- rustc_smir/src/rustc_smir/convert
- rustc_span/src
- stable_mir/src/mir
- library/core/src
- intrinsics
- macros
- src/tools
- clippy/clippy_utils/src
- ast_utils
- miri/src
- tests/ui
- check-cfg
- contracts
- internal_machinery
- feature-gates
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
123 files changed
+1869
-39
lines changedLines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3348 | 3348 |
| |
3349 | 3349 |
| |
3350 | 3350 |
| |
| 3351 | + | |
| 3352 | + | |
| 3353 | + | |
| 3354 | + | |
| 3355 | + | |
| 3356 | + | |
3351 | 3357 |
| |
3352 | 3358 |
| |
3353 | 3359 |
| |
3354 | 3360 |
| |
3355 | 3361 |
| |
| 3362 | + | |
3356 | 3363 |
| |
3357 | 3364 |
| |
3358 | 3365 |
| |
| |||
3650 | 3657 |
| |
3651 | 3658 |
| |
3652 | 3659 |
| |
3653 |
| - | |
| 3660 | + | |
3654 | 3661 |
| |
3655 | 3662 |
| |
3656 | 3663 |
| |
|
Lines changed: 18 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
146 | 150 |
| |
147 | 151 |
| |
148 | 152 |
| |
| |||
958 | 962 |
| |
959 | 963 |
| |
960 | 964 |
| |
961 |
| - | |
| 965 | + | |
962 | 966 |
| |
963 | 967 |
| |
964 | 968 |
| |
965 | 969 |
| |
966 | 970 |
| |
967 | 971 |
| |
| 972 | + | |
| 973 | + | |
| 974 | + | |
968 | 975 |
| |
969 | 976 |
| |
970 | 977 |
| |
| |||
979 | 986 |
| |
980 | 987 |
| |
981 | 988 |
| |
| 989 | + | |
| 990 | + | |
| 991 | + | |
| 992 | + | |
| 993 | + | |
| 994 | + | |
| 995 | + | |
| 996 | + | |
| 997 | + | |
| 998 | + | |
982 | 999 |
| |
983 | 1000 |
| |
984 | 1001 |
| |
|
0 commit comments