Commit 311376d
committed
Auto merge of rust-lang#62782 - Mark-Simulacrum:rollup-1hz5ya6, r=Mark-Simulacrum
Rollup of 15 pull requests
Successful merges:
- rust-lang#61926 (Fix hyperlinks in From impls between Vec and VecDeque)
- rust-lang#62615 ( Only error about MSVC + PGO + unwind if we're generating code)
- rust-lang#62696 (Check that trait is exported or public before adding hint)
- rust-lang#62712 (Update the help message on error for self type)
- rust-lang#62728 (Fix repeated wording in slice documentation)
- rust-lang#62730 (Consolidate hygiene tests)
- rust-lang#62732 (Remove last use of mem::uninitialized from std::io::util)
- rust-lang#62740 (Add missing link to Infallible in TryFrom doc)
- rust-lang#62745 (update data_layout and features for armv7-wrs-vxworks)
- rust-lang#62749 (Document link_section arbitrary bytes)
- rust-lang#62752 (Disable Z3 in LLVM build)
- rust-lang#62764 (normalize use of backticks in compiler messages for librustc/lint)
- rust-lang#62774 (Disable simd_select_bitmask test on big endian)
- rust-lang#62777 (Self-referencial type now called a recursive type)
- rust-lang#62778 (Emit artifact notifications for dependency files)
Failed merges:
- rust-lang#62746 ( do not use mem::uninitialized in std::io)
r? @ghostFile tree
210 files changed
+319
-299
lines changed- src
- bootstrap
- liballoc/collections
- libcore
- slice
- librustc_interface
- librustc_target/spec
- librustc_typeck/check
- librustc
- lint
- session
- traits/specialize
- libstd/io
- test
- run-make-fulldeps/pretty-expanded-hygiene
- run-pass
- extern
- macros
- rfcs/rfc-2126-crate-paths
- simd
- rustdoc-ui
- ui-fulldeps
- ui
- associated-type-bounds
- async-await
- bad
- block-result
- borrowck
- codemap_tests
- coherence
- conditional-compilation
- consts
- const-eval
- deprecation
- derives
- did_you_mean
- editions
- error-codes
- feature-gates
- feature-gate
- generator
- hrtb
- hygiene
- auxiliary
- if
- impl-trait
- issues
- imports
- inference
- invalid
- issues
- lint
- liveness
- loops
- macros
- malformed
- match
- nll
- parser
- privacy
- proc-macro
- pub
- regions
- rfc1445
- rust-2018
- span
- specialization
- traits
- transmute
- trivial-bounds
- type-alias-enum-variants
- type
- ufcs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
210 files changed
+319
-299
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| 153 | + | |
153 | 154 | | |
154 | 155 | | |
155 | 156 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2721 | 2721 | | |
2722 | 2722 | | |
2723 | 2723 | | |
| 2724 | + | |
| 2725 | + | |
| 2726 | + | |
2724 | 2727 | | |
2725 | 2728 | | |
2726 | 2729 | | |
| |||
2752 | 2755 | | |
2753 | 2756 | | |
2754 | 2757 | | |
| 2758 | + | |
| 2759 | + | |
| 2760 | + | |
2755 | 2761 | | |
2756 | 2762 | | |
2757 | 2763 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
477 | 477 | | |
478 | 478 | | |
479 | 479 | | |
| 480 | + | |
480 | 481 | | |
481 | 482 | | |
482 | 483 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
611 | 611 | | |
612 | 612 | | |
613 | 613 | | |
614 | | - | |
| 614 | + | |
615 | 615 | | |
616 | 616 | | |
617 | 617 | | |
| |||
645 | 645 | | |
646 | 646 | | |
647 | 647 | | |
648 | | - | |
| 648 | + | |
649 | 649 | | |
650 | 650 | | |
651 | 651 | | |
| |||
727 | 727 | | |
728 | 728 | | |
729 | 729 | | |
730 | | - | |
| 730 | + | |
731 | 731 | | |
732 | 732 | | |
733 | 733 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
671 | 671 | | |
672 | 672 | | |
673 | 673 | | |
674 | | - | |
| 674 | + | |
675 | 675 | | |
676 | 676 | | |
677 | 677 | | |
| |||
706 | 706 | | |
707 | 707 | | |
708 | 708 | | |
709 | | - | |
| 709 | + | |
710 | 710 | | |
711 | 711 | | |
712 | 712 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
1303 | 1303 | | |
1304 | 1304 | | |
1305 | 1305 | | |
1306 | | - | |
| 1306 | + | |
1307 | 1307 | | |
1308 | 1308 | | |
| 1309 | + | |
| 1310 | + | |
1309 | 1311 | | |
1310 | 1312 | | |
1311 | | - | |
1312 | | - | |
1313 | | - | |
1314 | | - | |
| 1313 | + | |
| 1314 | + | |
| 1315 | + | |
| 1316 | + | |
| 1317 | + | |
1315 | 1318 | | |
1316 | 1319 | | |
1317 | 1320 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
366 | 366 | | |
367 | 367 | | |
368 | 368 | | |
369 | | - | |
370 | | - | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
371 | 376 | | |
372 | 377 | | |
373 | 378 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
688 | 688 | | |
689 | 689 | | |
690 | 690 | | |
691 | | - | |
692 | | - | |
693 | | - | |
694 | | - | |
695 | | - | |
696 | | - | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
697 | 705 | | |
698 | 706 | | |
699 | 707 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
0 commit comments