Commit 8276d18
committed
Auto merge of #151794 - JonathanBrouwer:rollup-rGbYGX2, r=JonathanBrouwer
Rollup of 12 pull requests
Successful merges:
- rust-lang/rust#150491 (resolve: Mark items under exported ambiguous imports as exported)
- rust-lang/rust#150720 (Do not suggest `derive` if there is already an impl)
- rust-lang/rust#150968 (compiler-builtins: Remove the no-f16-f128 feature)
- rust-lang/rust#151493 ([RFC] rustc_parse: improve the error diagnostic for "missing let in let chain")
- rust-lang/rust#151660 (Bump `std`'s `backtrace`'s `rustc-demangle`)
- rust-lang/rust#151696 (Borrowck: Simplify SCC annotation computation, placeholder rewriting)
- rust-lang/rust#151704 (Implement `set_output_kind` for Emscripten linker)
- rust-lang/rust#151706 (Remove Fuchsia from target OS list in unix.rs for sleep)
- rust-lang/rust#151769 (fix undefined behavior in VecDeque::splice)
- rust-lang/rust#151779 (stdarch subtree update)
- rust-lang/rust#151449 ([rustdoc] Add regression test for rust-lang/rust#151411)
- rust-lang/rust#151773 (clean up checks for constant promotion of integer division/remainder operations)File tree
6 files changed
+4
-23
lines changed- builtins-shim
- builtins-test
- ci
- compiler-builtins
- libm
6 files changed
+4
-23
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | 50 | | |
55 | 51 | | |
56 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | 39 | | |
42 | 40 | | |
43 | 41 | | |
| |||
63 | 61 | | |
64 | 62 | | |
65 | 63 | | |
66 | | - | |
67 | | - | |
68 | 64 | | |
69 | 65 | | |
70 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | 48 | | |
53 | 49 | | |
54 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | 98 | | |
102 | | - | |
| 99 | + | |
103 | 100 | | |
104 | 101 | | |
105 | 102 | | |
106 | 103 | | |
107 | | - | |
| 104 | + | |
108 | 105 | | |
109 | 106 | | |
110 | 107 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | 146 | | |
150 | | - | |
| 147 | + | |
151 | 148 | | |
152 | 149 | | |
153 | 150 | | |
154 | 151 | | |
155 | | - | |
| 152 | + | |
156 | 153 | | |
157 | 154 | | |
158 | 155 | | |
0 commit comments