File tree
613 files changed
+917
-4514
lines changed- compiler
- rustc_ast/src
- rustc_ast_passes/src
- rustc_error_codes/src/error_codes
- rustc_feature/src
- rustc_hir/src
- rustc_infer/src/infer
- canonical
- rustc_lint/src
- rustc_middle/src/ty
- rustc_privacy/src
- rustc_resolve/src
- late
- rustc_span/src
- rustc_trait_selection/src/traits
- error_reporting
- select
- rustc_typeck/src
- check
- src/test
- debuginfo
- incremental/const-generics
- try_unify_abstract_const_regression_tests
- rustdoc/const-generics
- lazy_normalization_consts
- ui
- array-slice-vec
- associated-consts
- associated-item
- async-await/issues
- binding
- const-generics
- auxiliary
- backcompat
- const_evaluatable_checked
- defaults
- auxiliary
- early
- generic_const_exprs
- auxiliary
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
613 files changed
+917
-4514
lines changedDiff for: compiler/rustc_ast/src/ast.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
332 | 332 |
| |
333 | 333 |
| |
334 | 334 |
| |
335 |
| - | |
336 |
| - | |
| 335 | + | |
| 336 | + | |
337 | 337 |
| |
338 | 338 |
| |
339 | 339 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1351 | 1351 |
| |
1352 | 1352 |
| |
1353 | 1353 |
| |
1354 |
| - | |
| 1354 | + | |
1355 | 1355 |
| |
1356 | 1356 |
| |
1357 | 1357 |
| |
|
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
687 | 687 |
| |
688 | 688 |
| |
689 | 689 |
| |
690 |
| - | |
691 | 690 |
| |
692 | 691 |
| |
693 | 692 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 |
| - | |
9 | 7 |
| |
10 | 8 |
| |
11 | 9 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 | 6 |
| |
8 | 7 |
| |
9 | 8 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
Diff for: compiler/rustc_feature/src/accepted.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
273 | 273 |
| |
274 | 274 |
| |
275 | 275 |
| |
276 |
| - | |
| 276 | + | |
277 | 277 |
| |
278 | 278 |
| |
279 | 279 |
| |
|
Diff for: compiler/rustc_feature/src/active.rs
+7-10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 |
| - | |
| 74 | + | |
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
| |||
453 | 453 |
| |
454 | 454 |
| |
455 | 455 |
| |
456 |
| - | |
457 |
| - | |
458 |
| - | |
459 | 456 |
| |
460 | 457 |
| |
461 | 458 |
| |
| |||
545 | 542 |
| |
546 | 543 |
| |
547 | 544 |
| |
548 |
| - | |
549 |
| - | |
550 |
| - | |
551 | 545 |
| |
552 | 546 |
| |
553 | 547 |
| |
554 |
| - | |
555 |
| - | |
556 |
| - | |
557 | 548 |
| |
558 | 549 |
| |
559 | 550 |
| |
| |||
679 | 670 |
| |
680 | 671 |
| |
681 | 672 |
| |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
682 | 679 |
| |
683 | 680 |
| |
684 | 681 |
| |
|
Diff for: compiler/rustc_feature/src/removed.rs
+7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
| 105 | + | |
| 106 | + | |
| 107 | + | |
105 | 108 |
| |
106 | 109 |
| |
107 | 110 |
| |
| |||
128 | 131 |
| |
129 | 132 |
| |
130 | 133 |
| |
| 134 | + | |
| 135 | + | |
131 | 136 |
| |
132 | 137 |
| |
133 | 138 |
| |
| 139 | + | |
| 140 | + | |
134 | 141 |
| |
135 | 142 |
| |
136 | 143 |
| |
|
Diff for: compiler/rustc_hir/src/def.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
307 | 307 |
| |
308 | 308 |
| |
309 | 309 |
| |
310 |
| - | |
| 310 | + | |
311 | 311 |
| |
312 | 312 |
| |
313 | 313 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
678 | 678 |
| |
679 | 679 |
| |
680 | 680 |
| |
681 |
| - | |
| 681 | + | |
682 | 682 |
| |
683 | 683 |
| |
684 | 684 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
202 | 202 |
| |
203 | 203 |
| |
204 | 204 |
| |
205 |
| - | |
| 205 | + | |
206 | 206 |
| |
207 | 207 |
| |
208 | 208 |
| |
|
Diff for: compiler/rustc_lint/src/builtin.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2340 | 2340 |
| |
2341 | 2341 |
| |
2342 | 2342 |
| |
2343 |
| - | |
| 2343 | + | |
2344 | 2344 |
| |
2345 | 2345 |
| |
2346 | 2346 |
| |
|
Diff for: compiler/rustc_middle/src/ty/context.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1420 | 1420 |
| |
1421 | 1421 |
| |
1422 | 1422 |
| |
1423 |
| - | |
1424 |
| - | |
| 1423 | + | |
| 1424 | + | |
1425 | 1425 |
| |
1426 | 1426 |
| |
1427 | 1427 |
| |
|
Diff for: compiler/rustc_middle/src/ty/relate.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
577 | 577 |
| |
578 | 578 |
| |
579 | 579 |
| |
580 |
| - | |
| 580 | + | |
581 | 581 |
| |
582 | 582 |
| |
583 | 583 |
| |
584 | 584 |
| |
585 | 585 |
| |
586 |
| - | |
| 586 | + | |
587 | 587 |
| |
588 | 588 |
| |
589 | 589 |
| |
|
Diff for: compiler/rustc_privacy/src/lib.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
139 |
| - | |
| 139 | + | |
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
| |||
1809 | 1809 |
| |
1810 | 1810 |
| |
1811 | 1811 |
| |
1812 |
| - | |
| 1812 | + | |
1813 | 1813 |
| |
1814 | 1814 |
| |
1815 | 1815 |
| |
|
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
506 | 506 |
| |
507 | 507 |
| |
508 | 508 |
| |
509 |
| - | |
510 |
| - | |
| 509 | + | |
511 | 510 |
| |
512 | 511 |
| |
513 | 512 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2245 | 2245 |
| |
2246 | 2246 |
| |
2247 | 2247 |
| |
2248 |
| - | |
| 2248 | + | |
2249 | 2249 |
| |
2250 | 2250 |
| |
2251 | 2251 |
| |
| |||
2264 | 2264 |
| |
2265 | 2265 |
| |
2266 | 2266 |
| |
2267 |
| - | |
| 2267 | + | |
2268 | 2268 |
| |
2269 | 2269 |
| |
2270 | 2270 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2301 | 2301 |
| |
2302 | 2302 |
| |
2303 | 2303 |
| |
2304 |
| - | |
| 2304 | + | |
2305 | 2305 |
| |
2306 | 2306 |
| |
2307 | 2307 |
| |
|
Diff for: compiler/rustc_resolve/src/lib.rs
+2-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2734 | 2734 |
| |
2735 | 2735 |
| |
2736 | 2736 |
| |
2737 |
| - | |
2738 |
| - | |
2739 |
| - | |
2740 |
| - | |
| 2737 | + | |
2741 | 2738 |
| |
2742 | 2739 |
| |
2743 | 2740 |
| |
| |||
2809 | 2806 |
| |
2810 | 2807 |
| |
2811 | 2808 |
| |
2812 |
| - | |
2813 |
| - | |
2814 |
| - | |
2815 |
| - | |
| 2809 | + | |
2816 | 2810 |
| |
2817 | 2811 |
| |
2818 | 2812 |
| |
|
Diff for: compiler/rustc_span/src/symbol.rs
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
284 | 284 |
| |
285 | 285 |
| |
286 | 286 |
| |
| 287 | + | |
287 | 288 |
| |
288 | 289 |
| |
289 | 290 |
| |
| |||
662 | 663 |
| |
663 | 664 |
| |
664 | 665 |
| |
| 666 | + | |
665 | 667 |
| |
666 | 668 |
| |
667 | 669 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| |||
537 | 537 |
| |
538 | 538 |
| |
539 | 539 |
| |
540 |
| - | |
| 540 | + | |
541 | 541 |
| |
542 |
| - | |
| 542 | + | |
543 | 543 |
| |
544 | 544 |
| |
545 | 545 |
| |
| |||
568 | 568 |
| |
569 | 569 |
| |
570 | 570 |
| |
571 |
| - | |
| 571 | + | |
572 | 572 |
| |
573 | 573 |
| |
574 | 574 |
| |
| |||
656 | 656 |
| |
657 | 657 |
| |
658 | 658 |
| |
659 |
| - | |
| 659 | + | |
660 | 660 |
| |
661 | 661 |
| |
662 | 662 |
| |
663 | 663 |
| |
664 | 664 |
| |
665 |
| - | |
| 665 | + | |
666 | 666 |
| |
667 | 667 |
| |
668 | 668 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
794 | 794 |
| |
795 | 795 |
| |
796 | 796 |
| |
797 |
| - | |
| 797 | + | |
798 | 798 |
| |
799 | 799 |
| |
800 | 800 |
| |
| |||
803 | 803 |
| |
804 | 804 |
| |
805 | 805 |
| |
806 |
| - | |
| 806 | + | |
807 | 807 |
| |
808 | 808 |
| |
809 | 809 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
572 | 572 |
| |
573 | 573 |
| |
574 | 574 |
| |
575 |
| - | |
| 575 | + | |
576 | 576 |
| |
577 | 577 |
| |
578 | 578 |
| |
|
0 commit comments