File tree
663 files changed
+12058
-5606
lines changed- compiler
- rustc_abi/src
- rustc_ast/src
- attr
- util
- rustc_ast_lowering
- src
- rustc_ast_passes/src
- rustc_ast_pretty/src/pprust
- state
- rustc_borrowck/src
- constraints
- diagnostics
- region_infer
- rustc_builtin_macros
- src
- deriving
- rustc_codegen_cranelift/src
- abi
- rustc_codegen_gcc/src
- rustc_codegen_llvm/src
- back
- llvm
- rustc_codegen_ssa/src
- back
- mir
- rustc_const_eval/src
- check_consts
- const_eval
- interpret
- rustc_data_structures/src
- rustc_driver_impl/src
- rustc_errors/src
- rustc_expand/src/mbe
- rustc_feature/src
- rustc_hir/src
- rustc_hir_analysis
- src
- check
- collect
- structured_errors
- rustc_hir_typeck
- src
- fn_ctxt
- method
- rustc_index/src
- rustc_index_macros/src
- rustc_infer
- src
- infer
- error_reporting
- nice_region_error
- traits
- rustc_interface/src
- rustc_lint/src
- context/diagnostics
- rustc_llvm/llvm-wrapper
- rustc_middle
- src
- middle
- mir
- interpret
- query
- ty
- print
- util
- rustc_mir_build/src
- build
- coverageinfo
- custom
- expr
- matches
- thir/pattern
- rustc_mir_dataflow/src
- framework
- rustc_mir_transform/src
- coverage
- inline
- rustc_monomorphize
- src
- rustc_next_trait_solver/src
- solve
- assembly
- eval_ctxt
- normalizes_to
- rustc_parse
- src
- parser
- rustc_passes/src
- rustc_resolve
- src
- rustc_serialize/src
- rustc_session/src
- rustc_smir/src/rustc_smir
- convert
- rustc_span/src
- rustc_symbol_mangling/src
- rustc_target/src/abi/call
- rustc_trait_selection/src
- solve
- traits
- error_reporting
- select
- rustc_ty_utils/src
- rustc_type_ir/src
- library
- alloc/src
- core/src
- fmt
- hash
- intrinsics
- iter/adapters
- num/dec2flt
- ptr
- range
- slice
- sort/stable
- str
- sync
- panic_unwind/src
- portable-simd/crates/core_simd/src
- std/src
- io/error
- path
- sys/pal
- unix
- process
- wasm/atomics
- windows
- c
- src
- bootstrap/src
- bin
- core
- build_steps
- config
- utils
- ci
- docker
- github-actions
- doc
- unstable-book/src/compiler-flags
- librustdoc
- clean
- html
- render
- static/js
- json
- passes
- lint
- rustdoc-json-types
- tools
- clippy
- clippy_lints/src
- doc
- tests/ui
- dbg_macro
- generate-windows-sys
- src
- jsondocck/src
- jsondoclint/src
- linkchecker
- miri
- src/borrow_tracker/tree_borrows
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
663 files changed
+12058
-5606
lines changed+26-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3141 | 3141 |
| |
3142 | 3142 |
| |
3143 | 3143 |
| |
3144 |
| - | |
| 3144 | + | |
| 3145 | + | |
| 3146 | + | |
| 3147 | + | |
| 3148 | + | |
| 3149 | + | |
| 3150 | + | |
| 3151 | + | |
| 3152 | + | |
| 3153 | + | |
| 3154 | + | |
| 3155 | + | |
| 3156 | + | |
3145 | 3157 |
| |
3146 | 3158 |
| |
3147 | 3159 |
| |
| |||
3151 | 3163 |
| |
3152 | 3164 |
| |
3153 | 3165 |
| |
| 3166 | + | |
| 3167 | + | |
| 3168 | + | |
| 3169 | + | |
| 3170 | + | |
| 3171 | + | |
3154 | 3172 |
| |
3155 | 3173 |
| |
3156 | 3174 |
| |
| |||
4152 | 4170 |
| |
4153 | 4171 |
| |
4154 | 4172 |
| |
| 4173 | + | |
4155 | 4174 |
| |
4156 | 4175 |
| |
4157 | 4176 |
| |
| |||
4604 | 4623 |
| |
4605 | 4624 |
| |
4606 | 4625 |
| |
4607 |
| - | |
| 4626 | + | |
4608 | 4627 |
| |
4609 | 4628 |
| |
4610 | 4629 |
| |
| |||
4883 | 4902 |
| |
4884 | 4903 |
| |
4885 | 4904 |
| |
| 4905 | + | |
4886 | 4906 |
| |
4887 | 4907 |
| |
4888 | 4908 |
| |
| |||
6337 | 6357 |
| |
6338 | 6358 |
| |
6339 | 6359 |
| |
6340 |
| - | |
| 6360 | + | |
6341 | 6361 |
| |
6342 |
| - | |
| 6362 | + | |
6343 | 6363 |
| |
6344 | 6364 |
| |
6345 | 6365 |
| |
| |||
6360 | 6380 |
| |
6361 | 6381 |
| |
6362 | 6382 |
| |
6363 |
| - | |
| 6383 | + | |
6364 | 6384 |
| |
6365 |
| - | |
| 6385 | + | |
6366 | 6386 |
| |
6367 | 6387 |
| |
6368 | 6388 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
186 | 186 |
| |
187 | 187 |
| |
188 | 188 |
| |
189 |
| - | |
| 189 | + | |
190 | 190 |
| |
191 | 191 |
| |
192 | 192 |
| |
| |||
621 | 621 |
| |
622 | 622 |
| |
623 | 623 |
| |
624 |
| - | |
| 624 | + | |
625 | 625 |
| |
626 | 626 |
| |
627 | 627 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1429 | 1429 |
| |
1430 | 1430 |
| |
1431 | 1431 |
| |
1432 |
| - | |
| 1432 | + | |
1433 | 1433 |
| |
1434 | 1434 |
| |
1435 | 1435 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
176 | 176 |
| |
177 | 177 |
| |
178 | 178 |
| |
| 179 | + | |
| 180 | + | |
179 | 181 |
| |
180 | 182 |
| |
181 | 183 |
| |
| |||
187 | 189 |
| |
188 | 190 |
| |
189 | 191 |
| |
| 192 | + | |
190 | 193 |
| |
191 | 194 |
| |
192 | 195 |
| |
193 | 196 |
| |
194 | 197 |
| |
195 | 198 |
| |
196 | 199 |
| |
197 |
| - | |
| 200 | + | |
198 | 201 |
| |
199 |
| - | |
| 202 | + | |
200 | 203 |
| |
201 |
| - | |
| 204 | + | |
202 | 205 |
| |
203 | 206 |
| |
204 | 207 |
| |
| |||
352 | 355 |
| |
353 | 356 |
| |
354 | 357 |
| |
355 |
| - | |
| 358 | + | |
356 | 359 |
| |
357 | 360 |
| |
358 | 361 |
| |
| |||
711 | 714 |
| |
712 | 715 |
| |
713 | 716 |
| |
| 717 | + | |
714 | 718 |
| |
715 | 719 |
| |
716 | 720 |
| |
| |||
829 | 833 |
| |
830 | 834 |
| |
831 | 835 |
| |
832 |
| - | |
| 836 | + | |
833 | 837 |
| |
834 | 838 |
| |
835 | 839 |
| |
| |||
1118 | 1122 |
| |
1119 | 1123 |
| |
1120 | 1124 |
| |
1121 |
| - | |
| 1125 | + | |
1122 | 1126 |
| |
1123 |
| - | |
| 1127 | + | |
1124 | 1128 |
| |
1125 | 1129 |
| |
1126 | 1130 |
| |
| |||
1351 | 1355 |
| |
1352 | 1356 |
| |
1353 | 1357 |
| |
1354 |
| - | |
| 1358 | + | |
1355 | 1359 |
| |
1356 | 1360 |
| |
1357 |
| - | |
| 1361 | + | |
1358 | 1362 |
| |
1359 |
| - | |
| 1363 | + | |
1360 | 1364 |
| |
1361 | 1365 |
| |
1362 | 1366 |
| |
| |||
1397 | 1401 |
| |
1398 | 1402 |
| |
1399 | 1403 |
| |
1400 |
| - | |
| 1404 | + | |
1401 | 1405 |
| |
1402 |
| - | |
| 1406 | + | |
1403 | 1407 |
| |
1404 | 1408 |
| |
1405 | 1409 |
| |
| |||
1453 | 1457 |
| |
1454 | 1458 |
| |
1455 | 1459 |
| |
1456 |
| - | |
| 1460 | + | |
1457 | 1461 |
| |
1458 | 1462 |
| |
1459 | 1463 |
| |
| |||
2051 | 2055 |
| |
2052 | 2056 |
| |
2053 | 2057 |
| |
2054 |
| - | |
| 2058 | + | |
2055 | 2059 |
| |
2056 | 2060 |
| |
2057 | 2061 |
| |
| |||
2153 | 2157 |
| |
2154 | 2158 |
| |
2155 | 2159 |
| |
2156 |
| - | |
| 2160 | + | |
2157 | 2161 |
| |
2158 |
| - | |
| 2162 | + | |
2159 | 2163 |
| |
2160 | 2164 |
| |
2161 | 2165 |
| |
| |||
2229 | 2233 |
| |
2230 | 2234 |
| |
2231 | 2235 |
| |
2232 |
| - | |
| 2236 | + | |
2233 | 2237 |
| |
2234 |
| - | |
| 2238 | + | |
2235 | 2239 |
| |
2236 | 2240 |
| |
2237 | 2241 |
| |
| |||
2525 | 2529 |
| |
2526 | 2530 |
| |
2527 | 2531 |
| |
2528 |
| - | |
| 2532 | + | |
2529 | 2533 |
| |
2530 |
| - | |
| 2534 | + | |
2531 | 2535 |
| |
2532 |
| - | |
| 2536 | + | |
2533 | 2537 |
| |
2534 | 2538 |
| |
2535 | 2539 |
| |
| |||
2746 | 2750 |
| |
2747 | 2751 |
| |
2748 | 2752 |
| |
2749 |
| - | |
| 2753 | + | |
2750 | 2754 |
| |
2751 | 2755 |
| |
2752 | 2756 |
| |
| |||
3020 | 3024 |
| |
3021 | 3025 |
| |
3022 | 3026 |
| |
3023 |
| - | |
| 3027 | + | |
3024 | 3028 |
| |
3025 |
| - | |
| 3029 | + | |
3026 | 3030 |
| |
3027 |
| - | |
| 3031 | + | |
3028 | 3032 |
| |
3029 |
| - | |
| 3033 | + | |
3030 | 3034 |
| |
3031 |
| - | |
| 3035 | + | |
3032 | 3036 |
| |
3033 |
| - | |
| 3037 | + | |
3034 | 3038 |
| |
3035 |
| - | |
| 3039 | + | |
3036 | 3040 |
| |
3037 | 3041 |
| |
3038 | 3042 |
| |
| |||
3051 | 3055 |
| |
3052 | 3056 |
| |
3053 | 3057 |
| |
3054 |
| - | |
| 3058 | + | |
3055 | 3059 |
| |
3056 | 3060 |
| |
3057 | 3061 |
| |
3058 | 3062 |
| |
3059 | 3063 |
| |
3060 |
| - | |
| 3064 | + | |
3061 | 3065 |
| |
3062 | 3066 |
| |
3063 | 3067 |
| |
| |||
3251 | 3255 |
| |
3252 | 3256 |
| |
3253 | 3257 |
| |
3254 |
| - | |
| 3258 | + | |
3255 | 3259 |
| |
3256 | 3260 |
| |
3257 | 3261 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
204 | 204 |
| |
205 | 205 |
| |
206 | 206 |
| |
207 |
| - | |
208 |
| - | |
209 |
| - | |
210 |
| - | |
211 |
| - | |
212 |
| - | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
213 | 215 |
| |
214 | 216 |
| |
215 | 217 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
582 | 582 |
| |
583 | 583 |
| |
584 | 584 |
| |
| 585 | + | |
585 | 586 |
| |
586 | 587 |
| |
587 | 588 |
| |
|
0 commit comments