File tree
118 files changed
+2081
-622
lines changed- compiler
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_borrowck/src
- diagnostics
- polonius
- rustc_builtin_macros/src
- rustc_const_eval/src/transform
- check_consts
- rustc_errors/src
- rustc_hir/src
- rustc_hir_analysis/src
- check
- hir_ty_lowering
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_infer/src
- errors
- infer/error_reporting
- rustc_interface/src
- rustc_lint/src
- context
- rustc_macros/src
- diagnostics
- rustc_middle/src
- mir
- thir
- ty
- rustc_mir_build/src
- build
- expr
- matches
- thir
- pattern
- rustc_mir_dataflow/src/impls
- rustc_mir_transform/src
- rustc_parse/src
- rustc_passes/src
- rustc_pattern_analysis/src
- rustc_resolve/src
- rustc_session/src
- rustc_smir/src/rustc_smir/convert
- rustc_span/src
- rustc_trait_selection/src
- traits/error_reporting
- stable_mir/src/mir
- library/core/src/alloc
- src/librustdoc
- tests
- crashes
- mir-opt
- building/match
- rustdoc-ui
- ui
- associated-consts
- associated-type-bounds
- associated-types
- const-generics/parser-error-recovery
- coroutine
- error-codes
- generic-associated-types
- lifetimes
- pattern/deref-patterns
- suggestions
- ui-fulldeps
- internal-lints
- session-diagnostic
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
118 files changed
+2081
-622
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
| 47 | + | |
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
|
Diff for: compiler/rustc_ast_passes/src/errors.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
382 | 382 |
| |
383 | 383 |
| |
384 | 384 |
| |
385 |
| - | |
| 385 | + | |
386 | 386 |
| |
387 | 387 |
| |
388 | 388 |
| |
| |||
751 | 751 |
| |
752 | 752 |
| |
753 | 753 |
| |
754 |
| - | |
| 754 | + | |
755 | 755 |
| |
756 | 756 |
| |
757 | 757 |
| |
|
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
72 |
| - | |
| 72 | + | |
| 73 | + | |
73 | 74 |
| |
74 | 75 |
| |
75 | 76 |
| |
|
+19-10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
21 |
| - | |
22 |
| - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| |||
1486 | 1486 |
| |
1487 | 1487 |
| |
1488 | 1488 |
| |
1489 |
| - | |
| 1489 | + | |
1490 | 1490 |
| |
1491 | 1491 |
| |
1492 | 1492 |
| |
| |||
1504 | 1504 |
| |
1505 | 1505 |
| |
1506 | 1506 |
| |
1507 |
| - | |
| 1507 | + | |
1508 | 1508 |
| |
1509 | 1509 |
| |
1510 | 1510 |
| |
| |||
1566 | 1566 |
| |
1567 | 1567 |
| |
1568 | 1568 |
| |
1569 |
| - | |
| 1569 | + | |
1570 | 1570 |
| |
1571 | 1571 |
| |
1572 | 1572 |
| |
| |||
1629 | 1629 |
| |
1630 | 1630 |
| |
1631 | 1631 |
| |
1632 |
| - | |
| 1632 | + | |
| 1633 | + | |
| 1634 | + | |
| 1635 | + | |
1633 | 1636 |
| |
1634 | 1637 |
| |
1635 | 1638 |
| |
| |||
1659 | 1662 |
| |
1660 | 1663 |
| |
1661 | 1664 |
| |
1662 |
| - | |
1663 |
| - | |
| 1665 | + | |
| 1666 | + | |
| 1667 | + | |
| 1668 | + | |
| 1669 | + | |
| 1670 | + | |
| 1671 | + | |
| 1672 | + | |
1664 | 1673 |
| |
1665 | 1674 |
| |
1666 | 1675 |
| |
| |||
3572 | 3581 |
| |
3573 | 3582 |
| |
3574 | 3583 |
| |
3575 |
| - | |
| 3584 | + | |
3576 | 3585 |
| |
3577 | 3586 |
| |
3578 | 3587 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
654 | 654 |
| |
655 | 655 |
| |
656 | 656 |
| |
657 |
| - | |
| 657 | + | |
658 | 658 |
| |
659 | 659 |
| |
660 | 660 |
| |
|
Diff for: compiler/rustc_borrowck/src/lib.rs
+16-13
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1056 | 1056 |
| |
1057 | 1057 |
| |
1058 | 1058 |
| |
1059 |
| - | |
1060 |
| - | |
1061 |
| - | |
1062 |
| - | |
| 1059 | + | |
| 1060 | + | |
| 1061 | + | |
| 1062 | + | |
| 1063 | + | |
1063 | 1064 |
| |
1064 |
| - | |
| 1065 | + | |
1065 | 1066 |
| |
1066 | 1067 |
| |
1067 | 1068 |
| |
1068 | 1069 |
| |
1069 | 1070 |
| |
1070 |
| - | |
| 1071 | + | |
1071 | 1072 |
| |
1072 | 1073 |
| |
1073 | 1074 |
| |
| |||
1175 | 1176 |
| |
1176 | 1177 |
| |
1177 | 1178 |
| |
1178 |
| - | |
| 1179 | + | |
1179 | 1180 |
| |
1180 | 1181 |
| |
1181 |
| - | |
| 1182 | + | |
| 1183 | + | |
| 1184 | + | |
1182 | 1185 |
| |
1183 | 1186 |
| |
1184 | 1187 |
| |
| |||
1197 | 1200 |
| |
1198 | 1201 |
| |
1199 | 1202 |
| |
1200 |
| - | |
| 1203 | + | |
1201 | 1204 |
| |
1202 | 1205 |
| |
1203 | 1206 |
| |
| |||
1557 | 1560 |
| |
1558 | 1561 |
| |
1559 | 1562 |
| |
1560 |
| - | |
| 1563 | + | |
1561 | 1564 |
| |
1562 | 1565 |
| |
1563 | 1566 |
| |
| |||
2122 | 2125 |
| |
2123 | 2126 |
| |
2124 | 2127 |
| |
2125 |
| - | |
| 2128 | + | |
2126 | 2129 |
| |
2127 | 2130 |
| |
2128 | 2131 |
| |
2129 | 2132 |
| |
2130 | 2133 |
| |
2131 | 2134 |
| |
2132 |
| - | |
| 2135 | + | |
2133 | 2136 |
| |
2134 | 2137 |
| |
2135 | 2138 |
| |
| |||
2153 | 2156 |
| |
2154 | 2157 |
| |
2155 | 2158 |
| |
2156 |
| - | |
| 2159 | + | |
2157 | 2160 |
| |
2158 | 2161 |
| |
2159 | 2162 |
| |
|
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 |
| - | |
| 58 | + | |
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
| |||
271 | 271 |
| |
272 | 272 |
| |
273 | 273 |
| |
274 |
| - | |
| 274 | + | |
275 | 275 |
| |
276 | 276 |
| |
277 |
| - | |
| 277 | + | |
278 | 278 |
| |
279 | 279 |
| |
280 | 280 |
| |
|
+13-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
4 | 6 |
| |
5 | 7 |
| |
6 | 8 |
| |
| |||
239 | 241 |
| |
240 | 242 |
| |
241 | 243 |
| |
242 |
| - | |
| 244 | + | |
243 | 245 |
| |
244 | 246 |
| |
245 |
| - | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
246 | 250 |
| |
247 | 251 |
| |
248 | 252 |
| |
| |||
357 | 361 |
| |
358 | 362 |
| |
359 | 363 |
| |
360 |
| - | |
361 |
| - | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
362 | 369 |
| |
363 | 370 |
| |
364 | 371 |
| |
| |||
403 | 410 |
| |
404 | 411 |
| |
405 | 412 |
| |
406 |
| - | |
| 413 | + | |
407 | 414 |
| |
408 | 415 |
| |
409 | 416 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
601 | 601 |
| |
602 | 602 |
| |
603 | 603 |
| |
604 |
| - | |
| 604 | + | |
605 | 605 |
| |
606 | 606 |
| |
607 | 607 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
414 | 414 |
| |
415 | 415 |
| |
416 | 416 |
| |
417 |
| - | |
| 417 | + | |
418 | 418 |
| |
419 | 419 |
| |
420 | 420 |
| |
| |||
487 | 487 |
| |
488 | 488 |
| |
489 | 489 |
| |
490 |
| - | |
| 490 | + | |
491 | 491 |
| |
492 | 492 |
| |
493 | 493 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
108 |
| - | |
| 108 | + | |
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
965 | 965 |
| |
966 | 966 |
| |
967 | 967 |
| |
968 |
| - | |
| 968 | + | |
969 | 969 |
| |
970 | 970 |
| |
971 | 971 |
| |
|
Diff for: compiler/rustc_errors/src/diagnostic.rs
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
177 | 177 |
| |
178 | 178 |
| |
179 | 179 |
| |
180 |
| - | |
| 180 | + | |
181 | 181 |
| |
182 | 182 |
| |
183 | 183 |
| |
184 | 184 |
| |
185 | 185 |
| |
186 | 186 |
| |
187 | 187 |
| |
188 |
| - | |
| 188 | + | |
189 | 189 |
| |
190 | 190 |
| |
191 | 191 |
| |
| |||
1197 | 1197 |
| |
1198 | 1198 |
| |
1199 | 1199 |
| |
1200 |
| - | |
| 1200 | + | |
1201 | 1201 |
| |
1202 | 1202 |
| |
1203 | 1203 |
| |
|
0 commit comments