Commit 63faf88
committed
Auto merge of #155373 - jhpratt:rollup-qjxAt4R, r=jhpratt
Rollup of 18 pull requests
Successful merges:
- #154595 (Emit fatal on invalid const args with nested defs)
- #154599 (report the `varargs_without_pattern` lint in deps)
- #154699 (`core::unicode`: Replace `Cased` table with `Lt`)
- #155353 (resolve: Remove `inaccessible_ctor_reexport` resolver field)
- #155357 (Add `--remap-path-scope` as unstable in rustdoc)
- #150649 (clippy fix: non_canonical_clone_impl)
- #154604 (abort in core)
- #154616 (Add `--quiet` flag to x.py and bootstrap to suppress output)
- #154970 (rustdoc: preserve `doc(cfg)` on locally re-exported type aliases)
- #155215 (Clean up `AttributeLintKind` and refactor diagnostic attribute linting)
- #155228 (Check diagnostic output in incremental `cpass` and `rpass` revisions)
- #155266 (Adjust release notes for post-merge feedback)
- #155326 (Disallow ZST allocations with `TypedArena`.)
- #155334 (docs: Use `0b1` instead of `NonZero::MIN` in `NonZero::bit_width` doctests)
- #155340 (Handle nonnull pattern types in size skeleton)
- #155347 (Add push_mut and new Layout methods to release notes)
- #155356 (remove calls to AliasTyKind::def_id)
- #155364 (Reduce diagnostic type visibilities.)File tree
148 files changed
+1917
-1275
lines changed- compiler
- rustc_arena/src
- rustc_ast_lowering/src
- rustc_attr_parsing/src
- attributes
- diagnostic
- rustc_codegen_ssa/src
- rustc_const_eval/src
- const_eval
- interpret
- rustc_driver_impl/src
- rustc_error_codes/src/error_codes
- rustc_interface/src
- rustc_lint_defs/src
- rustc_lint/src
- early
- rustc_metadata/src
- rustc_middle/src
- ty
- rustc_pattern_analysis/src
- rustc_resolve/src
- late
- rustc_session/src
- rustc_trait_selection/src
- error_reporting/infer
- nice_region_error
- errors
- traits/query
- rustc_ty_utils/src
- library
- coretests/tests
- unicode
- core/src
- char
- intrinsics
- num
- unicode
- std/src
- src
- bootstrap
- src/core
- build_steps
- builder
- config
- doc/rustdoc/src
- etc
- completions
- librustdoc
- clean
- tools
- compiletest/src
- runtest
- unicode-table-generator/src
- tests
- crashes
- incremental
- const-generics
- krate_reassign_34991
- rlib_cross_crate
- static_cycle
- struct_change_field_type_cross_crate
- type_alias_cross_crate
- run-make/rustdoc-default-output
- rustdoc-html/reexport
- rustdoc-ui
- ui
- attributes
- c-variadic
- const-generics
- generic_const_exprs
- mgca
- delegation
- diagnostic_namespace
- on_move
- on_unimplemented
- on_unknown
- on-unimplemented
- thir-print
- transmute
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
148 files changed
+1917
-1275
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
| 22 | + | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
81 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
82 | 93 | | |
83 | 94 | | |
84 | 95 | | |
85 | 96 | | |
86 | 97 | | |
87 | 98 | | |
88 | 99 | | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
| 100 | + | |
95 | 101 | | |
96 | 102 | | |
97 | 103 | | |
98 | 104 | | |
99 | 105 | | |
| 106 | + | |
100 | 107 | | |
101 | 108 | | |
102 | 109 | | |
| |||
116 | 123 | | |
117 | 124 | | |
118 | 125 | | |
119 | | - | |
120 | 126 | | |
121 | 127 | | |
122 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| 143 | + | |
| 144 | + | |
143 | 145 | | |
144 | 146 | | |
145 | 147 | | |
146 | 148 | | |
147 | 149 | | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
162 | 156 | | |
163 | 157 | | |
164 | 158 | | |
| |||
302 | 296 | | |
303 | 297 | | |
304 | 298 | | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
315 | 303 | | |
316 | 304 | | |
317 | 305 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
117 | 116 | | |
118 | 117 | | |
119 | 118 | | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | 119 | | |
133 | 120 | | |
134 | 121 | | |
| |||
207 | 194 | | |
208 | 195 | | |
209 | 196 | | |
210 | | - | |
| 197 | + | |
| 198 | + | |
211 | 199 | | |
212 | 200 | | |
213 | 201 | | |
| |||
222 | 210 | | |
223 | 211 | | |
224 | 212 | | |
225 | | - | |
| 213 | + | |
226 | 214 | | |
227 | 215 | | |
228 | 216 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
479 | 479 | | |
480 | 480 | | |
481 | 481 | | |
482 | | - | |
483 | | - | |
484 | | - | |
485 | | - | |
486 | | - | |
487 | | - | |
488 | | - | |
489 | | - | |
490 | | - | |
491 | | - | |
492 | | - | |
493 | | - | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
494 | 494 | | |
495 | 495 | | |
496 | 496 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
2219 | 2220 | | |
2220 | 2221 | | |
2221 | 2222 | | |
2222 | | - | |
| 2223 | + | |
2223 | 2224 | | |
2224 | 2225 | | |
2225 | | - | |
2226 | | - | |
2227 | | - | |
2228 | | - | |
2229 | | - | |
| 2226 | + | |
| 2227 | + | |
| 2228 | + | |
| 2229 | + | |
| 2230 | + | |
| 2231 | + | |
| 2232 | + | |
| 2233 | + | |
| 2234 | + | |
| 2235 | + | |
| 2236 | + | |
| 2237 | + | |
| 2238 | + | |
2230 | 2239 | | |
2231 | 2240 | | |
2232 | 2241 | | |
| |||
2563 | 2572 | | |
2564 | 2573 | | |
2565 | 2574 | | |
2566 | | - | |
2567 | | - | |
2568 | | - | |
2569 | | - | |
| 2575 | + | |
| 2576 | + | |
| 2577 | + | |
| 2578 | + | |
| 2579 | + | |
| 2580 | + | |
| 2581 | + | |
| 2582 | + | |
| 2583 | + | |
2570 | 2584 | | |
2571 | | - | |
| 2585 | + | |
2572 | 2586 | | |
2573 | 2587 | | |
2574 | 2588 | | |
| |||
0 commit comments