File tree
62 files changed
+499
-240
lines changed- compiler
- rustc_ast/src
- util
- rustc_ast_lowering/src
- rustc_ast_pretty/src/pprust/state
- rustc_borrowck/src/diagnostics
- rustc_codegen_llvm/src
- coverageinfo
- mapgen
- llvm
- rustc_const_eval
- src
- rustc_hir/src
- rustc_hir_analysis/src
- check
- coherence
- hir_ty_lowering
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_lint/src
- rustc_llvm/llvm-wrapper
- rustc_metadata/src/rmeta
- rustc_middle/src
- hir
- query
- rustc_next_trait_solver/src
- rustc_parse/src/parser
- rustc_resolve/src/late
- rustc_session/src
- rustc_trait_selection/src/error_reporting/traits
- rustc_type_ir/src
- src
- doc/rustc-dev-guide/src/notification-groups
- librustdoc/clean
- tools
- clippy
- clippy_lints/src
- functions
- clippy_utils/src/ast_utils
- rustfmt
- src
- tests/target
- tests
- crashes
- pretty
- ui
- coherence
- consts/miri_unleashed
- coroutine
- extern
- invalid-compile-flags
- statics
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
62 files changed
+499
-240
lines changedDiff for: compiler/rustc_ast/src/ast.rs
+39-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1657 | 1657 |
| |
1658 | 1658 |
| |
1659 | 1659 |
| |
1660 |
| - | |
| 1660 | + | |
1661 | 1661 |
| |
1662 | 1662 |
| |
1663 | 1663 |
| |
| |||
1903 | 1903 |
| |
1904 | 1904 |
| |
1905 | 1905 |
| |
| 1906 | + | |
| 1907 | + | |
| 1908 | + | |
| 1909 | + | |
| 1910 | + | |
| 1911 | + | |
| 1912 | + | |
| 1913 | + | |
| 1914 | + | |
| 1915 | + | |
| 1916 | + | |
| 1917 | + | |
| 1918 | + | |
| 1919 | + | |
| 1920 | + | |
| 1921 | + | |
| 1922 | + | |
| 1923 | + | |
| 1924 | + | |
| 1925 | + | |
| 1926 | + | |
| 1927 | + | |
| 1928 | + | |
| 1929 | + | |
| 1930 | + | |
| 1931 | + | |
| 1932 | + | |
| 1933 | + | |
| 1934 | + | |
| 1935 | + | |
| 1936 | + | |
| 1937 | + | |
| 1938 | + | |
| 1939 | + | |
| 1940 | + | |
| 1941 | + | |
| 1942 | + | |
| 1943 | + | |
1906 | 1944 |
| |
1907 | 1945 |
| |
1908 | 1946 |
| |
|
Diff for: compiler/rustc_ast/src/mut_visit.rs
+5-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1813 | 1813 |
| |
1814 | 1814 |
| |
1815 | 1815 |
| |
1816 |
| - | |
1817 |
| - | |
| 1816 | + | |
| 1817 | + | |
| 1818 | + | |
| 1819 | + | |
| 1820 | + | |
1818 | 1821 |
| |
1819 | 1822 |
| |
1820 | 1823 |
| |
|
Diff for: compiler/rustc_ast/src/util/classify.rs
+7-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
182 | 182 |
| |
183 | 183 |
| |
184 | 184 |
| |
185 |
| - | |
186 | 185 |
| |
187 | 186 |
| |
188 | 187 |
| |
189 | 188 |
| |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
190 | 193 |
| |
191 | 194 |
| |
192 | 195 |
| |
| |||
217 | 220 |
| |
218 | 221 |
| |
219 | 222 |
| |
220 |
| - | |
221 | 223 |
| |
222 | 224 |
| |
223 | 225 |
| |
| |||
237 | 239 |
| |
238 | 240 |
| |
239 | 241 |
| |
240 |
| - | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
241 | 245 |
| |
242 | 246 |
| |
243 | 247 |
| |
|
Diff for: compiler/rustc_ast/src/visit.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1269 | 1269 |
| |
1270 | 1270 |
| |
1271 | 1271 |
| |
1272 |
| - | |
1273 |
| - | |
| 1272 | + | |
| 1273 | + | |
1274 | 1274 |
| |
1275 | 1275 |
| |
1276 | 1276 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/expr.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
351 | 351 |
| |
352 | 352 |
| |
353 | 353 |
| |
354 |
| - | |
| 354 | + | |
355 | 355 |
| |
356 | 356 |
| |
357 | 357 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/lib.rs
+10-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1513 | 1513 |
| |
1514 | 1514 |
| |
1515 | 1515 |
| |
1516 |
| - | |
| 1516 | + | |
1517 | 1517 |
| |
1518 |
| - | |
1519 |
| - | |
| 1518 | + | |
| 1519 | + | |
| 1520 | + | |
| 1521 | + | |
| 1522 | + | |
| 1523 | + | |
| 1524 | + | |
| 1525 | + | |
1520 | 1526 |
| |
1521 | 1527 |
| |
1522 | 1528 |
| |
1523 | 1529 |
| |
1524 | 1530 |
| |
1525 |
| - | |
| 1531 | + | |
1526 | 1532 |
| |
1527 | 1533 |
| |
1528 | 1534 |
| |
|
+10-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
761 | 761 |
| |
762 | 762 |
| |
763 | 763 |
| |
764 |
| - | |
| 764 | + | |
765 | 765 |
| |
766 | 766 |
| |
767 | 767 |
| |
| |||
773 | 773 |
| |
774 | 774 |
| |
775 | 775 |
| |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
776 | 784 |
| |
777 | 785 |
| |
778 | 786 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2514 | 2514 |
| |
2515 | 2515 |
| |
2516 | 2516 |
| |
2517 |
| - | |
2518 |
| - | |
| 2517 | + | |
| 2518 | + | |
2519 | 2519 |
| |
2520 |
| - | |
2521 |
| - | |
2522 |
| - | |
| 2520 | + | |
| 2521 | + | |
| 2522 | + | |
2523 | 2523 |
| |
2524 | 2524 |
| |
2525 | 2525 |
| |
| |||
3787 | 3787 |
| |
3788 | 3788 |
| |
3789 | 3789 |
| |
3790 |
| - | |
| 3790 | + | |
3791 | 3791 |
| |
3792 | 3792 |
| |
3793 | 3793 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1029 | 1029 |
| |
1030 | 1030 |
| |
1031 | 1031 |
| |
1032 |
| - | |
| 1032 | + | |
1033 | 1033 |
| |
1034 | 1034 |
| |
1035 | 1035 |
| |
|
+17-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
146 | 146 |
| |
147 | 147 |
| |
148 | 148 |
| |
| 149 | + | |
149 | 150 |
| |
150 | 151 |
| |
151 | 152 |
| |
| |||
154 | 155 |
| |
155 | 156 |
| |
156 | 157 |
| |
157 |
| - | |
158 |
| - | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
159 | 165 |
| |
160 | 166 |
| |
| 167 | + | |
161 | 168 |
| |
162 | 169 |
| |
163 | 170 |
| |
| |||
172 | 179 |
| |
173 | 180 |
| |
174 | 181 |
| |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
175 | 190 |
| |
176 | 191 |
| |
177 | 192 |
| |
|
+14-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 |
| - | |
67 |
| - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
68 | 78 |
| |
69 | 79 |
| |
70 | 80 |
| |
| |||
73 | 83 |
| |
74 | 84 |
| |
75 | 85 |
| |
| 86 | + | |
| 87 | + | |
76 | 88 |
| |
77 | 89 |
| |
78 | 90 |
| |
|
+17-16
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
120 | 120 |
| |
121 | 121 |
| |
122 | 122 |
| |
123 |
| - | |
124 |
| - | |
125 |
| - | |
126 |
| - | |
127 |
| - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
128 | 127 |
| |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
129 | 139 |
| |
130 | 140 |
| |
131 | 141 |
| |
| |||
140 | 150 |
| |
141 | 151 |
| |
142 | 152 |
| |
143 |
| - | |
144 |
| - | |
145 |
| - | |
146 |
| - | |
147 |
| - | |
148 |
| - | |
149 |
| - | |
150 |
| - | |
151 |
| - | |
152 |
| - | |
153 |
| - | |
| 153 | + | |
| 154 | + | |
154 | 155 |
| |
155 | 156 |
| |
156 | 157 |
| |
|
0 commit comments