File tree
167 files changed
+3931
-2260
lines changed- compiler
- rustc_ast_lowering
- src
- rustc_ast_passes
- src
- rustc_attr_data_structures
- src
- rustc_attr_parsing
- src
- attributes
- rustc_builtin_macros
- src/deriving/generic
- rustc_codegen_ssa/src
- rustc_const_eval/src/check_consts
- rustc_errors
- src
- rustc_expand
- src
- mbe
- rustc_hir_analysis/src
- check
- collect
- rustc_hir_pretty
- src
- rustc_hir_typeck/src
- method
- rustc_hir
- src
- rustc_incremental/src
- persist
- rustc_lint_defs/src
- rustc_lint/src
- rustc_macros/src
- rustc_metadata/src
- rmeta
- rustc_middle/src
- traits
- ty
- rustc_mir_transform/src/coverage
- rustc_passes
- src
- rustc_privacy/src
- rustc_query_impl
- rustc_query_system
- src/ich
- rustc_resolve/src
- rustc_sanitizers
- src/cfi/typeid/itanium_cxx_abi
- rustc_smir/src/rustc_smir
- rustc_span/src
- rustc_symbol_mangling
- src
- rustc_trait_selection/src/error_reporting
- infer
- traits
- stable_mir/src
- src
- librustdoc
- clean
- doctest
- rustdoc-json-types
- tools
- clippy
- clippy_lints/src
- attrs
- doc
- functions
- clippy_utils/src
- tests
- ui-toml/large_include_file
- ui
- tests
- pretty
- rustdoc-json/enums/discriminant
- ui-fulldeps/stable-mir
- ui
- attributes
- deprecation
- error-codes
- feature-gates
- internal
- issues
- repr
- stability-attribute
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
167 files changed
+3931
-2260
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3207 | 3207 | | |
3208 | 3208 | | |
3209 | 3209 | | |
| 3210 | + | |
3210 | 3211 | | |
3211 | 3212 | | |
3212 | 3213 | | |
| |||
3215 | 3216 | | |
3216 | 3217 | | |
3217 | 3218 | | |
| 3219 | + | |
3218 | 3220 | | |
3219 | 3221 | | |
3220 | 3222 | | |
| |||
3263 | 3265 | | |
3264 | 3266 | | |
3265 | 3267 | | |
3266 | | - | |
3267 | | - | |
3268 | | - | |
3269 | | - | |
3270 | 3268 | | |
3271 | 3269 | | |
3272 | | - | |
3273 | 3270 | | |
| 3271 | + | |
3274 | 3272 | | |
3275 | 3273 | | |
3276 | 3274 | | |
| |||
3285 | 3283 | | |
3286 | 3284 | | |
3287 | 3285 | | |
| 3286 | + | |
3288 | 3287 | | |
3289 | 3288 | | |
3290 | 3289 | | |
3291 | 3290 | | |
3292 | 3291 | | |
| 3292 | + | |
3293 | 3293 | | |
3294 | 3294 | | |
3295 | 3295 | | |
| |||
3342 | 3342 | | |
3343 | 3343 | | |
3344 | 3344 | | |
| 3345 | + | |
3345 | 3346 | | |
3346 | 3347 | | |
3347 | 3348 | | |
| |||
3598 | 3599 | | |
3599 | 3600 | | |
3600 | 3601 | | |
| 3602 | + | |
3601 | 3603 | | |
3602 | 3604 | | |
3603 | 3605 | | |
| |||
3632 | 3634 | | |
3633 | 3635 | | |
3634 | 3636 | | |
| 3637 | + | |
3635 | 3638 | | |
3636 | 3639 | | |
3637 | 3640 | | |
| |||
3690 | 3693 | | |
3691 | 3694 | | |
3692 | 3695 | | |
| 3696 | + | |
3693 | 3697 | | |
3694 | 3698 | | |
3695 | 3699 | | |
| |||
3737 | 3741 | | |
3738 | 3742 | | |
3739 | 3743 | | |
| 3744 | + | |
3740 | 3745 | | |
3741 | 3746 | | |
3742 | 3747 | | |
| |||
4244 | 4249 | | |
4245 | 4250 | | |
4246 | 4251 | | |
| 4252 | + | |
4247 | 4253 | | |
4248 | 4254 | | |
4249 | 4255 | | |
| |||
4266 | 4272 | | |
4267 | 4273 | | |
4268 | 4274 | | |
| 4275 | + | |
4269 | 4276 | | |
4270 | 4277 | | |
4271 | 4278 | | |
| |||
4316 | 4323 | | |
4317 | 4324 | | |
4318 | 4325 | | |
| 4326 | + | |
4319 | 4327 | | |
4320 | 4328 | | |
4321 | 4329 | | |
| |||
4412 | 4420 | | |
4413 | 4421 | | |
4414 | 4422 | | |
| 4423 | + | |
4415 | 4424 | | |
4416 | 4425 | | |
4417 | 4426 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
82 | | - | |
| 80 | + | |
| 81 | + | |
83 | 82 | | |
84 | 83 | | |
85 | 84 | | |
| |||
98 | 97 | | |
99 | 98 | | |
100 | 99 | | |
101 | | - | |
| 100 | + | |
102 | 101 | | |
103 | 102 | | |
104 | 103 | | |
| |||
670 | 669 | | |
671 | 670 | | |
672 | 671 | | |
673 | | - | |
| 672 | + | |
674 | 673 | | |
675 | 674 | | |
676 | 675 | | |
| |||
839 | 838 | | |
840 | 839 | | |
841 | 840 | | |
| 841 | + | |
842 | 842 | | |
843 | 843 | | |
844 | 844 | | |
| |||
1673 | 1673 | | |
1674 | 1674 | | |
1675 | 1675 | | |
1676 | | - | |
| 1676 | + | |
1677 | 1677 | | |
1678 | 1678 | | |
1679 | 1679 | | |
| |||
1936 | 1936 | | |
1937 | 1937 | | |
1938 | 1938 | | |
1939 | | - | |
| 1939 | + | |
1940 | 1940 | | |
1941 | 1941 | | |
1942 | 1942 | | |
| |||
1993 | 1993 | | |
1994 | 1994 | | |
1995 | 1995 | | |
1996 | | - | |
| 1996 | + | |
1997 | 1997 | | |
1998 | 1998 | | |
1999 | 1999 | | |
| |||
2024 | 2024 | | |
2025 | 2025 | | |
2026 | 2026 | | |
2027 | | - | |
| 2027 | + | |
2028 | 2028 | | |
2029 | 2029 | | |
2030 | 2030 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| |||
157 | 158 | | |
158 | 159 | | |
159 | 160 | | |
160 | | - | |
| 161 | + | |
161 | 162 | | |
162 | 163 | | |
163 | 164 | | |
| |||
620 | 621 | | |
621 | 622 | | |
622 | 623 | | |
623 | | - | |
| 624 | + | |
624 | 625 | | |
625 | 626 | | |
626 | 627 | | |
| |||
678 | 679 | | |
679 | 680 | | |
680 | 681 | | |
681 | | - | |
| 682 | + | |
682 | 683 | | |
683 | 684 | | |
684 | 685 | | |
| |||
740 | 741 | | |
741 | 742 | | |
742 | 743 | | |
743 | | - | |
| 744 | + | |
744 | 745 | | |
745 | 746 | | |
746 | 747 | | |
| |||
759 | 760 | | |
760 | 761 | | |
761 | 762 | | |
762 | | - | |
| 763 | + | |
763 | 764 | | |
764 | 765 | | |
765 | 766 | | |
| |||
895 | 896 | | |
896 | 897 | | |
897 | 898 | | |
898 | | - | |
| 899 | + | |
899 | 900 | | |
900 | 901 | | |
901 | 902 | | |
| |||
1056 | 1057 | | |
1057 | 1058 | | |
1058 | 1059 | | |
1059 | | - | |
| 1060 | + | |
1060 | 1061 | | |
1061 | 1062 | | |
1062 | 1063 | | |
| |||
0 commit comments