This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit f781bab
committed
Auto merge of rust-lang#73924 - Manishearth:rollup-8r51ld9, r=Manishearth
Rollup of 17 pull requests
Successful merges:
- rust-lang#72071 (Added detailed error code explanation for issue E0687 in Rust compiler.)
- rust-lang#72369 (Bring net/parser.rs up to modern up to date with modern rust patterns)
- rust-lang#72445 (Stabilize `#[track_caller]`.)
- rust-lang#73466 (impl From<char> for String)
- rust-lang#73548 (remove rustdoc warnings)
- rust-lang#73649 (Fix sentence structure)
- rust-lang#73678 (Update Box::from_raw example to generalize better)
- rust-lang#73705 (stop taking references in Relate)
- rust-lang#73716 (Document the static keyword)
- rust-lang#73752 (Remap Windows ERROR_INVALID_PARAMETER to ErrorKind::InvalidInput from Other)
- rust-lang#73776 (Move terminator to new module)
- rust-lang#73778 (Make `likely` and `unlikely` const, gated by feature `const_unlikely`)
- rust-lang#73805 (Document the type keyword)
- rust-lang#73806 (Use an 'approximate' universal upper bound when reporting region errors)
- rust-lang#73828 (Fix wording for anonymous parameter name help)
- rust-lang#73846 (Fix comma in debug_assert! docs)
- rust-lang#73847 (Edit cursor.prev() method docs in lexer)
Failed merges:
r? @ghostFile tree
121 files changed
+1520
-1234
lines changed- src
- doc/unstable-book/src/language-features
- liballoc
- tests
- libcore
- macros
- librustc_error_codes
- error_codes
- librustc_errors
- librustc_feature
- librustc_infer/infer
- canonical
- higher_ranked
- nll_relate
- librustc_lexer/src
- librustc_lint
- librustc_middle
- ich
- mir
- terminator
- ty
- print
- librustc_mir_build/hair/pattern
- librustc_mir
- borrow_check
- diagnostics
- region_infer
- type_check
- interpret
- transform
- check_consts
- librustc_parse/parser
- librustc_passes
- librustc_privacy
- librustc_span
- librustc_symbol_mangling
- librustc_trait_selection
- traits
- error_reporting
- select
- librustc_traits/chalk
- librustc_typeck
- check
- method
- coherence
- librustdoc/clean
- libstd
- net
- sys/windows
- test/ui
- anon-params
- asm
- async-await
- feature-gates
- in-band-lifetimes
- lifetimes
- macros
- numbers-arithmetic
- parser
- rfc-2091-track-caller
- rfc-2565-param-attrs
- span
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
121 files changed
+1520
-1234
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
2 | 4 | | |
3 | 5 | | |
4 | | - | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
20 | | - | |
21 | | - | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
57 | | - | |
58 | | - | |
59 | | - | |
| 59 | + | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
143 | 144 | | |
144 | 145 | | |
145 | 146 | | |
146 | | - | |
147 | | - | |
| 147 | + | |
| 148 | + | |
148 | 149 | | |
149 | 150 | | |
150 | 151 | | |
| |||
Lines changed: 0 additions & 5 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
387 | | - | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
388 | 391 | | |
389 | 392 | | |
390 | 393 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2518 | 2518 | | |
2519 | 2519 | | |
2520 | 2520 | | |
| 2521 | + | |
| 2522 | + | |
| 2523 | + | |
| 2524 | + | |
| 2525 | + | |
| 2526 | + | |
| 2527 | + | |
| 2528 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
714 | 714 | | |
715 | 715 | | |
716 | 716 | | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
952 | 952 | | |
953 | 953 | | |
954 | 954 | | |
| 955 | + | |
955 | 956 | | |
956 | 957 | | |
957 | 958 | | |
| |||
960 | 961 | | |
961 | 962 | | |
962 | 963 | | |
| 964 | + | |
963 | 965 | | |
964 | 966 | | |
965 | 967 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
| |||
118 | 119 | | |
119 | 120 | | |
120 | 121 | | |
121 | | - | |
| 122 | + | |
122 | 123 | | |
123 | 124 | | |
124 | 125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
194 | 193 | | |
195 | 194 | | |
196 | 195 | | |
| |||
206 | 205 | | |
207 | 206 | | |
208 | 207 | | |
209 | | - | |
| 208 | + | |
210 | 209 | | |
211 | 210 | | |
212 | 211 | | |
| |||
217 | 216 | | |
218 | 217 | | |
219 | 218 | | |
220 | | - | |
| 219 | + | |
221 | 220 | | |
222 | 221 | | |
223 | 222 | | |
| |||
226 | 225 | | |
227 | 226 | | |
228 | 227 | | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
| 228 | + | |
| 229 | + | |
236 | 230 | | |
237 | 231 | | |
238 | 232 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
| 385 | + | |
385 | 386 | | |
386 | 387 | | |
387 | 388 | | |
| |||
613 | 614 | | |
614 | 615 | | |
615 | 616 | | |
616 | | - | |
617 | 617 | | |
618 | 618 | | |
619 | 619 | | |
| |||
0 commit comments