File tree
181 files changed
+1290
-773
lines changed- compiler
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_borrowck/src
- diagnostics
- rustc_codegen_cranelift/src
- rustc_codegen_ssa/src
- debuginfo
- mir
- rustc_const_eval/src
- const_eval
- interpret
- transform/check_consts
- rustc_driver/src
- rustc_errors/src
- rustc_expand/src
- mbe
- rustc_feature/src
- rustc_incremental/src/persist
- rustc_infer/src/infer
- error_reporting/nice_region_error
- outlives
- rustc_interface/src
- rustc_lint/src
- rustc_lint_defs/src
- rustc_metadata/src
- rustc_middle/src
- middle
- mir/interpret
- query
- traits
- ty
- rustc_mir_build/src
- build
- thir
- cx
- pattern
- rustc_mir_transform/src
- rustc_monomorphize/src
- rustc_parse/src
- lexer
- parser
- rustc_passes/src
- rustc_privacy/src
- rustc_resolve/src/late
- rustc_session/src
- rustc_span/src
- rustc_symbol_mangling/src
- rustc_target/src/abi
- rustc_trait_selection/src/traits
- error_reporting
- select
- specialize
- rustc_ty_utils/src
- rustc_typeck/src
- astconv
- check
- fn_ctxt
- generator_interior
- drop_ranges
- method
- coherence
- collect
- structured_errors
- library
- core/src
- std/src/sys/common
- src
- bootstrap
- doc
- rustc/src/platform-support
- unstable-book/src/compiler-flags
- librustdoc
- clean
- formats
- html/render
- passes
- test
- codegen
- ui
- const-generics
- debuginfo
- extern
- feature-gates
- generator
- impl-trait
- parser/issues
- ui-fulldeps/auxiliary
- tools
- cargotest
- clippy
- clippy_lints/src
- tests
- ui/manual_memcpy
- rustfmt/src
- parse
- macros
- tidy/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
181 files changed
+1290
-773
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
952 | 952 |
| |
953 | 953 |
| |
954 | 954 |
| |
955 |
| - | |
| 955 | + | |
956 | 956 |
| |
957 | 957 |
| |
958 | 958 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
440 | 440 |
| |
441 | 441 |
| |
442 | 442 |
| |
443 |
| - | |
| 443 | + | |
444 | 444 |
| |
445 | 445 |
| |
446 | 446 |
| |
|
Lines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
252 | 252 |
| |
253 | 253 |
| |
254 | 254 |
| |
255 |
| - | |
256 |
| - | |
257 |
| - | |
258 |
| - | |
259 |
| - | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
260 | 261 |
| |
261 | 262 |
| |
262 | 263 |
| |
|
Lines changed: 55 additions & 80 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 |
| - | |
17 |
| - | |
| 15 | + | |
18 | 16 |
| |
19 | 17 |
| |
20 | 18 |
| |
| |||
285 | 283 |
| |
286 | 284 |
| |
287 | 285 |
| |
288 |
| - | |
289 |
| - | |
290 |
| - | |
291 |
| - | |
292 |
| - | |
293 |
| - | |
294 |
| - | |
295 |
| - | |
296 |
| - | |
297 |
| - | |
298 |
| - | |
299 |
| - | |
300 |
| - | |
301 |
| - | |
302 |
| - | |
303 |
| - | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
304 | 304 |
| |
305 |
| - | |
306 |
| - | |
307 |
| - | |
308 |
| - | |
309 |
| - | |
310 |
| - | |
311 |
| - | |
312 |
| - | |
313 |
| - | |
314 |
| - | |
315 |
| - | |
316 |
| - | |
317 |
| - | |
318 |
| - | |
319 |
| - | |
320 |
| - | |
321 |
| - | |
322 |
| - | |
323 |
| - | |
324 |
| - | |
325 |
| - | |
326 |
| - | |
327 |
| - | |
328 |
| - | |
329 |
| - | |
330 |
| - | |
331 |
| - | |
332 |
| - | |
333 |
| - | |
334 |
| - | |
335 |
| - | |
336 |
| - | |
337 |
| - | |
338 |
| - | |
339 |
| - | |
340 |
| - | |
341 |
| - | |
342 |
| - | |
343 |
| - | |
344 |
| - | |
345 |
| - | |
346 |
| - | |
347 |
| - | |
348 |
| - | |
349 |
| - | |
350 |
| - | |
351 |
| - | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
352 | 327 |
| |
353 |
| - | |
354 |
| - | |
355 |
| - | |
356 |
| - | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
357 | 333 |
| |
358 |
| - | |
359 |
| - | |
360 |
| - | |
361 |
| - | |
362 |
| - | |
363 |
| - | |
364 |
| - | |
365 |
| - | |
366 |
| - | |
367 |
| - | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
368 | 343 |
| |
369 | 344 |
| |
370 | 345 |
| |
|
Lines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
178 | 178 |
| |
179 | 179 |
| |
180 | 180 |
| |
181 |
| - | |
| 181 | + | |
182 | 182 |
| |
183 | 183 |
| |
184 | 184 |
| |
| |||
2274 | 2274 |
| |
2275 | 2275 |
| |
2276 | 2276 |
| |
| 2277 | + | |
| 2278 | + | |
2277 | 2279 |
| |
2278 | 2280 |
| |
2279 | 2281 |
| |
| |||
2311 | 2313 |
| |
2312 | 2314 |
| |
2313 | 2315 |
| |
2314 |
| - | |
| 2316 | + | |
2315 | 2317 |
| |
2316 | 2318 |
| |
2317 | 2319 |
| |
| |||
2320 | 2322 |
| |
2321 | 2323 |
| |
2322 | 2324 |
| |
2323 |
| - | |
| 2325 | + | |
2324 | 2326 |
| |
2325 | 2327 |
| |
2326 | 2328 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 | 4 |
| |
6 | 5 |
| |
7 | 6 |
| |
| |||
54 | 53 |
| |
55 | 54 |
| |
56 | 55 |
| |
57 |
| - | |
| 56 | + | |
58 | 57 |
| |
59 | 58 |
| |
60 | 59 |
| |
|
Lines changed: 23 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
78 | 99 |
| |
79 |
| - | |
| 100 | + | |
80 | 101 |
| |
81 | 102 |
| |
82 | 103 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 | 2 |
| |
4 | 3 |
| |
5 | 4 |
| |
| |||
191 | 190 |
| |
192 | 191 |
| |
193 | 192 |
| |
194 |
| - | |
| 193 | + | |
195 | 194 |
| |
196 | 195 |
| |
197 | 196 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
148 | 148 |
| |
149 | 149 |
| |
150 | 150 |
| |
151 |
| - | |
| 151 | + | |
152 | 152 |
| |
153 | 153 |
| |
154 | 154 |
| |
|
Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 | 1 |
| |
3 | 2 |
| |
4 | 3 |
| |
| |||
247 | 246 |
| |
248 | 247 |
| |
249 | 248 |
| |
250 |
| - | |
| 249 | + | |
251 | 250 |
| |
252 | 251 |
| |
253 | 252 |
| |
254 |
| - | |
| 253 | + | |
255 | 254 |
| |
256 | 255 |
| |
257 | 256 |
| |
|
Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
406 | 406 |
| |
407 | 407 |
| |
408 | 408 |
| |
409 |
| - | |
410 |
| - | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
411 | 414 |
| |
412 | 415 |
| |
413 | 416 |
| |
|
Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 | 7 |
| |
9 | 8 |
| |
10 | 9 |
| |
11 | 10 |
| |
12 |
| - | |
| 11 | + | |
13 | 12 |
| |
14 | 13 |
| |
15 | 14 |
| |
| |||
565 | 564 |
| |
566 | 565 |
| |
567 | 566 |
| |
568 |
| - | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
569 | 570 |
| |
570 | 571 |
| |
571 | 572 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
259 | 259 |
| |
260 | 260 |
| |
261 | 261 |
| |
262 |
| - | |
| 262 | + | |
263 | 263 |
| |
264 | 264 |
| |
265 | 265 |
| |
| |||
327 | 327 |
| |
328 | 328 |
| |
329 | 329 |
| |
330 |
| - | |
331 |
| - | |
| 330 | + | |
| 331 | + | |
332 | 332 |
| |
333 | 333 |
| |
334 | 334 |
| |
|
0 commit comments