-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit be4e9b7
Auto merge of #146072 - Zalathar:rollup-0svnrfe, r=Zalathar
Rollup of 6 pull requests
Successful merges:
- #145421 (`dump_mir` cleanups)
- #145968 (Add `Bound::copied`)
- #146004 (resolve: Refactor `struct ExternPreludeEntry`)
- #146042 (Detect negative literal inferred to unsigned integer)
- #146046 (Suggest method name with maybe ty mismatch)
- #146051 (Change std f32 test to pass under Miri)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
31 files changed
+691
-591
lines changed- compiler
- rustc_borrowck/src
- polonius
- rustc_codegen_cranelift/src
- rustc_hir_typeck/src
- method
- rustc_middle/src
- mir
- traits
- rustc_mir_build/src/builder
- rustc_mir_dataflow/src/framework
- rustc_mir_transform/src
- coroutine
- rustc_resolve/src
- rustc_trait_selection/src/error_reporting/traits
- library
- core/src/ops
- std/tests/floats
- tests/ui
- async-await
- privacy
- suggestions
- typeck
31 files changed
+691
-591
lines changedLines changed: 16 additions & 19 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | - | ||
12 | - | ||
11 | + | ||
12 | + | ||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
71 | - | ||
71 | + | ||
72 | + | ||
73 | + | ||
72 | 74 |
| |
73 | 75 |
| |
74 | 76 |
| |
| |||
175 | 177 |
| |
176 | 178 |
| |
177 | 179 |
| |
178 | - | ||
179 | - | ||
180 | - | ||
180 | + | ||
181 | 181 |
| |
182 | 182 |
| |
183 | 183 |
| |
| |||
188 | 188 |
| |
189 | 189 |
| |
190 | 190 |
| |
191 | - | ||
192 | - | ||
193 | - | ||
194 | - | ||
195 | - | ||
196 | - | ||
197 | - | ||
198 | - | ||
199 | - | ||
200 | - | ||
201 | - | ||
191 | + | ||
192 | + | ||
193 | + | ||
194 | + | ||
195 | + | ||
196 | + | ||
197 | + | ||
198 | + | ||
202 | 199 |
| |
203 | 200 |
| |
204 | 201 |
| |
205 | - | ||
202 | + | ||
206 | 203 |
| |
207 | 204 |
| |
208 | 205 |
| |
209 | 206 |
| |
210 | 207 |
| |
211 | - | ||
208 | + | ||
212 | 209 |
| |
213 | 210 |
| |
214 | 211 |
| |
|
Lines changed: 32 additions & 55 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 | - | ||
6 | - | ||
7 | - | ||
5 | + | ||
8 | 6 |
| |
9 | 7 |
| |
10 | 8 |
| |
| |||
33 | 31 |
| |
34 | 32 |
| |
35 | 33 |
| |
36 | - | ||
37 | - | ||
38 | - | ||
34 | + | ||
39 | 35 |
| |
40 | 36 |
| |
41 | 37 |
| |
42 | 38 |
| |
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
48 | + | ||
49 | + | ||
50 | + | ||
51 | + | ||
52 | + | ||
53 | + | ||
54 | + | ||
55 | + | ||
56 | + | ||
57 | + | ||
58 | + | ||
59 | + | ||
60 | + | ||
43 | 61 |
| |
44 | - | ||
62 | + | ||
45 | 63 |
| |
46 | - | ||
64 | + | ||
47 | 65 |
| |
48 | 66 |
| |
49 | 67 |
| |
50 | 68 |
| |
51 | - | ||
52 | 69 |
| |
53 | 70 |
| |
54 | 71 |
| |
| |||
61 | 78 |
| |
62 | 79 |
| |
63 | 80 |
| |
64 | - | ||
81 | + | ||
65 | 82 |
| |
66 | 83 |
| |
67 | 84 |
| |
68 | 85 |
| |
69 | - | ||
70 | 86 |
| |
71 | 87 |
| |
72 | 88 |
| |
| |||
79 | 95 |
| |
80 | 96 |
| |
81 | 97 |
| |
82 | - | ||
83 | - | ||
84 | - | ||
85 | - | ||
86 | - | ||
87 | - | ||
88 | - | ||
89 | - | ||
90 | - | ||
98 | + | ||
91 | 99 |
| |
92 | 100 |
| |
93 | 101 |
| |
| |||
116 | 124 |
| |
117 | 125 |
| |
118 | 126 |
| |
119 | - | ||
127 | + | ||
120 | 128 |
| |
121 | 129 |
| |
122 | 130 |
| |
123 | 131 |
| |
124 | 132 |
| |
125 | 133 |
| |
126 | 134 |
| |
127 | - | ||
135 | + | ||
128 | 136 |
| |
129 | 137 |
| |
130 | 138 |
| |
| |||
149 | 157 |
| |
150 | 158 |
| |
151 | 159 |
| |
152 | - | ||
160 | + | ||
153 | 161 |
| |
154 | - | ||
155 | - | ||
156 | - | ||
157 | - | ||
158 | 162 |
| |
159 | 163 |
| |
160 | 164 |
| |
161 | 165 |
| |
162 | 166 |
| |
163 | - | ||
164 | - | ||
165 | - | ||
166 | - | ||
167 | - | ||
168 | - | ||
169 | - | ||
170 | - | ||
171 | - | ||
172 | - | ||
173 | - | ||
174 | - | ||
175 | - | ||
176 | - | ||
177 | - | ||
178 | - | ||
179 | - | ||
180 | - | ||
181 | - | ||
182 | - | ||
183 | - | ||
184 | - | ||
185 | - | ||
186 | - | ||
187 | - | ||
188 | - | ||
189 | - | ||
190 | - | ||
167 | + | ||
191 | 168 |
| |
192 | 169 |
| |
193 | 170 |
| |
|
Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 | - | ||
48 | - | ||
49 | - | ||
47 | + | ||
48 | + | ||
50 | 49 |
| |
51 | 50 |
| |
52 | 51 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
120 | - | ||
120 | + | ||
121 | 121 |
| |
122 | 122 |
| |
123 | 123 |
| |
|
Lines changed: 9 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
962 | 962 |
| |
963 | 963 |
| |
964 | 964 |
| |
965 | - | ||
966 | - | ||
967 | - | ||
968 | - | ||
969 | - | ||
970 | - | ||
971 | - | ||
965 | + | ||
966 | + | ||
967 | + | ||
968 | + | ||
969 | + | ||
970 | + | ||
971 | + | ||
972 | + | ||
973 | + | ||
972 | 974 |
| |
973 | 975 |
| |
974 | 976 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
65 | - | ||
66 | - | ||
67 | - | ||
65 | + | ||
68 | 66 |
| |
69 | 67 |
| |
70 | 68 |
| |
|
0 commit comments