File tree
121 files changed
+1107
-698
lines changed- compiler
- rustc_abi
- src
- rustc_ast_lowering/src
- rustc_ast_passes
- src
- rustc_ast/src
- rustc_borrowck/src/type_check
- rustc_builtin_macros/src
- rustc_codegen_llvm/src/debuginfo/metadata
- rustc_error_messages
- src
- rustc_errors
- src
- rustc_expand/src
- rustc_hir_id
- src
- rustc_hir
- src
- attrs
- rustc_lint_defs
- src
- rustc_lint
- src
- early
- rustc_middle/src
- traits
- ty
- rustc_mir_build/src
- rustc_mir_dataflow
- src
- framework
- rustc_parse/src/parser
- rustc_resolve/src
- rustc_target
- src/spec
- rustc_trait_selection/src
- error_reporting/traits
- traits
- rustc_traits
- src
- rustc_type_ir
- src
- library
- core/src
- array
- pin
- task
- std_detect/src/detect/os
- std/src
- collections
- io
- sys/fs
- src
- bootstrap/src
- core
- build_steps
- builder
- config
- utils
- etc/completions
- librustdoc/html/static/js
- tools
- clippy
- clippy_lints/src
- clippy_utils/src/ast_utils
- compiletest/src
- rustfmt/src
- tests
- codegen-llvm
- debuginfo
- ui
- abi
- explicit-tail-calls
- feature-gates
- trait-bounds
- traits/const-traits
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
121 files changed
+1107
-698
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3367 | 3367 | | |
3368 | 3368 | | |
3369 | 3369 | | |
| 3370 | + | |
3370 | 3371 | | |
3371 | 3372 | | |
3372 | 3373 | | |
| |||
3779 | 3780 | | |
3780 | 3781 | | |
3781 | 3782 | | |
| 3783 | + | |
| 3784 | + | |
3782 | 3785 | | |
3783 | 3786 | | |
3784 | 3787 | | |
| |||
3795 | 3798 | | |
3796 | 3799 | | |
3797 | 3800 | | |
3798 | | - | |
3799 | | - | |
3800 | 3801 | | |
3801 | 3802 | | |
3802 | 3803 | | |
3803 | 3804 | | |
3804 | 3805 | | |
3805 | | - | |
| 3806 | + | |
3806 | 3807 | | |
3807 | 3808 | | |
3808 | 3809 | | |
3809 | 3810 | | |
3810 | 3811 | | |
3811 | 3812 | | |
3812 | | - | |
3813 | | - | |
3814 | 3813 | | |
3815 | 3814 | | |
3816 | 3815 | | |
| |||
3898 | 3897 | | |
3899 | 3898 | | |
3900 | 3899 | | |
| 3900 | + | |
3901 | 3901 | | |
| 3902 | + | |
3902 | 3903 | | |
3903 | 3904 | | |
3904 | 3905 | | |
| |||
3936 | 3937 | | |
3937 | 3938 | | |
3938 | 3939 | | |
| 3940 | + | |
| 3941 | + | |
| 3942 | + | |
| 3943 | + | |
| 3944 | + | |
| 3945 | + | |
| 3946 | + | |
| 3947 | + | |
| 3948 | + | |
| 3949 | + | |
| 3950 | + | |
3939 | 3951 | | |
3940 | 3952 | | |
3941 | 3953 | | |
| |||
4127 | 4139 | | |
4128 | 4140 | | |
4129 | 4141 | | |
4130 | | - | |
| 4142 | + | |
4131 | 4143 | | |
4132 | 4144 | | |
4133 | 4145 | | |
| |||
4268 | 4280 | | |
4269 | 4281 | | |
4270 | 4282 | | |
4271 | | - | |
4272 | 4283 | | |
4273 | 4284 | | |
4274 | 4285 | | |
| |||
4647 | 4658 | | |
4648 | 4659 | | |
4649 | 4660 | | |
| 4661 | + | |
4650 | 4662 | | |
4651 | 4663 | | |
4652 | 4664 | | |
| |||
4710 | 4722 | | |
4711 | 4723 | | |
4712 | 4724 | | |
4713 | | - | |
4714 | 4725 | | |
4715 | 4726 | | |
4716 | 4727 | | |
| |||
4765 | 4776 | | |
4766 | 4777 | | |
4767 | 4778 | | |
| 4779 | + | |
4768 | 4780 | | |
4769 | 4781 | | |
4770 | 4782 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1778 | 1778 | | |
1779 | 1779 | | |
1780 | 1780 | | |
1781 | | - | |
| 1781 | + | |
1782 | 1782 | | |
1783 | 1783 | | |
1784 | 1784 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
226 | 229 | | |
227 | 230 | | |
228 | 231 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3137 | 3137 | | |
3138 | 3138 | | |
3139 | 3139 | | |
3140 | | - | |
| 3140 | + | |
3141 | 3141 | | |
3142 | 3142 | | |
3143 | 3143 | | |
| |||
3147 | 3147 | | |
3148 | 3148 | | |
3149 | 3149 | | |
3150 | | - | |
| 3150 | + | |
3151 | 3151 | | |
3152 | 3152 | | |
3153 | 3153 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
| 254 | + | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
408 | 419 | | |
409 | 420 | | |
410 | 421 | | |
| |||
1169 | 1180 | | |
1170 | 1181 | | |
1171 | 1182 | | |
1172 | | - | |
| 1183 | + | |
1173 | 1184 | | |
1174 | 1185 | | |
1175 | 1186 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
891 | 891 | | |
892 | 892 | | |
893 | 893 | | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1879 | 1879 | | |
1880 | 1880 | | |
1881 | 1881 | | |
1882 | | - | |
| 1882 | + | |
1883 | 1883 | | |
1884 | 1884 | | |
1885 | 1885 | | |
| |||
0 commit comments