File tree
119 files changed
+1337
-635
lines changed- compiler
- rustc_ast/src
- util
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast_pretty/src/pprust
- state
- rustc_borrowck/src
- rustc_builtin_macros/src
- assert
- rustc_const_eval/src
- check_consts
- const_eval
- interpret
- rustc_driver_impl/src
- rustc_expand/src
- rustc_feature/src
- rustc_hir/src
- rustc_hir_analysis/src
- collect
- hir_ty_lowering
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- rustc_interface/src
- rustc_lint/src
- rustc_middle/src/query
- rustc_mir_build/src/thir/cx
- rustc_mir_dataflow/src
- framework
- impls
- rustc_mir_transform/src
- rustc_parse/src/parser
- rustc_passes/src
- rustc_resolve/src
- rustc_span/src
- library
- core/src
- ptr
- std/src
- src
- librustdoc/clean
- tools
- clippy
- clippy_lints/src
- loops
- utils
- clippy_utils/src
- rustfmt
- src
- tests
- source
- target
- tests/ui
- codegen
- diagnostic-flags
- feature-gates
- higher-ranked
- parser
- reachable
- resolve
- unsafe-binders
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
119 files changed
+1337
-635
lines changedDiff for: compiler/rustc_ast/src/ast.rs
+29-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1382 | 1382 |
| |
1383 | 1383 |
| |
1384 | 1384 |
| |
| 1385 | + | |
1385 | 1386 |
| |
1386 | 1387 |
| |
1387 | 1388 |
| |
| |||
1509 | 1510 |
| |
1510 | 1511 |
| |
1511 | 1512 |
| |
1512 |
| - | |
| 1513 | + | |
| 1514 | + | |
| 1515 | + | |
| 1516 | + | |
| 1517 | + | |
| 1518 | + | |
| 1519 | + | |
1513 | 1520 |
| |
1514 | 1521 |
| |
1515 | 1522 |
| |
| |||
1614 | 1621 |
| |
1615 | 1622 |
| |
1616 | 1623 |
| |
| 1624 | + | |
| 1625 | + | |
1617 | 1626 |
| |
1618 | 1627 |
| |
1619 | 1628 |
| |
| |||
1652 | 1661 |
| |
1653 | 1662 |
| |
1654 | 1663 |
| |
| 1664 | + | |
| 1665 | + | |
| 1666 | + | |
| 1667 | + | |
| 1668 | + | |
| 1669 | + | |
| 1670 | + | |
| 1671 | + | |
| 1672 | + | |
| 1673 | + | |
1655 | 1674 |
| |
1656 | 1675 |
| |
1657 | 1676 |
| |
| |||
2223 | 2242 |
| |
2224 | 2243 |
| |
2225 | 2244 |
| |
| 2245 | + | |
| 2246 | + | |
| 2247 | + | |
| 2248 | + | |
| 2249 | + | |
| 2250 | + | |
2226 | 2251 |
| |
2227 | 2252 |
| |
2228 | 2253 |
| |
| |||
2242 | 2267 |
| |
2243 | 2268 |
| |
2244 | 2269 |
| |
| 2270 | + | |
| 2271 | + | |
2245 | 2272 |
| |
2246 | 2273 |
| |
2247 | 2274 |
| |
| |||
2877 | 2904 |
| |
2878 | 2905 |
| |
2879 | 2906 |
| |
2880 |
| - | |
| 2907 | + | |
2881 | 2908 |
| |
2882 | 2909 |
| |
2883 | 2910 |
| |
|
Diff for: compiler/rustc_ast/src/mut_visit.rs
+17-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
558 | 558 |
| |
559 | 559 |
| |
560 | 560 |
| |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
561 | 566 |
| |
562 | 567 |
| |
563 | 568 |
| |
| |||
1212 | 1217 |
| |
1213 | 1218 |
| |
1214 | 1219 |
| |
1215 |
| - | |
| 1220 | + | |
| 1221 | + | |
| 1222 | + | |
| 1223 | + | |
| 1224 | + | |
| 1225 | + | |
1216 | 1226 |
| |
1217 | 1227 |
| |
1218 | 1228 |
| |
| |||
1775 | 1785 |
| |
1776 | 1786 |
| |
1777 | 1787 |
| |
| 1788 | + | |
| 1789 | + | |
| 1790 | + | |
| 1791 | + | |
| 1792 | + | |
| 1793 | + | |
1778 | 1794 |
| |
1779 | 1795 |
| |
1780 | 1796 |
| |
|
Diff for: compiler/rustc_ast/src/util/classify.rs
+6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
152 | 152 |
| |
153 | 153 |
| |
154 | 154 |
| |
| 155 | + | |
155 | 156 |
| |
156 | 157 |
| |
157 | 158 |
| |
| |||
232 | 233 |
| |
233 | 234 |
| |
234 | 235 |
| |
| 236 | + | |
235 | 237 |
| |
236 | 238 |
| |
237 | 239 |
| |
| |||
253 | 255 |
| |
254 | 256 |
| |
255 | 257 |
| |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
256 | 262 |
| |
257 | 263 |
| |
258 | 264 |
| |
|
Diff for: compiler/rustc_ast/src/visit.rs
+9-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
380 | 380 |
| |
381 | 381 |
| |
382 | 382 |
| |
383 |
| - | |
| 383 | + | |
384 | 384 |
| |
385 | 385 |
| |
386 | 386 |
| |
| |||
522 | 522 |
| |
523 | 523 |
| |
524 | 524 |
| |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
525 | 529 |
| |
526 | 530 |
| |
527 | 531 |
| |
| |||
1226 | 1230 |
| |
1227 | 1231 |
| |
1228 | 1232 |
| |
| 1233 | + | |
| 1234 | + | |
| 1235 | + | |
| 1236 | + | |
1229 | 1237 |
| |
1230 | 1238 |
| |
1231 | 1239 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/expr.rs
+8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
379 | 379 |
| |
380 | 380 |
| |
381 | 381 |
| |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
382 | 390 |
| |
383 | 391 |
| |
384 | 392 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/item.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
238 | 238 |
| |
239 | 239 |
| |
240 | 240 |
| |
241 |
| - | |
| 241 | + | |
242 | 242 |
| |
243 | 243 |
| |
244 | 244 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/lib.rs
+7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1228 | 1228 |
| |
1229 | 1229 |
| |
1230 | 1230 |
| |
| 1231 | + | |
| 1232 | + | |
| 1233 | + | |
| 1234 | + | |
| 1235 | + | |
| 1236 | + | |
| 1237 | + | |
1231 | 1238 |
| |
1232 | 1239 |
| |
1233 | 1240 |
| |
|
+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 |
| |
|
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
560 | 560 |
| |
561 | 561 |
| |
562 | 562 |
| |
| 563 | + | |
563 | 564 |
| |
564 | 565 |
| |
565 | 566 |
| |
|
+8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1198 | 1198 |
| |
1199 | 1199 |
| |
1200 | 1200 |
| |
| 1201 | + | |
| 1202 | + | |
| 1203 | + | |
| 1204 | + | |
| 1205 | + | |
| 1206 | + | |
| 1207 | + | |
| 1208 | + | |
1201 | 1209 |
| |
1202 | 1210 |
| |
1203 | 1211 |
| |
|
+19
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
772 | 772 |
| |
773 | 773 |
| |
774 | 774 |
| |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
775 | 794 |
| |
776 | 795 |
| |
777 | 796 |
| |
|
0 commit comments