File tree
57 files changed
+875
-830
lines changed- compiler
- rustc_ast/src
- rustc_ast_lowering/src
- rustc_hir/src
- rustc_hir_analysis/src
- check
- collect
- hir_ty_lowering
- variance
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_span/src
- rustc_trait_selection/src
- solve/normalizes_to
- traits
- select
- specialize
- rustc_type_ir/src
- src
- librustdoc/clean
- tools/clippy
- book/src/development
- clippy_lints/src
- types
- tests/ui/crashes
- tests/ui
- issues
- traits/alias
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
57 files changed
+875
-830
lines changedDiff for: compiler/rustc_ast/src/ast.rs
-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
303 | 303 |
| |
304 | 304 |
| |
305 | 305 |
| |
306 |
| - | |
307 |
| - | |
308 |
| - | |
309 |
| - | |
310 | 306 |
| |
311 | 307 |
| |
312 | 308 |
| |
|
Diff for: compiler/rustc_ast/src/visit.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
480 | 480 |
| |
481 | 481 |
| |
482 | 482 |
| |
483 |
| - | |
| 483 | + | |
484 | 484 |
| |
485 | 485 |
| |
486 | 486 |
| |
|
+4-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
| 33 | + | |
33 | 34 |
| |
34 | 35 |
| |
35 | 36 |
| |
36 |
| - | |
| 37 | + | |
37 | 38 |
| |
38 | 39 |
| |
39 | 40 |
| |
| |||
129 | 130 |
| |
130 | 131 |
| |
131 | 132 |
| |
132 |
| - | |
| 133 | + | |
133 | 134 |
| |
134 | 135 |
| |
135 | 136 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/item.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1427 | 1427 |
| |
1428 | 1428 |
| |
1429 | 1429 |
| |
1430 |
| - | |
1431 |
| - | |
| 1430 | + | |
| 1431 | + | |
1432 | 1432 |
| |
1433 | 1433 |
| |
1434 | 1434 |
| |
|
Diff for: compiler/rustc_hir/src/hir.rs
+2-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
428 | 428 |
| |
429 | 429 |
| |
430 | 430 |
| |
431 |
| - | |
432 |
| - | |
433 |
| - | |
434 |
| - | |
435 | 431 |
| |
436 | 432 |
| |
437 | 433 |
| |
| |||
1860 | 1856 |
| |
1861 | 1857 |
| |
1862 | 1858 |
| |
1863 |
| - | |
| 1859 | + | |
1864 | 1860 |
| |
1865 | 1861 |
| |
1866 | 1862 |
| |
| |||
2293 | 2289 |
| |
2294 | 2290 |
| |
2295 | 2291 |
| |
2296 |
| - | |
| 2292 | + | |
2297 | 2293 |
| |
2298 | 2294 |
| |
2299 | 2295 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
| 1 | + | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
382 | 382 |
| |
383 | 383 |
| |
384 | 384 |
| |
385 |
| - | |
386 |
| - | |
| 385 | + | |
| 386 | + | |
387 | 387 |
| |
388 | 388 |
| |
389 | 389 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
746 | 746 |
| |
747 | 747 |
| |
748 | 748 |
| |
749 |
| - | |
| 749 | + | |
750 | 750 |
| |
751 | 751 |
| |
752 | 752 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
760 | 760 |
| |
761 | 761 |
| |
762 | 762 |
| |
763 |
| - | |
| 763 | + | |
764 | 764 |
| |
765 | 765 |
| |
766 | 766 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
272 | 272 |
| |
273 | 273 |
| |
274 | 274 |
| |
275 |
| - | |
| 275 | + | |
276 | 276 |
| |
277 | 277 |
| |
278 | 278 |
| |
| |||
1866 | 1866 |
| |
1867 | 1867 |
| |
1868 | 1868 |
| |
1869 |
| - | |
| 1869 | + | |
1870 | 1870 |
| |
1871 | 1871 |
| |
1872 | 1872 |
| |
|
0 commit comments