Commit 37d85e5
committed
Auto merge of #155941 - JonathanBrouwer:rollup-Ak66iXR, r=JonathanBrouwer
Rollup of 15 pull requests
Successful merges:
- #155923 (Subtree sync for rustc_codegen_cranelift)
- #155930 (Sync from portable simd 2026 04 28)
- #155850 (Only exclude the #155473 change for 1-byte bool-likes)
- #151994 (switch to v0 mangling by default on stable)
- #154325 (Tweak irrefutable let else warning output)
- #155273 (Lock stable_crate_ids once in create_crate_num)
- #155361 (Document that CFI diverges from Rust wrt. ABI-compatibility rules)
- #155692 (disable naked-dead-code-elimination test if no RET mnemonic is available)
- #155747 (Update documentation for `wasm32-wali-linux-musl` after integrating n…)
- #155768 (compiletest: Overhaul the code for running an incremental test revision)
- #155907 (Handle hkl const closures)
- #155910 (misc stuff from reading borrowck again :))
- #155913 (Delete the 12 year old fixme)
- #155920 (remove review queue triagebot mentions)
- #155936 (Rename `SharedContext::emit_dyn_lint*` into `emit_lint*`)85 files changed
Lines changed: 1181 additions & 603 deletions
File tree
- compiler
- rustc_abi/src
- rustc_attr_parsing/src
- attributes
- diagnostic
- rustc_borrowck/src
- region_infer
- rustc_codegen_cranelift
- .github/workflows
- build_system
- patches
- scripts
- src
- debuginfo
- driver
- intrinsics
- rustc_codegen_llvm/src
- llvm
- rustc_data_structures/src/graph/scc
- rustc_driver_impl/src
- rustc_llvm/llvm-wrapper
- rustc_middle/src/ty
- rustc_mir_build/src
- thir/pattern
- rustc_session/src
- config
- rustc_trait_selection/src/traits
- library
- core/src
- portable-simd
- crates
- core_simd/src
- simd
- num
- std_float/tests
- test_helpers/src
- src
- bootstrap/src/core/builder
- doc
- rustc-dev-guide/src/tests
- rustc/src
- platform-support
- symbol-mangling
- unstable-book/src/compiler-flags
- tools/compiletest/src
- directives
- runtest
- tests
- codegen-llvm
- run-make
- naked-dead-code-elimination
- print-request-help-stable-unstable
- rustc-help
- ui
- compile-flags/invalid
- consts
- let-else
- parser
- print-request
- span
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2084 | 2084 | | |
2085 | 2085 | | |
2086 | 2086 | | |
2087 | | - | |
| 2087 | + | |
| 2088 | + | |
2088 | 2089 | | |
2089 | 2090 | | |
2090 | 2091 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
| 224 | + | |
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | | - | |
| 252 | + | |
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
| 288 | + | |
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
| 298 | + | |
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments