Commit 94bf2c1
committed
Auto merge of rust-lang#57087 - Centril:rollup, r=Centril
Rollup of 14 pull requests
Successful merges:
- rust-lang#56188 (enum type instead of variant suggestion unification )
- rust-lang#56342 (Improve docs for collecting into `Option`s)
- rust-lang#56916 (Fix mutable references in `static mut`)
- rust-lang#56917 (Simplify MIR generation for logical operations)
- rust-lang#56939 (Pin stabilization)
- rust-lang#56953 (Mark tuple structs as live if their constructors are used)
- rust-lang#56964 (Remove `TokenStream::JointTree`.)
- rust-lang#56966 (Correct strings for raw pointer deref and array access suggestions)
- rust-lang#57020 (Point to cause of `fn` expected return type)
- rust-lang#57032 (fix deprecation warnings in liballoc benches)
- rust-lang#57053 (Fix alignment for array indexing)
- rust-lang#57062 (Fix a comment)
- rust-lang#57067 (Stabilize min_const_unsafe_fn in 1.33)
- rust-lang#57078 (Ignore two tests on s390x)
Failed merges:
r? @ghostFile tree
79 files changed
+721
-489
lines changed- src
- liballoc
- benches
- btree
- libcore
- future
- prelude
- librustc_codegen_ssa/mir
- librustc_mir
- build/expr
- monomorphize
- transform
- librustc_resolve
- librustc_typeck/check
- librustc
- hir
- ich
- middle
- mir
- libstd
- libsyntax_ext
- libsyntax_pos
- libsyntax
- parse/lexer
- test
- codegen
- compile-fail
- run-pass-fulldeps
- run-pass
- rustdoc
- ui
- consts
- min_const_fn
- did_you_mean
- enum
- error-codes
- impl-trait
- issues
- return
- unsafe
- variants
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
79 files changed
+721
-489
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
277 | | - | |
278 | | - | |
| 277 | + | |
| 278 | + | |
279 | 279 | | |
280 | | - | |
281 | | - | |
| 280 | + | |
| 281 | + | |
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
115 | 117 | | |
116 | | - | |
| 118 | + | |
117 | 119 | | |
118 | 120 | | |
119 | 121 | | |
| |||
446 | 448 | | |
447 | 449 | | |
448 | 450 | | |
449 | | - | |
| 451 | + | |
450 | 452 | | |
451 | 453 | | |
452 | 454 | | |
| |||
813 | 815 | | |
814 | 816 | | |
815 | 817 | | |
816 | | - | |
| 818 | + | |
817 | 819 | | |
818 | 820 | | |
819 | 821 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | 105 | | |
107 | 106 | | |
108 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
328 | | - | |
329 | | - | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
330 | 332 | | |
331 | 333 | | |
332 | 334 | | |
| |||
1934 | 1936 | | |
1935 | 1937 | | |
1936 | 1938 | | |
1937 | | - | |
| 1939 | + | |
1938 | 1940 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
306 | | - | |
307 | | - | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
308 | 310 | | |
309 | 311 | | |
310 | 312 | | |
| |||
2050 | 2052 | | |
2051 | 2053 | | |
2052 | 2054 | | |
2053 | | - | |
| 2055 | + | |
2054 | 2056 | | |
0 commit comments