This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 276ab58
committed
Auto merge of rust-lang#3215 - rust-lang:rustup-2023-12-08, r=saethlin
Automatic RustupFile tree
442 files changed
+6646
-2541
lines changed- compiler
- rustc_arena/src
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast_pretty/src/pprust
- state
- rustc_ast/src
- rustc_borrowck/src/diagnostics
- rustc_builtin_macros/src
- rustc_codegen_cranelift/src
- rustc_codegen_gcc
- example
- src
- rustc_codegen_llvm/src
- back
- rustc_codegen_ssa/src
- back
- mir
- rustc_const_eval
- src
- const_eval
- interpret
- rustc_driver_impl/src
- rustc_errors/src
- rustc_expand/src
- rustc_feature/src
- rustc_hir_analysis/src
- astconv
- check
- coherence
- collect
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_hir/src
- rustc_infer/src/infer/error_reporting
- rustc_interface/src
- rustc_lint_defs/src
- rustc_lint/src
- rustc_llvm
- llvm-wrapper
- rustc_metadata/src/rmeta
- rustc_middle/src
- middle
- mir
- interpret
- allocation
- query
- traits
- ty
- consts
- print
- rustc_mir_build/src/thir/pattern
- rustc_mir_transform/src
- coverage
- rustc_monomorphize/src
- rustc_parse
- src
- parser
- rustc_passes/src
- rustc_privacy/src
- rustc_query_system/src
- rustc_resolve
- src
- rustc_session
- src
- rustc_smir/src
- rustc_internal
- rustc_smir
- convert
- rustc_span/src
- rustc_symbol_mangling/src
- typeid
- rustc_target/src/spec
- targets
- rustc_trait_selection/src
- solve
- traits
- error_reporting
- select
- specialize
- rustc_ty_utils/src
- stable_mir/src
- mir
- library
- alloc
- benches
- src
- vec
- tests
- core
- src
- tests
- panic_abort/src
- panic_unwind/src
- std
- src
- sys_common
- sys
- personality
- teeos
- locks
- unix
- windows
- xous
- thread
- unwind
- src
- src
- bootstrap
- src/core
- build_steps
- ci
- docker
- host-x86_64
- dist-various-1
- x86_64-gnu-llvm-16
- x86_64-gnu-llvm-17
- doc
- rustc/src
- platform-support
- unstable-book/src/compiler-flags
- librustdoc
- clean
- html/render
- tools
- build-manifest/src
- clippy
- clippy_lints/src/doc
- clippy_utils/src
- compiletest/src
- miri
- src
- bin
- rust-analyzer/crates/proc-macro-srv/src
- rustfmt/src
- tidy/src
- tests
- codegen/sanitizer
- mir-opt
- dataflow-const-prop
- pre-codegen
- run-make
- jobserver-error
- no-builtins-symbols
- rustdoc
- ui-fulldeps
- stable-mir
- ui
- associated-types
- borrowck
- check-cfg
- coherence
- const-ptr
- consts
- const-eval
- heap
- miri_unleashed
- coroutine
- error-codes
- error-emitter
- extern
- feature-gates
- generic-associated-types/parse
- generics
- higher-ranked/trait-bounds/normalize-under-binder
- imports
- invalid-compile-flags
- issues
- lifetimes
- lifetime-errors
- lint
- unused
- mismatched_types
- moves
- nll
- parser
- pattern/usefulness
- integer-ranges
- privacy
- proc-macro
- resolve
- rfcs
- rfc-1623-static
- rfc-2632-const-trait-impl/effects
- suggestions
- traits
- try-block
- try-trait
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
442 files changed
+6646
-2541
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5892 | 5892 | | |
5893 | 5893 | | |
5894 | 5894 | | |
| 5895 | + | |
| 5896 | + | |
| 5897 | + | |
| 5898 | + | |
| 5899 | + | |
| 5900 | + | |
| 5901 | + | |
| 5902 | + | |
| 5903 | + | |
| 5904 | + | |
| 5905 | + | |
| 5906 | + | |
5895 | 5907 | | |
5896 | 5908 | | |
5897 | 5909 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | 92 | | |
94 | 93 | | |
95 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
484 | 484 | | |
485 | 485 | | |
486 | 486 | | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
487 | 501 | | |
488 | 502 | | |
489 | 503 | | |
| |||
655 | 669 | | |
656 | 670 | | |
657 | 671 | | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
658 | 680 | | |
659 | 681 | | |
660 | 682 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1311 | 1311 | | |
1312 | 1312 | | |
1313 | 1313 | | |
1314 | | - | |
| 1314 | + | |
1315 | 1315 | | |
1316 | 1316 | | |
1317 | 1317 | | |
| |||
2406 | 2406 | | |
2407 | 2407 | | |
2408 | 2408 | | |
| 2409 | + | |
| 2410 | + | |
| 2411 | + | |
| 2412 | + | |
| 2413 | + | |
2409 | 2414 | | |
2410 | | - | |
2411 | | - | |
2412 | | - | |
| 2415 | + | |
| 2416 | + | |
| 2417 | + | |
| 2418 | + | |
| 2419 | + | |
2413 | 2420 | | |
2414 | 2421 | | |
2415 | | - | |
2416 | | - | |
2417 | | - | |
2418 | | - | |
2419 | | - | |
2420 | | - | |
2421 | | - | |
| 2422 | + | |
2422 | 2423 | | |
2423 | | - | |
| 2424 | + | |
| 2425 | + | |
| 2426 | + | |
| 2427 | + | |
| 2428 | + | |
2424 | 2429 | | |
2425 | 2430 | | |
2426 | | - | |
2427 | | - | |
| 2431 | + | |
| 2432 | + | |
| 2433 | + | |
2428 | 2434 | | |
2429 | | - | |
2430 | | - | |
| 2435 | + | |
| 2436 | + | |
2431 | 2437 | | |
2432 | 2438 | | |
2433 | 2439 | | |
| |||
2831 | 2837 | | |
2832 | 2838 | | |
2833 | 2839 | | |
2834 | | - | |
2835 | | - | |
| 2840 | + | |
| 2841 | + | |
2836 | 2842 | | |
2837 | 2843 | | |
2838 | 2844 | | |
| |||
2842 | 2848 | | |
2843 | 2849 | | |
2844 | 2850 | | |
2845 | | - | |
| 2851 | + | |
2846 | 2852 | | |
2847 | | - | |
| 2853 | + | |
2848 | 2854 | | |
2849 | 2855 | | |
2850 | 2856 | | |
2851 | 2857 | | |
2852 | 2858 | | |
2853 | 2859 | | |
2854 | 2860 | | |
2855 | | - | |
2856 | | - | |
2857 | | - | |
2858 | | - | |
2859 | | - | |
2860 | | - | |
| 2861 | + | |
2861 | 2862 | | |
2862 | 2863 | | |
2863 | 2864 | | |
| |||
3177 | 3178 | | |
3178 | 3179 | | |
3179 | 3180 | | |
3180 | | - | |
| 3181 | + | |
3181 | 3182 | | |
3182 | 3183 | | |
3183 | 3184 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
125 | | - | |
| 124 | + | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
871 | 871 | | |
872 | 872 | | |
873 | 873 | | |
874 | | - | |
875 | | - | |
876 | | - | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
877 | 879 | | |
878 | 880 | | |
879 | 881 | | |
880 | | - | |
881 | 882 | | |
882 | 883 | | |
883 | 884 | | |
| |||
1170 | 1171 | | |
1171 | 1172 | | |
1172 | 1173 | | |
1173 | | - | |
| 1174 | + | |
1174 | 1175 | | |
1175 | | - | |
| 1176 | + | |
1176 | 1177 | | |
1177 | 1178 | | |
1178 | 1179 | | |
| |||
1406 | 1407 | | |
1407 | 1408 | | |
1408 | 1409 | | |
1409 | | - | |
| 1410 | + | |
1410 | 1411 | | |
1411 | 1412 | | |
1412 | 1413 | | |
| |||
1415 | 1416 | | |
1416 | 1417 | | |
1417 | 1418 | | |
1418 | | - | |
| 1419 | + | |
1419 | 1420 | | |
1420 | 1421 | | |
1421 | 1422 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
861 | 861 | | |
862 | 862 | | |
863 | 863 | | |
864 | | - | |
| 864 | + | |
865 | 865 | | |
866 | 866 | | |
867 | 867 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| |||
0 commit comments