This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit d2b3dd7
committed
Auto merge of rust-lang#139689 - jhpratt:rollup-wlkdyjg, r=jhpratt
Rollup of 7 pull requests
Successful merges:
- rust-lang#137835 (Use `BinOp::Cmp` for `iNN::signum`)
- rust-lang#139584 (Avoid a reverse map that is only used in diagnostics paths)
- rust-lang#139638 (Cleanup the `InstSimplify` MIR transformation)
- rust-lang#139653 (Handle a negated literal in `eat_token_lit`.)
- rust-lang#139662 (Tweak `DefPathData`)
- rust-lang#139664 (Reuse address-space computation from global alloc)
- rust-lang#139687 (Add spastorino to users_on_vacation)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
36 files changed
+242
-223
lines changed- compiler
- rustc_codegen_llvm/src
- rustc_data_structures/src
- rustc_hir/src
- rustc_middle/src/ty
- print
- rustc_mir_transform/src
- rustc_parse/src/parser
- rustc_resolve
- src
- rustc_sanitizers/src/cfi/typeid/itanium_cxx_abi
- rustc_span/src
- rustc_symbol_mangling/src
- rustc_ty_utils/src
- library/core/src
- intrinsics
- num
- src/tools/clippy/clippy_utils/src
- tests
- mir-opt
- ui-fulldeps/stable-mir
- ui
- delegation
- impl-trait/in-trait
- macros
- rfcs/rfc-1937-termination-trait
36 files changed
+242
-223
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4397 | 4397 | | |
4398 | 4398 | | |
4399 | 4399 | | |
4400 | | - | |
4401 | 4400 | | |
4402 | 4401 | | |
4403 | 4402 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | | - | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | | - | |
| 272 | + | |
| 273 | + | |
273 | 274 | | |
274 | 275 | | |
275 | 276 | | |
| |||
301 | 302 | | |
302 | 303 | | |
303 | 304 | | |
304 | | - | |
| 305 | + | |
305 | 306 | | |
306 | 307 | | |
307 | | - | |
308 | | - | |
309 | | - | |
| 308 | + | |
310 | 309 | | |
311 | 310 | | |
312 | 311 | | |
| |||
319 | 318 | | |
320 | 319 | | |
321 | 320 | | |
322 | | - | |
| 321 | + | |
323 | 322 | | |
324 | 323 | | |
325 | 324 | | |
326 | 325 | | |
327 | | - | |
| 326 | + | |
328 | 327 | | |
329 | 328 | | |
| 329 | + | |
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
112 | 122 | | |
113 | 123 | | |
114 | 124 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
275 | 280 | | |
276 | 281 | | |
277 | 282 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | | - | |
275 | | - | |
276 | | - | |
| 274 | + | |
| 275 | + | |
277 | 276 | | |
278 | 277 | | |
279 | 278 | | |
| |||
291 | 290 | | |
292 | 291 | | |
293 | 292 | | |
| 293 | + | |
| 294 | + | |
294 | 295 | | |
295 | 296 | | |
296 | 297 | | |
| |||
413 | 414 | | |
414 | 415 | | |
415 | 416 | | |
416 | | - | |
417 | | - | |
418 | | - | |
| 417 | + | |
419 | 418 | | |
420 | 419 | | |
421 | 420 | | |
| |||
426 | 425 | | |
427 | 426 | | |
428 | 427 | | |
| 428 | + | |
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
436 | | - | |
437 | | - | |
438 | | - | |
439 | | - | |
440 | | - | |
441 | | - | |
| 436 | + | |
| 437 | + | |
442 | 438 | | |
443 | | - | |
444 | 439 | | |
445 | 440 | | |
446 | 441 | | |
| |||
451 | 446 | | |
452 | 447 | | |
453 | 448 | | |
| 449 | + | |
454 | 450 | | |
455 | 451 | | |
456 | 452 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
620 | 620 | | |
621 | 621 | | |
622 | 622 | | |
623 | | - | |
| 623 | + | |
624 | 624 | | |
625 | 625 | | |
626 | 626 | | |
| |||
641 | 641 | | |
642 | 642 | | |
643 | 643 | | |
644 | | - | |
| 644 | + | |
645 | 645 | | |
646 | 646 | | |
647 | 647 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments