Commit d6525ef
committed
Auto merge of rust-lang#57542 - Centril:rollup, r=Centril
Rollup of 26 pull requests
Successful merges:
- rust-lang#56425 (Redo the docs for Vec::set_len)
- rust-lang#56906 (Issue rust-lang#56905)
- rust-lang#57042 (Don't call `FieldPlacement::count` when count is too large)
- rust-lang#57175 (Stabilize `let` bindings and destructuring in constants and const fn)
- rust-lang#57192 (Change std::error::Error trait documentation to talk about `source` instead of `cause`)
- rust-lang#57296 (Fixed the link to the ? operator)
- rust-lang#57368 (Use CMAKE_{C,CXX}_COMPILER_LAUNCHER for ccache)
- rust-lang#57400 (Rustdoc: update Source Serif Pro and replace Heuristica italic)
- rust-lang#57417 (rustdoc: use text-based doctest parsing if a macro is wrapping main)
- rust-lang#57433 (Add link destination for `read-ownership`)
- rust-lang#57434 (Remove `CrateNum::Invalid`.)
- rust-lang#57441 (Supporting backtrace for x86_64-fortanix-unknown-sgx.)
- rust-lang#57450 (actually take a slice in this example)
- rust-lang#57459 (Reference tracking issue for inherent associated types in diagnostic)
- rust-lang#57463 (docs: Fix some 'second-edition' links)
- rust-lang#57466 (Remove outdated comment)
- rust-lang#57493 (use structured suggestion when casting a reference)
- rust-lang#57498 (make note of one more normalization that Paths do)
- rust-lang#57499 (note that FromStr does not work for borrowed types)
- rust-lang#57505 (Remove submodule step from README)
- rust-lang#57510 (Add a profiles section to the manifest)
- rust-lang#57511 (Fix undefined behavior)
- rust-lang#57519 (Correct RELEASES.md for 1.32.0)
- rust-lang#57522 (don't unwrap unexpected tokens in `format!`)
- rust-lang#57530 (Fixing a typographical error.)
- rust-lang#57535 (Stabilise irrefutable if-let and while-let patterns)
Failed merges:
r? @ghostFile tree
170 files changed
+999
-1485
lines changed- src
- bootstrap
- doc/unstable-book/src/language-features
- liballoc
- libcore
- str
- librustc_mir
- build
- hair/pattern
- transform
- librustc_passes
- librustc_typeck
- check
- librustc
- hir
- lint
- ty
- librustdoc
- html
- static
- libstd
- io
- sys/sgx
- abi
- ext
- libsyntax_ext
- libsyntax
- test
- compile-fail
- run-pass
- binding
- ctfe
- ui
- consts
- const-eval
- min_const_fn
- error-codes
- feature-gates
- if
- issues
- macros
- mismatched_types
- pattern
- rfc-2497-if-let-chains
- static
- unsafe
- where-clauses
- tools/build-manifest/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
170 files changed
+999
-1485
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
124 | 130 | | |
125 | 131 | | |
126 | 132 | | |
| |||
151 | 157 | | |
152 | 158 | | |
153 | 159 | | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
154 | 166 | | |
155 | 167 | | |
156 | 168 | | |
| |||
208 | 220 | | |
209 | 221 | | |
210 | 222 | | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
211 | 229 | | |
212 | 230 | | |
213 | 231 | | |
| |||
240 | 258 | | |
241 | 259 | | |
242 | 260 | | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
243 | 267 | | |
244 | 268 | | |
245 | 269 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | | - | |
| 291 | + | |
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | 349 | | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
358 | 356 | | |
359 | 357 | | |
360 | 358 | | |
| |||
Lines changed: 0 additions & 28 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
738 | 738 | | |
739 | 739 | | |
740 | 740 | | |
741 | | - | |
| 741 | + | |
742 | 742 | | |
743 | | - | |
744 | | - | |
745 | | - | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
746 | 747 | | |
747 | | - | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
748 | 752 | | |
749 | | - | |
750 | | - | |
| 753 | + | |
751 | 754 | | |
752 | | - | |
| 755 | + | |
| 756 | + | |
753 | 757 | | |
754 | | - | |
755 | | - | |
756 | | - | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
757 | 798 | | |
758 | | - | |
| 799 | + | |
759 | 800 | | |
760 | 801 | | |
761 | | - | |
762 | | - | |
| 802 | + | |
| 803 | + | |
763 | 804 | | |
764 | 805 | | |
765 | 806 | | |
766 | 807 | | |
767 | 808 | | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
768 | 812 | | |
769 | 813 | | |
770 | 814 | | |
771 | 815 | | |
772 | 816 | | |
773 | | - | |
774 | | - | |
775 | | - | |
776 | | - | |
777 | | - | |
778 | | - | |
779 | | - | |
780 | | - | |
781 | | - | |
782 | | - | |
783 | | - | |
| 817 | + | |
| 818 | + | |
784 | 819 | | |
785 | 820 | | |
786 | | - | |
787 | | - | |
| 821 | + | |
| 822 | + | |
788 | 823 | | |
789 | 824 | | |
790 | 825 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
849 | 849 | | |
850 | 850 | | |
851 | 851 | | |
| 852 | + | |
852 | 853 | | |
853 | 854 | | |
854 | 855 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | 20 | | |
23 | 21 | | |
24 | 22 | | |
| |||
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
32 | | - | |
33 | 30 | | |
34 | 31 | | |
35 | 32 | | |
| |||
90 | 87 | | |
91 | 88 | | |
92 | 89 | | |
93 | | - | |
94 | 90 | | |
95 | 91 | | |
96 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
| 289 | + | |
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
| |||
0 commit comments