Commit 42325c5
committed
Auto merge of rust-lang#104293 - Manishearth:rollup-xj92d0k, r=Manishearth
Rollup of 8 pull requests
Successful merges:
- rust-lang#95292 (Allow specialized const trait impls.)
- rust-lang#100386 (Make `Sized` coinductive, again)
- rust-lang#102215 (Implement the `+whole-archive` modifier for `wasm-ld`)
- rust-lang#103468 (Fix unused lint and parser caring about spaces to won't produce invalid code)
- rust-lang#103531 (Suggest calling the instance method of the same name when method not found)
- rust-lang#103960 (piece of diagnostic migrate)
- rust-lang#104051 (update Miri)
- rust-lang#104129 (rustdoc: use javascript to layout notable traits popups)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
124 files changed
+2191
-521
lines changed- compiler
- rustc_borrowck/src
- constraints
- diagnostics
- region_infer
- type_check
- rustc_codegen_ssa/src/back
- rustc_error_messages/locales/en-US
- rustc_hir_analysis/src/impl_wf_check
- rustc_lint/src
- rustc_middle/src
- mir
- ty
- rustc_parse/src
- parser
- rustc_resolve/src/late
- rustc_trait_selection/src/traits/select
- src
- librustdoc/html
- render
- static
- css
- js
- test
- rustdoc-gui
- rustdoc
- ui
- generic-associated-types
- bugs
- lint
- resolve
- rfc-2632-const-trait-impl
- specialization
- self
- sized
- suggestions
- traits
- tools/miri
- .github/workflows
- cargo-miri/src
- src
- concurrency
- shims
- unix
- windows
- stacked_borrows
- tests
- fail/stacked_borrows
- pass
- concurrency
- panic
- stacked-borrows
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
124 files changed
+2191
-521
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
14 | 23 | | |
15 | 24 | | |
16 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
Lines changed: 19 additions & 32 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
| 227 | + | |
231 | 228 | | |
232 | 229 | | |
233 | 230 | | |
| |||
404 | 401 | | |
405 | 402 | | |
406 | 403 | | |
407 | | - | |
408 | | - | |
409 | | - | |
410 | | - | |
| 404 | + | |
411 | 405 | | |
412 | 406 | | |
413 | 407 | | |
| |||
673 | 667 | | |
674 | 668 | | |
675 | 669 | | |
676 | | - | |
677 | | - | |
678 | | - | |
679 | | - | |
680 | | - | |
681 | | - | |
682 | | - | |
683 | | - | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
684 | 676 | | |
685 | 677 | | |
| 678 | + | |
| 679 | + | |
686 | 680 | | |
687 | 681 | | |
688 | 682 | | |
| |||
724 | 718 | | |
725 | 719 | | |
726 | 720 | | |
727 | | - | |
728 | | - | |
729 | | - | |
730 | | - | |
731 | | - | |
732 | | - | |
733 | | - | |
734 | | - | |
735 | | - | |
736 | | - | |
737 | | - | |
738 | | - | |
739 | | - | |
740 | | - | |
741 | | - | |
742 | | - | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
743 | 730 | | |
744 | 731 | | |
745 | 732 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
0 commit comments