Commit 72b2bd5
committed
Auto merge of rust-lang#68067 - JohnTitor:rollup-vsj5won, r=JohnTitor
Rollup of 10 pull requests
Successful merges:
- rust-lang#66254 (Make Layout::new const)
- rust-lang#67122 (Do not deduplicate diagnostics in UI tests)
- rust-lang#67358 (Add HashSet::get_or_insert_owned)
- rust-lang#67725 (Simplify into_key_slice_mut)
- rust-lang#67935 (Relax the Sized bounds on Pin::map_unchecked(_mut))
- rust-lang#67967 (Delay bug to prevent ICE in MIR borrowck)
- rust-lang#67975 (Export public scalar statics in wasm)
- rust-lang#68006 (Recognise riscv64 in compiletest)
- rust-lang#68040 (Cleanup)
- rust-lang#68054 (doc: add Null-unchecked version section to mut pointer as_mut method)
Failed merges:
- rust-lang#67258 (Introduce `X..`, `..X`, and `..=X` range patterns)
r? @ghostFile tree
235 files changed
+3078
-418
lines changed- src
- liballoc/collections/btree
- libcore
- ptr
- librustc_codegen_llvm
- librustc_codegen_ssa/back
- librustc_driver
- librustc_lint
- librustc_mir/transform
- librustc_typeck/check
- librustc
- ty
- libstd/collections/hash
- libsyntax
- rustc
- test
- compile-fail
- consts
- run-make/wasm-export-all-symbols
- ui-fulldeps
- ui
- associated-type-bounds
- async-await
- multiple-lifetimes
- attributes
- borrowck
- consts
- const-eval
- miri_unleashed
- cycle-trait
- derives
- did_you_mean
- error-codes
- feature-gates
- feature-gate
- generator
- hrtb
- impl-trait
- imports
- issues
- lint
- macros
- match
- mir
- parser
- pattern
- bindings-after-at
- usefulness
- privacy
- proc-macro
- range
- regions
- repr
- rfc-2497-if-let-chains
- rfc1445
- rust-2018/uniform-paths
- span
- tool-attributes
- tuple/tuple-struct-fields
- union
- use
- tools/compiletest/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
235 files changed
+3078
-418
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3079 | 3079 | | |
3080 | 3080 | | |
3081 | 3081 | | |
3082 | | - | |
3083 | | - | |
3084 | 3082 | | |
3085 | 3083 | | |
3086 | 3084 | | |
| |||
3090 | 3088 | | |
3091 | 3089 | | |
3092 | 3090 | | |
3093 | | - | |
3094 | 3091 | | |
3095 | 3092 | | |
3096 | 3093 | | |
| |||
3278 | 3275 | | |
3279 | 3276 | | |
3280 | 3277 | | |
3281 | | - | |
3282 | 3278 | | |
3283 | 3279 | | |
3284 | 3280 | | |
| |||
3409 | 3405 | | |
3410 | 3406 | | |
3411 | 3407 | | |
3412 | | - | |
3413 | 3408 | | |
3414 | 3409 | | |
3415 | 3410 | | |
| |||
3497 | 3492 | | |
3498 | 3493 | | |
3499 | 3494 | | |
3500 | | - | |
3501 | 3495 | | |
3502 | 3496 | | |
3503 | 3497 | | |
| |||
3513 | 3507 | | |
3514 | 3508 | | |
3515 | 3509 | | |
3516 | | - | |
3517 | 3510 | | |
3518 | 3511 | | |
3519 | 3512 | | |
| |||
3660 | 3653 | | |
3661 | 3654 | | |
3662 | 3655 | | |
3663 | | - | |
3664 | 3656 | | |
3665 | 3657 | | |
3666 | 3658 | | |
| |||
4464 | 4456 | | |
4465 | 4457 | | |
4466 | 4458 | | |
4467 | | - | |
4468 | | - | |
4469 | 4459 | | |
4470 | 4460 | | |
4471 | 4461 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
| 400 | + | |
400 | 401 | | |
401 | 402 | | |
402 | 403 | | |
| |||
514 | 515 | | |
515 | 516 | | |
516 | 517 | | |
| 518 | + | |
517 | 519 | | |
518 | 520 | | |
519 | 521 | | |
| |||
589 | 591 | | |
590 | 592 | | |
591 | 593 | | |
| 594 | + | |
592 | 595 | | |
593 | | - | |
594 | | - | |
595 | | - | |
596 | | - | |
597 | | - | |
598 | | - | |
599 | | - | |
600 | | - | |
601 | | - | |
602 | | - | |
603 | | - | |
604 | | - | |
605 | | - | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
606 | 603 | | |
607 | 604 | | |
608 | 605 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
49 | 54 | | |
50 | 55 | | |
51 | 56 | | |
| |||
54 | 59 | | |
55 | 60 | | |
56 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
57 | 68 | | |
58 | 69 | | |
59 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
123 | 124 | | |
124 | | - | |
| 125 | + | |
125 | 126 | | |
126 | 127 | | |
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
130 | | - | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
672 | 672 | | |
673 | 673 | | |
674 | 674 | | |
| 675 | + | |
675 | 676 | | |
676 | 677 | | |
677 | 678 | | |
| |||
763 | 764 | | |
764 | 765 | | |
765 | 766 | | |
| 767 | + | |
766 | 768 | | |
767 | 769 | | |
768 | 770 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
253 | 267 | | |
254 | 268 | | |
255 | 269 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
39 | | - | |
40 | 38 | | |
41 | | - | |
42 | 39 | | |
43 | 40 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
808 | 808 | | |
809 | 809 | | |
810 | 810 | | |
811 | | - | |
812 | | - | |
813 | | - | |
814 | | - | |
815 | | - | |
816 | | - | |
817 | | - | |
818 | 811 | | |
819 | 812 | | |
820 | 813 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | 48 | | |
55 | 49 | | |
56 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | 34 | | |
0 commit comments