File tree
65 files changed
+1777
-1434
lines changed- compiler
- rustc_ast/src
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast_pretty/src/pprust
- rustc_builtin_macros/src
- rustc_codegen_ssa/src/mir
- rustc_hir/src
- rustc_lint/src
- rustc_metadata/src
- rustc_middle/src
- hir/map
- ty/print
- rustc_mir/src
- interpret
- transform
- rustc_mir_build/src/build
- rustc_parse/src/parser
- rustc_passes/src
- rustc_privacy/src
- rustc_resolve/src
- rustc_span/src
- rustc_typeck/src/check
- fn_ctxt
- library
- alloc/src
- vec
- core
- src
- iter
- adapters
- traits
- mem
- tests
- src
- bootstrap
- librustdoc
- clean
- html/render
- test/ui
- associated-types
- bad
- const-generics/issues
- consts
- issues
- lint
- tools/clippy/clippy_lints/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
65 files changed
+1777
-1434
lines changedDiff for: compiler/rustc_ast/src/ast.rs
+6-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
630 | 630 |
| |
631 | 631 |
| |
632 | 632 |
| |
633 |
| - | |
| 633 | + | |
634 | 634 |
| |
635 |
| - | |
636 |
| - | |
637 |
| - | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
638 | 638 |
| |
639 | 639 |
| |
640 |
| - | |
| 640 | + | |
641 | 641 |
| |
642 |
| - | |
| 642 | + | |
643 | 643 |
| |
644 | 644 |
| |
645 | 645 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/lib.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1767 | 1767 |
| |
1768 | 1768 |
| |
1769 | 1769 |
| |
1770 |
| - | |
| 1770 | + | |
1771 | 1771 |
| |
1772 | 1772 |
| |
1773 | 1773 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
184 | 184 |
| |
185 | 185 |
| |
186 | 186 |
| |
187 |
| - | |
| 187 | + | |
188 | 188 |
| |
189 | 189 |
| |
190 | 190 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2787 | 2787 |
| |
2788 | 2788 |
| |
2789 | 2789 |
| |
2790 |
| - | |
| 2790 | + | |
2791 | 2791 |
| |
2792 | 2792 |
| |
2793 | 2793 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
98 |
| - | |
| 98 | + | |
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
170 | 170 |
| |
171 | 171 |
| |
172 | 172 |
| |
173 |
| - | |
| 173 | + | |
174 | 174 |
| |
175 | 175 |
| |
176 | 176 |
| |
| |||
204 | 204 |
| |
205 | 205 |
| |
206 | 206 |
| |
207 |
| - | |
| 207 | + | |
208 | 208 |
| |
209 | 209 |
| |
210 | 210 |
| |
|
Diff for: compiler/rustc_hir/src/hir.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
|
Diff for: compiler/rustc_lint/src/builtin.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
868 | 868 |
| |
869 | 869 |
| |
870 | 870 |
| |
871 |
| - | |
| 871 | + | |
872 | 872 |
| |
873 | 873 |
| |
874 | 874 |
| |
|
Diff for: compiler/rustc_lint/src/context.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
728 | 728 |
| |
729 | 729 |
| |
730 | 730 |
| |
731 |
| - | |
| 731 | + | |
732 | 732 |
| |
733 | 733 |
| |
734 | 734 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
135 |
| - | |
| 135 | + | |
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
379 | 379 |
| |
380 | 380 |
| |
381 | 381 |
| |
382 |
| - | |
| 382 | + | |
383 | 383 |
| |
384 | 384 |
| |
385 | 385 |
| |
|
+5-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1481 | 1481 |
| |
1482 | 1482 |
| |
1483 | 1483 |
| |
1484 |
| - | |
| 1484 | + | |
1485 | 1485 |
| |
1486 | 1486 |
| |
1487 | 1487 |
| |
| |||
1608 | 1608 |
| |
1609 | 1609 |
| |
1610 | 1610 |
| |
1611 |
| - | |
| 1611 | + | |
1612 | 1612 |
| |
1613 | 1613 |
| |
1614 | 1614 |
| |
1615 | 1615 |
| |
1616 | 1616 |
| |
1617 | 1617 |
| |
1618 |
| - | |
| 1618 | + | |
1619 | 1619 |
| |
1620 | 1620 |
| |
1621 | 1621 |
| |
| |||
1685 | 1685 |
| |
1686 | 1686 |
| |
1687 | 1687 |
| |
1688 |
| - | |
| 1688 | + | |
1689 | 1689 |
| |
1690 | 1690 |
| |
1691 | 1691 |
| |
| |||
1694 | 1694 |
| |
1695 | 1695 |
| |
1696 | 1696 |
| |
1697 |
| - | |
| 1697 | + | |
1698 | 1698 |
| |
1699 | 1699 |
| |
1700 | 1700 |
| |
|
+4-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
144 |
| - | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
145 | 147 |
| |
146 |
| - | |
| 148 | + | |
147 | 149 |
| |
148 | 150 |
| |
149 | 151 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
391 | 391 |
| |
392 | 392 |
| |
393 | 393 |
| |
394 |
| - | |
| 394 | + | |
395 | 395 |
| |
396 | 396 |
| |
397 | 397 |
| |
|
0 commit comments