File tree
206 files changed
+3123
-2231
lines changed- compiler
- rustc_ast/src
- attr
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_attr/src
- rustc_borrowck/src
- diagnostics
- type_check
- rustc_builtin_macros/src
- assert
- deriving
- cmp
- rustc_codegen_llvm/src
- debuginfo
- rustc_codegen_ssa/src
- back
- mir
- rustc_const_eval/src
- const_eval
- interpret
- transform/check_consts
- rustc_driver_impl/src
- rustc_errors/src
- rustc_expand/src
- mbe
- rustc_hir_analysis/src
- astconv
- check
- coherence
- collect
- impl_wf_check
- structured_errors
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_infer/src
- errors
- infer
- error_reporting
- nice_region_error
- lexical_region_resolve
- outlives
- region_constraints
- traits/error_reporting
- rustc_lint/src
- rustc_macros/src/diagnostics
- rustc_metadata/src
- rmeta
- rustc_middle/src
- infer
- middle
- mir
- interpret/allocation
- ty
- print
- rustc_mir_build/src
- build
- expr
- matches
- thir
- cx
- pattern
- rustc_mir_dataflow/src
- rustc_mir_transform/src
- coverage
- rustc_parse/src
- lexer
- parser
- rustc_passes/src
- rustc_privacy/src
- rustc_query_system/src/query
- rustc_resolve/src
- late
- rustc_session/src
- rustc_span/src
- rustc_target/src/abi/call
- rustc_trait_selection/src/traits
- error_reporting
- select
- rustc_ty_utils/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
206 files changed
+3123
-2231
lines changedDiff for: compiler/rustc_ast/src/attr/mod.rs
+1-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
520 | 520 |
| |
521 | 521 |
| |
522 | 522 |
| |
523 |
| - | |
524 |
| - | |
525 |
| - | |
| 523 | + | |
526 | 524 |
| |
527 | 525 |
| |
528 | 526 |
| |
|
Diff for: compiler/rustc_ast/src/entry.rs
+3-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
25 | 27 |
| |
26 | 28 |
| |
27 | 29 |
| |
|
Diff for: compiler/rustc_ast/src/token.rs
+8-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
110 |
| - | |
111 |
| - | |
112 |
| - | |
| 110 | + | |
113 | 111 |
| |
114 | 112 |
| |
115 | 113 |
| |
116 |
| - | |
| 114 | + | |
117 | 115 |
| |
118 | 116 |
| |
119 | 117 |
| |
| |||
628 | 626 |
| |
629 | 627 |
| |
630 | 628 |
| |
631 |
| - | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
632 | 632 |
| |
633 | 633 |
| |
634 | 634 |
| |
| |||
650 | 650 |
| |
651 | 651 |
| |
652 | 652 |
| |
653 |
| - | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
654 | 656 |
| |
655 | 657 |
| |
656 | 658 |
| |
|
Diff for: compiler/rustc_ast/src/tokenstream.rs
+3-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
550 | 550 |
| |
551 | 551 |
| |
552 | 552 |
| |
553 |
| - | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
554 | 556 |
| |
555 | 557 |
| |
556 | 558 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/expr.rs
+15-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
673 | 673 |
| |
674 | 674 |
| |
675 | 675 |
| |
676 |
| - | |
677 |
| - | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
678 | 681 |
| |
679 | 682 |
| |
680 | 683 |
| |
681 |
| - | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
682 | 688 |
| |
683 | 689 |
| |
684 | 690 |
| |
| |||
1102 | 1108 |
| |
1103 | 1109 |
| |
1104 | 1110 |
| |
1105 |
| - | |
| 1111 | + | |
| 1112 | + | |
| 1113 | + | |
1106 | 1114 |
| |
1107 | 1115 |
| |
1108 | 1116 |
| |
| |||
1122 | 1130 |
| |
1123 | 1131 |
| |
1124 | 1132 |
| |
1125 |
| - | |
| 1133 | + | |
| 1134 | + | |
| 1135 | + | |
1126 | 1136 |
| |
1127 | 1137 |
| |
1128 | 1138 |
| |
|
+5-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 |
| - | |
| 64 | + | |
| 65 | + | |
65 | 66 |
| |
66 |
| - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
67 | 70 |
| |
68 | 71 |
| |
69 | 72 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/item.rs
+12-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1387 | 1387 |
| |
1388 | 1388 |
| |
1389 | 1389 |
| |
1390 |
| - | |
1391 |
| - | |
1392 |
| - | |
1393 |
| - | |
| 1390 | + | |
| 1391 | + | |
| 1392 | + | |
| 1393 | + | |
| 1394 | + | |
| 1395 | + | |
1394 | 1396 |
| |
1395 | 1397 |
| |
1396 | 1398 |
| |
| |||
1399 | 1401 |
| |
1400 | 1402 |
| |
1401 | 1403 |
| |
1402 |
| - | |
| 1404 | + | |
| 1405 | + | |
| 1406 | + | |
| 1407 | + | |
| 1408 | + | |
| 1409 | + | |
1403 | 1410 |
| |
1404 | 1411 |
| |
1405 | 1412 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/lib.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1271 | 1271 |
| |
1272 | 1272 |
| |
1273 | 1273 |
| |
1274 |
| - | |
| 1274 | + | |
1275 | 1275 |
| |
1276 | 1276 |
| |
1277 | 1277 |
| |
|
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 |
| - | |
| 85 | + | |
| 86 | + | |
86 | 87 |
| |
87 | 88 |
| |
88 | 89 |
| |
|
+40-28
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
215 | 215 |
| |
216 | 216 |
| |
217 | 217 |
| |
218 |
| - | |
219 |
| - | |
220 |
| - | |
221 |
| - | |
222 |
| - | |
223 |
| - | |
224 |
| - | |
225 |
| - | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
226 | 227 |
| |
227 | 228 |
| |
228 | 229 |
| |
| |||
291 | 292 |
| |
292 | 293 |
| |
293 | 294 |
| |
294 |
| - | |
295 |
| - | |
296 |
| - | |
297 |
| - | |
298 |
| - | |
299 |
| - | |
300 |
| - | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
301 | 300 |
| |
302 | 301 |
| |
303 | 302 |
| |
| |||
1180 | 1179 |
| |
1181 | 1180 |
| |
1182 | 1181 |
| |
1183 |
| - | |
| 1182 | + | |
1184 | 1183 |
| |
1185 | 1184 |
| |
1186 | 1185 |
| |
1187 |
| - | |
| 1186 | + | |
1188 | 1187 |
| |
1189 |
| - | |
| 1188 | + | |
| 1189 | + | |
| 1190 | + | |
1190 | 1191 |
| |
1191 |
| - | |
1192 |
| - | |
1193 |
| - | |
| 1192 | + | |
| 1193 | + | |
| 1194 | + | |
| 1195 | + | |
| 1196 | + | |
| 1197 | + | |
| 1198 | + | |
| 1199 | + | |
| 1200 | + | |
1194 | 1201 |
| |
1195 |
| - | |
1196 |
| - | |
1197 |
| - | |
1198 |
| - | |
| 1202 | + | |
| 1203 | + | |
1199 | 1204 |
| |
1200 | 1205 |
| |
1201 |
| - | |
| 1206 | + | |
| 1207 | + | |
| 1208 | + | |
| 1209 | + | |
1202 | 1210 |
| |
1203 | 1211 |
| |
1204 |
| - | |
| 1212 | + | |
| 1213 | + | |
| 1214 | + | |
| 1215 | + | |
1205 | 1216 |
| |
1206 | 1217 |
| |
1207 | 1218 |
| |
| |||
1214 | 1225 |
| |
1215 | 1226 |
| |
1216 | 1227 |
| |
1217 |
| - | |
| 1228 | + | |
| 1229 | + | |
1218 | 1230 |
| |
1219 | 1231 |
| |
1220 | 1232 |
| |
|
Diff for: compiler/rustc_attr/src/builtin.rs
+9-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
405 | 405 |
| |
406 | 406 |
| |
407 | 407 |
| |
408 |
| - | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
409 | 411 |
| |
410 | 412 |
| |
411 | 413 |
| |
| |||
690 | 692 |
| |
691 | 693 |
| |
692 | 694 |
| |
693 |
| - | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
694 | 698 |
| |
695 | 699 |
| |
696 | 700 |
| |
697 | 701 |
| |
698 |
| - | |
699 |
| - | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
700 | 705 |
| |
701 | 706 |
| |
702 | 707 |
| |
|
0 commit comments