Commit 91385d5
committed
Auto merge of rust-lang#104179 - Manishearth:rollup-yvsx5hh, r=Manishearth
Rollup of 7 pull requests
Successful merges:
- rust-lang#100508 (avoid making substs of type aliases late bound when used as fn args)
- rust-lang#101381 (Test that target feature mix up with homogeneous floats is sound)
- rust-lang#103353 (Fix Access Violation when using lld & ThinLTO on windows-msvc)
- rust-lang#103521 (Avoid possible infinite loop when next_point reaching the end of file)
- rust-lang#103559 (first move on a nested span_label)
- rust-lang#103778 (Update several crates for improved support of the new targets)
- rust-lang#103827 (Properly remap and check for substs compatibility in `confirm_impl_trait_in_trait_candidate`)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
32 files changed
+759
-84
lines changed- compiler
- rustc_borrowck/src
- diagnostics
- rustc_codegen_llvm/src
- rustc_data_structures
- rustc_error_messages/locales/en-US
- rustc_hir_analysis/src/collect
- rustc_middle/src/ty
- rustc_span/src
- source_map
- rustc_trait_selection/src/traits
- src
- bootstrap
- test
- codegen
- auxiliary
- ui
- abi
- impl-trait/in-trait
- issues
- late-bound-lifetimes
- auxiliary
- parser
32 files changed
+759
-84
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2496 | 2496 | | |
2497 | 2497 | | |
2498 | 2498 | | |
2499 | | - | |
| 2499 | + | |
2500 | 2500 | | |
2501 | 2501 | | |
2502 | 2502 | | |
| |||
2515 | 2515 | | |
2516 | 2516 | | |
2517 | 2517 | | |
2518 | | - | |
| 2518 | + | |
2519 | 2519 | | |
2520 | | - | |
| 2520 | + | |
2521 | 2521 | | |
2522 | 2522 | | |
2523 | 2523 | | |
2524 | 2524 | | |
2525 | 2525 | | |
2526 | | - | |
| 2526 | + | |
2527 | 2527 | | |
2528 | 2528 | | |
2529 | 2529 | | |
| |||
2748 | 2748 | | |
2749 | 2749 | | |
2750 | 2750 | | |
2751 | | - | |
| 2751 | + | |
2752 | 2752 | | |
2753 | | - | |
| 2753 | + | |
2754 | 2754 | | |
2755 | 2755 | | |
2756 | 2756 | | |
| |||
4651 | 4651 | | |
4652 | 4652 | | |
4653 | 4653 | | |
4654 | | - | |
| 4654 | + | |
4655 | 4655 | | |
4656 | | - | |
| 4656 | + | |
4657 | 4657 | | |
4658 | 4658 | | |
4659 | 4659 | | |
| |||
5473 | 5473 | | |
5474 | 5474 | | |
5475 | 5475 | | |
5476 | | - | |
| 5476 | + | |
5477 | 5477 | | |
5478 | | - | |
| 5478 | + | |
5479 | 5479 | | |
5480 | | - | |
5481 | | - | |
5482 | | - | |
5483 | | - | |
5484 | | - | |
| 5480 | + | |
| 5481 | + | |
| 5482 | + | |
| 5483 | + | |
| 5484 | + | |
| 5485 | + | |
| 5486 | + | |
5485 | 5487 | | |
5486 | 5488 | | |
| 5489 | + | |
| 5490 | + | |
| 5491 | + | |
| 5492 | + | |
| 5493 | + | |
| 5494 | + | |
5487 | 5495 | | |
5488 | 5496 | | |
5489 | 5497 | | |
| |||
5492 | 5500 | | |
5493 | 5501 | | |
5494 | 5502 | | |
5495 | | - | |
| 5503 | + | |
5496 | 5504 | | |
5497 | | - | |
| 5505 | + | |
5498 | 5506 | | |
5499 | 5507 | | |
5500 | 5508 | | |
| |||
5504 | 5512 | | |
5505 | 5513 | | |
5506 | 5514 | | |
5507 | | - | |
| 5515 | + | |
5508 | 5516 | | |
5509 | | - | |
| 5517 | + | |
5510 | 5518 | | |
5511 | 5519 | | |
5512 | 5520 | | |
| |||
5516 | 5524 | | |
5517 | 5525 | | |
5518 | 5526 | | |
5519 | | - | |
| 5527 | + | |
5520 | 5528 | | |
5521 | | - | |
| 5529 | + | |
5522 | 5530 | | |
5523 | 5531 | | |
5524 | 5532 | | |
| |||
5528 | 5536 | | |
5529 | 5537 | | |
5530 | 5538 | | |
5531 | | - | |
| 5539 | + | |
| 5540 | + | |
| 5541 | + | |
| 5542 | + | |
| 5543 | + | |
| 5544 | + | |
| 5545 | + | |
5532 | 5546 | | |
5533 | | - | |
| 5547 | + | |
5534 | 5548 | | |
5535 | 5549 | | |
5536 | 5550 | | |
| |||
5540 | 5554 | | |
5541 | 5555 | | |
5542 | 5556 | | |
5543 | | - | |
| 5557 | + | |
5544 | 5558 | | |
5545 | | - | |
| 5559 | + | |
5546 | 5560 | | |
5547 | 5561 | | |
5548 | 5562 | | |
| |||
Lines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
724 | 724 | | |
725 | 725 | | |
726 | 726 | | |
727 | | - | |
728 | | - | |
| 727 | + | |
729 | 728 | | |
730 | | - | |
| 729 | + | |
| 730 | + | |
731 | 731 | | |
732 | 732 | | |
733 | | - | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
734 | 740 | | |
735 | 741 | | |
736 | 742 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
623 | 623 | | |
624 | 624 | | |
625 | 625 | | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
626 | 646 | | |
627 | 647 | | |
628 | 648 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 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 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
303 | 304 | | |
304 | 305 | | |
305 | 306 | | |
306 | | - | |
| 307 | + | |
| 308 | + | |
307 | 309 | | |
308 | 310 | | |
309 | 311 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
0 commit comments