Commit 759ba6a
committed
Auto merge of #144995 - Zalathar:rollup-poqb8e0, r=Zalathar
Rollup of 21 pull requests
Successful merges:
- #137831 (Tweak auto trait errors)
- #138689 (add nvptx_target_feature)
- #140267 (implement continue_ok and break_ok for ControlFlow)
- #143679 (Preserve the .debug_gdb_scripts section)
- #143857 (Port #[macro_export] to the new attribute parsing infrastructure)
- #143929 (Mark all deprecation lints in name resolution as deny-by-default and report-in-deps)
- #144133 (Stabilize const TypeId::of)
- #144369 (Upgrade semicolon_in_expressions_from_macros from warn to deny)
- #144473 (Address libunwind.a inconsistency issues in the bootstrap program)
- #144498 (Add --print target-spec-json-schema)
- #144552 (Rehome 33 `tests/ui/issues/` tests to other subdirectories under `tests/ui/`)
- #144659 (bootstrap: refactor mingw dist and fix gnullvm)
- #144676 (Add documentation for unstable_feature_bound)
- #144794 (Port `#[coroutine]` to the new attribute system)
- #144835 (Anonymize binders in tail call sig)
- #144836 (Change visibility of Args new function)
- #144861 (Stabilize `panic_payload_as_str` feature)
- #144910 (Add regression tests for seemingly fixed issues)
- #144913 ([rustdoc] Fix wrong `i` tooltip icon)
- #144917 (Enforce tail call type is related to body return type in borrowck)
- #144924 (compiletest: add hint for when a ui test produces no errors)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
203 files changed
+2179
-1302
lines changed- compiler
- rustc_ast_lowering/src
- rustc_ast_passes
- src
- rustc_attr_parsing
- src
- attributes
- rustc_borrowck/src/type_check
- rustc_codegen_gcc/src
- rustc_codegen_llvm/src
- debuginfo
- rustc_codegen_ssa/src
- back
- traits
- rustc_driver_impl/src
- rustc_expand/src
- rustc_feature/src
- rustc_hir/src
- attrs
- rustc_lint_defs/src
- rustc_lint/src
- rustc_mir_build/src
- rustc_passes
- src
- rustc_session/src
- rustc_span/src
- rustc_target
- src
- spec
- library
- coretests/tests
- ops
- core/src
- ops
- std/src
- sys/args
- src
- bootstrap/src
- core/build_steps
- utils
- doc
- rustc-dev-guide/src
- rustc/src
- platform-support
- targets
- librustdoc
- html
- render
- static/css
- json
- passes
- tools
- clippy/clippy_lints/src
- compiletest/src
- directives
- tidy/src
- tests
- codegen-llvm
- debuginfo
- run-make
- print-request-help-stable-unstable
- rustc-help
- symbols-all-mangled
- rustdoc-gui
- src/test_docs
- ui
- abi
- array-slice-vec
- associated-consts
- associated-types
- attributes
- auto-traits
- borrowck
- check-cfg
- closures
- const-generics/issues
- consts
- cross-crate
- auxiliary
- did_you_mean
- drop
- dyn-compatibility
- explicit-tail-calls
- extern
- feature-gates
- generics
- imports
- invalid-compile-flags
- issues
- iterators
- lifetimes
- lint
- semicolon-in-expressions-from-macros
- unused
- loops
- macros
- match
- methods
- issues
- mismatched_types
- modules
- moves
- numbers-arithmetic
- print-request
- privacy
- proc-macro
- resolve
- structs
- symbol-names
- auxiliary
- target-feature
- trait-bounds
- trait-objects
- traits
- const-traits
- inductive-overflow
- try-trait
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
203 files changed
+2179
-1302
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1203 | 1203 | | |
1204 | 1204 | | |
1205 | 1205 | | |
| 1206 | + | |
| 1207 | + | |
| 1208 | + | |
| 1209 | + | |
| 1210 | + | |
| 1211 | + | |
1206 | 1212 | | |
1207 | 1213 | | |
1208 | 1214 | | |
| |||
3196 | 3202 | | |
3197 | 3203 | | |
3198 | 3204 | | |
| 3205 | + | |
| 3206 | + | |
| 3207 | + | |
| 3208 | + | |
| 3209 | + | |
| 3210 | + | |
| 3211 | + | |
| 3212 | + | |
| 3213 | + | |
| 3214 | + | |
| 3215 | + | |
| 3216 | + | |
| 3217 | + | |
| 3218 | + | |
| 3219 | + | |
| 3220 | + | |
| 3221 | + | |
| 3222 | + | |
| 3223 | + | |
| 3224 | + | |
3199 | 3225 | | |
3200 | 3226 | | |
3201 | 3227 | | |
| |||
4650 | 4676 | | |
4651 | 4677 | | |
4652 | 4678 | | |
| 4679 | + | |
4653 | 4680 | | |
4654 | 4681 | | |
4655 | 4682 | | |
| |||
4964 | 4991 | | |
4965 | 4992 | | |
4966 | 4993 | | |
| 4994 | + | |
| 4995 | + | |
| 4996 | + | |
| 4997 | + | |
| 4998 | + | |
| 4999 | + | |
| 5000 | + | |
| 5001 | + | |
| 5002 | + | |
| 5003 | + | |
| 5004 | + | |
| 5005 | + | |
| 5006 | + | |
| 5007 | + | |
| 5008 | + | |
| 5009 | + | |
| 5010 | + | |
| 5011 | + | |
| 5012 | + | |
| 5013 | + | |
| 5014 | + | |
| 5015 | + | |
| 5016 | + | |
| 5017 | + | |
| 5018 | + | |
4967 | 5019 | | |
4968 | 5020 | | |
4969 | 5021 | | |
| |||
5038 | 5090 | | |
5039 | 5091 | | |
5040 | 5092 | | |
| 5093 | + | |
| 5094 | + | |
| 5095 | + | |
| 5096 | + | |
| 5097 | + | |
| 5098 | + | |
| 5099 | + | |
| 5100 | + | |
| 5101 | + | |
| 5102 | + | |
| 5103 | + | |
5041 | 5104 | | |
5042 | 5105 | | |
5043 | 5106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| 235 | + | |
235 | 236 | | |
236 | 237 | | |
237 | 238 | | |
238 | | - | |
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| |||
1052 | 1052 | | |
1053 | 1053 | | |
1054 | 1054 | | |
| 1055 | + | |
1055 | 1056 | | |
1056 | 1057 | | |
1057 | 1058 | | |
1058 | | - | |
1059 | 1059 | | |
1060 | 1060 | | |
1061 | 1061 | | |
| |||
1067 | 1067 | | |
1068 | 1068 | | |
1069 | 1069 | | |
1070 | | - | |
1071 | | - | |
1072 | | - | |
1073 | | - | |
1074 | | - | |
1075 | | - | |
1076 | | - | |
1077 | | - | |
1078 | | - | |
| 1070 | + | |
| 1071 | + | |
| 1072 | + | |
1079 | 1073 | | |
1080 | 1074 | | |
1081 | 1075 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
699 | 699 | | |
700 | 700 | | |
701 | 701 | | |
702 | | - | |
| 702 | + | |
703 | 703 | | |
704 | | - | |
705 | | - | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
706 | 707 | | |
707 | 708 | | |
708 | 709 | | |
709 | | - | |
| 710 | + | |
710 | 711 | | |
711 | 712 | | |
712 | 713 | | |
713 | | - | |
714 | | - | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
715 | 719 | | |
716 | 720 | | |
717 | 721 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
347 | | - | |
| 347 | + | |
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
| |||
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
357 | | - | |
358 | | - | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
359 | 360 | | |
360 | 361 | | |
361 | 362 | | |
| |||
365 | 366 | | |
366 | 367 | | |
367 | 368 | | |
368 | | - | |
| 369 | + | |
369 | 370 | | |
370 | 371 | | |
371 | 372 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
35 | 40 | | |
36 | 41 | | |
37 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| |||
113 | 117 | | |
114 | 118 | | |
115 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | | - | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
164 | 165 | | |
165 | 166 | | |
166 | 167 | | |
| 168 | + | |
167 | 169 | | |
168 | 170 | | |
169 | 171 | | |
| |||
184 | 186 | | |
185 | 187 | | |
186 | 188 | | |
| 189 | + | |
187 | 190 | | |
188 | 191 | | |
189 | 192 | | |
| |||
0 commit comments