This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit d8810e3
committed
Auto merge of rust-lang#137030 - matthiaskrgr:rollup-267aumr, r=matthiaskrgr
Rollup of 9 pull requests
Successful merges:
- rust-lang#135778 (account for `c_enum_min_bits` in `multiple-reprs` UI test)
- rust-lang#136052 (Correct comment for FreeBSD and DragonFly BSD in unix/thread)
- rust-lang#136886 (Remove the common prelude module)
- rust-lang#136956 (add vendor directory to .gitignore)
- rust-lang#136958 (Fix presentation of purely "additive" replacement suggestion parts)
- rust-lang#136967 (Use `slice::fill` in `io::Repeat` implementation)
- rust-lang#136976 (alloc boxed: docs: use MaybeUninit::write instead of as_mut_ptr)
- rust-lang#137007 (Emit MIR for each bit with on `dont_reset_cast_kind_without_updating_operand`)
- rust-lang#137008 (Move code into `rustc_mir_transform`)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
189 files changed
+1068
-1104
lines changed- compiler
- rustc_errors/src
- rustc_middle/src/mir
- rustc_mir_dataflow/src
- impls
- rustc_mir_transform/src
- library
- alloc/src
- core/src/prelude
- std/src
- io
- prelude
- sys/pal/unix
- src/tools/clippy/tests/ui
- tests
- mir-opt
- rustdoc-js-std
- ui
- associated-types
- attributes
- borrowck
- c-variadic
- cfg
- check-cfg
- closures
- 2229_closure_analysis
- compare-method
- const-generics
- generic_const_exprs
- assoc_const_unification
- const_kind_expr
- consts
- did_you_mean
- dropck
- dst
- empty
- env-macro
- error-codes
- extern
- feature-gates
- fmt
- impl-trait
- imports
- issue-45829
- issues
- issue-41652
- issue-57741-dereference-boxed-value
- let-else
- lexer
- lifetimes
- lint
- let_underscore
- unused
- macros
- match
- methods
- issues
- mir
- mismatched_types
- moves
- namespace
- nll/ty-outlives
- parser
- char
- issues
- misspelled-keywords
- recover
- pattern
- usefulness
- privacy
- pub
- resolve
- rfcs
- rfc-2008-non-exhaustive
- rfc-2126-extern-absolute-paths
- rust-2018
- stability-attribute
- statics
- structs-enums
- structs
- suggestions
- test-attrs
- traits
- associated_type_bound
- non_lifetime_binders
- transmutability
- typeck
- type
- pattern_types
- unresolved
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
189 files changed
+1068
-1104
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1976 | 1976 | | |
1977 | 1977 | | |
1978 | 1978 | | |
| 1979 | + | |
| 1980 | + | |
1979 | 1981 | | |
1980 | 1982 | | |
1981 | | - | |
| 1983 | + | |
1982 | 1984 | | |
1983 | 1985 | | |
1984 | 1986 | | |
1985 | | - | |
| 1987 | + | |
| 1988 | + | |
1986 | 1989 | | |
1987 | 1990 | | |
1988 | 1991 | | |
| |||
2167 | 2170 | | |
2168 | 2171 | | |
2169 | 2172 | | |
2170 | | - | |
| 2173 | + | |
2171 | 2174 | | |
2172 | 2175 | | |
2173 | 2176 | | |
| |||
2213 | 2216 | | |
2214 | 2217 | | |
2215 | 2218 | | |
2216 | | - | |
| 2219 | + | |
| 2220 | + | |
| 2221 | + | |
| 2222 | + | |
| 2223 | + | |
| 2224 | + | |
2217 | 2225 | | |
2218 | 2226 | | |
2219 | 2227 | | |
| |||
2376 | 2384 | | |
2377 | 2385 | | |
2378 | 2386 | | |
2379 | | - | |
2380 | | - | |
2381 | | - | |
| 2387 | + | |
| 2388 | + | |
| 2389 | + | |
| 2390 | + | |
| 2391 | + | |
| 2392 | + | |
2382 | 2393 | | |
2383 | 2394 | | |
2384 | 2395 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
233 | 245 | | |
234 | 246 | | |
235 | 247 | | |
236 | 248 | | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
237 | 267 | | |
238 | 268 | | |
239 | 269 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
7 | 26 | | |
8 | 27 | | |
9 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1061 | 1061 | | |
1062 | 1062 | | |
1063 | 1063 | | |
1064 | | - | |
1065 | | - | |
1066 | | - | |
| 1064 | + | |
| 1065 | + | |
1067 | 1066 | | |
1068 | 1067 | | |
1069 | 1068 | | |
| |||
0 commit comments