File tree
78 files changed
+1459
-744
lines changed- compiler
- rustc_feature/src
- rustc_hir
- rustc_lint/src
- rustc_lint_defs/src
- rustc_metadata
- rustc_span/src
- rustc_target/src/spec
- rustc_ty_utils/src
- rustc_typeck/src/check
- fn_ctxt
- library/std/src
- os/windows/io
- path
- sys/unix/process
- src
- ci/docker
- host-x86_64
- dist-i686-linux
- dist-x86_64-linux
- librustdoc
- clean
- html/render
- passes/collect_intra_doc_links
- test
- rustdoc
- rustdoc-gui
- src/test_docs
- rustdoc-ui/intra-doc
- auxiliary
- ui
- async-await
- closures/2229_closure_analysis
- migrations
- command
- const-generics
- issues
- lint
- must_not_suspend
- process
- suggestions
- typeck
- tools/tidy/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
78 files changed
+1459
-744
lines changedDiff for: Cargo.lock
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2315 | 2315 |
| |
2316 | 2316 |
| |
2317 | 2317 |
| |
2318 |
| - | |
| 2318 | + | |
2319 | 2319 |
| |
2320 |
| - | |
| 2320 | + | |
2321 | 2321 |
| |
2322 | 2322 |
| |
2323 | 2323 |
| |
|
Diff for: compiler/rustc_feature/src/active.rs
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
684 | 684 |
| |
685 | 685 |
| |
686 | 686 |
| |
| 687 | + | |
| 688 | + | |
| 689 | + | |
687 | 690 |
| |
688 | 691 |
| |
689 | 692 |
| |
|
Diff for: compiler/rustc_hir/Cargo.toml
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + |
Diff for: compiler/rustc_lint/src/lib.rs
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
303 | 303 |
| |
304 | 304 |
| |
305 | 305 |
| |
306 |
| - | |
307 | 306 |
| |
308 | 307 |
| |
309 | 308 |
| |
|
Diff for: compiler/rustc_lint_defs/src/builtin.rs
+4-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
323 | 323 |
| |
324 | 324 |
| |
325 | 325 |
| |
| 326 | + | |
326 | 327 |
| |
327 | 328 |
| |
328 | 329 |
| |
| |||
349 | 350 |
| |
350 | 351 |
| |
351 | 352 |
| |
352 |
| - | |
| 353 | + | |
353 | 354 |
| |
| 355 | + | |
354 | 356 |
| |
355 | 357 |
| |
356 | 358 |
| |
| |||
3052 | 3054 |
| |
3053 | 3055 |
| |
3054 | 3056 |
| |
| 3057 | + | |
3055 | 3058 |
| |
3056 | 3059 |
| |
3057 | 3060 |
| |
|
Diff for: compiler/rustc_metadata/Cargo.toml
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
|
Diff for: compiler/rustc_span/src/symbol.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
549 | 549 |
| |
550 | 550 |
| |
551 | 551 |
| |
| 552 | + | |
552 | 553 |
| |
553 | 554 |
| |
554 | 555 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
|
+56-45
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 | 15 |
| |
19 | 16 |
| |
20 | 17 |
| |
21 |
| - | |
22 |
| - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
23 | 21 |
| |
24 | 22 |
| |
25 | 23 |
| |
| |||
29 | 27 |
| |
30 | 28 |
| |
31 | 29 |
| |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
38 | 34 |
| |
39 | 35 |
| |
40 | 36 |
| |
| |||
145 | 141 |
| |
146 | 142 |
| |
147 | 143 |
| |
148 |
| - | |
149 |
| - | |
150 |
| - | |
151 |
| - | |
| 144 | + | |
| 145 | + | |
152 | 146 |
| |
153 | 147 |
| |
154 | 148 |
| |
| |||
187 | 181 |
| |
188 | 182 |
| |
189 | 183 |
| |
190 |
| - | |
| 184 | + | |
191 | 185 |
| |
192 |
| - | |
| 186 | + | |
| 187 | + | |
193 | 188 |
| |
194 |
| - | |
| 189 | + | |
195 | 190 |
| |
196 | 191 |
| |
197 |
| - | |
| 192 | + | |
198 | 193 |
| |
199 | 194 |
| |
200 | 195 |
| |
201 | 196 |
| |
202 |
| - | |
| 197 | + | |
203 | 198 |
| |
204 | 199 |
| |
205 | 200 |
| |
206 |
| - | |
| 201 | + | |
207 | 202 |
| |
208 | 203 |
| |
209 | 204 |
| |
| |||
212 | 207 |
| |
213 | 208 |
| |
214 | 209 |
| |
215 |
| - | |
| 210 | + | |
216 | 211 |
| |
217 | 212 |
| |
218 |
| - | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
219 | 222 |
| |
220 | 223 |
| |
221 |
| - | |
222 |
| - | |
223 |
| - | |
224 |
| - | |
225 |
| - | |
226 |
| - | |
227 |
| - | |
| 224 | + | |
228 | 225 |
| |
229 | 226 |
| |
230 |
| - | |
231 |
| - | |
232 |
| - | |
233 |
| - | |
234 |
| - | |
235 |
| - | |
236 |
| - | |
237 |
| - | |
238 |
| - | |
239 |
| - | |
240 |
| - | |
241 |
| - | |
242 |
| - | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
243 | 231 |
| |
244 | 232 |
| |
245 | 233 |
| |
| |||
256 | 244 |
| |
257 | 245 |
| |
258 | 246 |
| |
259 |
| - | |
260 |
| - | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
261 | 272 |
| |
262 | 273 |
| |
263 | 274 |
| |
|
Diff for: compiler/rustc_ty_utils/src/ty.rs
+12
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
248 | 248 |
| |
249 | 249 |
| |
250 | 250 |
| |
| 251 | + | |
251 | 252 |
| |
252 | 253 |
| |
253 | 254 |
| |
| |||
275 | 276 |
| |
276 | 277 |
| |
277 | 278 |
| |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
278 | 289 |
| |
279 | 290 |
| |
280 | 291 |
| |
| 292 | + | |
281 | 293 |
| |
282 | 294 |
| |
283 | 295 |
| |
|
Diff for: compiler/rustc_typeck/src/check/expr.rs
+6-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1698 | 1698 |
| |
1699 | 1699 |
| |
1700 | 1700 |
| |
| 1701 | + | |
1701 | 1702 |
| |
1702 |
| - | |
1703 | 1703 |
| |
1704 | 1704 |
| |
1705 | 1705 |
| |
1706 | 1706 |
| |
1707 | 1707 |
| |
1708 | 1708 |
| |
1709 |
| - | |
| 1709 | + | |
1710 | 1710 |
| |
1711 | 1711 |
| |
1712 | 1712 |
| |
| |||
1729 | 1729 |
| |
1730 | 1730 |
| |
1731 | 1731 |
| |
1732 |
| - | |
| 1732 | + | |
| 1733 | + | |
| 1734 | + | |
| 1735 | + | |
1733 | 1736 |
| |
1734 | 1737 |
| |
1735 | 1738 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
420 | 420 |
| |
421 | 421 |
| |
422 | 422 |
| |
423 |
| - | |
| 423 | + | |
424 | 424 |
| |
425 | 425 |
| |
426 | 426 |
| |
|
0 commit comments