File tree
227 files changed
+3526
-1534
lines changed- compiler
- rustc_ast/src
- rustc_borrowck/src
- polonius
- type_check
- rustc_codegen_cranelift
- scripts
- src
- intrinsics
- rustc_codegen_ssa/src
- back
- mir
- traits
- rustc_const_eval/src
- check_consts
- const_eval
- interpret
- util
- rustc_data_structures/src
- rustc_driver_impl/src
- rustc_feature/src
- rustc_hir_analysis/src
- check
- coherence
- rustc_hir_typeck/src
- fn_ctxt
- rustc_index/src
- rustc_lexer/src
- rustc_lint
- src
- rustc_lint_defs/src
- rustc_middle/src
- middle
- mir
- interpret
- query
- ty
- rustc_mir_build/src
- build
- expr
- matches
- thir
- cx
- pattern
- rustc_mir_dataflow/src
- impls
- move_paths
- rustc_mir_transform
- src
- coverage/spans
- rustc_monomorphize/src
- rustc_next_trait_solver/src/solve
- assembly
- normalizes_to
- rustc_parse/src/lexer
- rustc_passes/src
- rustc_smir/src/rustc_smir
- convert
- rustc_span/src
- rustc_symbol_mangling/src
- rustc_target/src/spec/targets
- rustc_trait_selection/src
- traits
- select
- rustc_ty_utils/src
- rustc_type_ir/src
- library
- alloc/src
- collections/vec_deque
- vec
- core
- src
- ffi
- mem
- slice
- str
- tests
- std/src
- io
- sys/pal/uefi
- thread
- test/src
- src
- bootstrap/src
- core/config
- utils
- ci/github-actions
- doc/rustc/src/platform-support
- librustdoc
- clean
- html
- tools
- clippy
- clippy_lints/src
- casts
- functions
- loops
- methods
- transmute
- types
- clippy_utils/src
- miri/src
- borrow_tracker
- stacked_borrows
- tree_borrows
- rust-analyzer/crates/parser/src
- tests
- crashes
- ui
- drop
- dyn-star
- lint/dangling-pointers-from-temporaries
- thir-print
- traits/const-traits
- effects
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
227 files changed
+3526
-1534
lines changedLines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
330 | 330 |
| |
331 | 331 |
| |
332 | 332 |
| |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
333 | 337 |
| |
334 | 338 |
| |
335 | 339 |
| |
| |||
609 | 613 |
| |
610 | 614 |
| |
611 | 615 |
| |
612 |
| - | |
| 616 | + | |
613 | 617 |
| |
614 | 618 |
| |
615 | 619 |
| |
| |||
911 | 915 |
| |
912 | 916 |
| |
913 | 917 |
| |
914 |
| - | |
| 918 | + | |
915 | 919 |
| |
916 | 920 |
| |
917 | 921 |
| |
|
Lines changed: 20 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
299 | 299 |
| |
300 | 300 |
| |
301 | 301 |
| |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
302 | 308 |
| |
303 | 309 |
| |
304 | 310 |
| |
| |||
434 | 440 |
| |
435 | 441 |
| |
436 | 442 |
| |
437 |
| - | |
| 443 | + | |
438 | 444 |
| |
439 | 445 |
| |
440 | 446 |
| |
441 | 447 |
| |
442 | 448 |
| |
443 |
| - | |
| 449 | + | |
444 | 450 |
| |
445 | 451 |
| |
446 | 452 |
| |
| |||
518 | 524 |
| |
519 | 525 |
| |
520 | 526 |
| |
521 |
| - | |
| 527 | + | |
522 | 528 |
| |
523 | 529 |
| |
524 |
| - | |
| 530 | + | |
525 | 531 |
| |
526 | 532 |
| |
527 | 533 |
| |
| |||
652 | 658 |
| |
653 | 659 |
| |
654 | 660 |
| |
655 |
| - | |
| 661 | + | |
656 | 662 |
| |
657 | 663 |
| |
658 | 664 |
| |
659 | 665 |
| |
660 |
| - | |
| 666 | + | |
661 | 667 |
| |
662 | 668 |
| |
663 | 669 |
| |
664 |
| - | |
| 670 | + | |
665 | 671 |
| |
666 | 672 |
| |
667 | 673 |
| |
| |||
846 | 852 |
| |
847 | 853 |
| |
848 | 854 |
| |
849 |
| - | |
| 855 | + | |
850 | 856 |
| |
851 | 857 |
| |
852 | 858 |
| |
853 | 859 |
| |
854 | 860 |
| |
855 |
| - | |
| 861 | + | |
856 | 862 |
| |
857 | 863 |
| |
858 | 864 |
| |
| |||
902 | 908 |
| |
903 | 909 |
| |
904 | 910 |
| |
905 |
| - | |
| 911 | + | |
906 | 912 |
| |
907 | 913 |
| |
908 | 914 |
| |
909 | 915 |
| |
910 | 916 |
| |
911 |
| - | |
| 917 | + | |
912 | 918 |
| |
913 | 919 |
| |
914 | 920 |
| |
| |||
1023 | 1029 |
| |
1024 | 1030 |
| |
1025 | 1031 |
| |
1026 |
| - | |
| 1032 | + | |
1027 | 1033 |
| |
1028 | 1034 |
| |
1029 | 1035 |
| |
| |||
1055 | 1061 |
| |
1056 | 1062 |
| |
1057 | 1063 |
| |
1058 |
| - | |
| 1064 | + | |
1059 | 1065 |
| |
1060 | 1066 |
| |
1061 | 1067 |
| |
| |||
1164 | 1170 |
| |
1165 | 1171 |
| |
1166 | 1172 |
| |
1167 |
| - | |
| 1173 | + | |
1168 | 1174 |
| |
1169 | 1175 |
| |
1170 | 1176 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
641 | 641 |
| |
642 | 642 |
| |
643 | 643 |
| |
| 644 | + | |
644 | 645 |
| |
645 | 646 |
| |
646 | 647 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
652 | 652 |
| |
653 | 653 |
| |
654 | 654 |
| |
| 655 | + | |
| 656 | + | |
655 | 657 |
| |
656 | 658 |
| |
657 | 659 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
| 91 | + | |
91 | 92 |
| |
92 | 93 |
| |
93 | 94 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1252 | 1252 |
| |
1253 | 1253 |
| |
1254 | 1254 |
| |
| 1255 | + | |
1255 | 1256 |
| |
1256 | 1257 |
| |
1257 | 1258 |
| |
| |||
1727 | 1728 |
| |
1728 | 1729 |
| |
1729 | 1730 |
| |
1730 |
| - | |
| 1731 | + | |
| 1732 | + | |
1731 | 1733 |
| |
1732 | 1734 |
| |
1733 | 1735 |
| |
|
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
41 | 46 |
| |
42 | 47 |
| |
43 | 48 |
| |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
841 | 841 |
| |
842 | 842 |
| |
843 | 843 |
| |
844 |
| - | |
| 844 | + | |
845 | 845 |
| |
846 | 846 |
| |
847 | 847 |
| |
| |||
924 | 924 |
| |
925 | 925 |
| |
926 | 926 |
| |
| 927 | + | |
927 | 928 |
| |
928 | 929 |
| |
929 | 930 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
106 |
| - | |
| 106 | + | |
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
583 | 583 |
| |
584 | 584 |
| |
585 | 585 |
| |
| 586 | + | |
586 | 587 |
| |
587 | 588 |
| |
588 | 589 |
| |
|
Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
744 | 744 |
| |
745 | 745 |
| |
746 | 746 |
| |
747 |
| - | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
748 | 752 |
| |
749 | 753 |
| |
750 | 754 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1279 | 1279 |
| |
1280 | 1280 |
| |
1281 | 1281 |
| |
1282 |
| - | |
| 1282 | + | |
1283 | 1283 |
| |
1284 | 1284 |
| |
1285 | 1285 |
| |
| |||
1403 | 1403 |
| |
1404 | 1404 |
| |
1405 | 1405 |
| |
1406 |
| - | |
| 1406 | + | |
1407 | 1407 |
| |
1408 | 1408 |
| |
1409 | 1409 |
| |
|
Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| |||
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
122 |
| - | |
| 122 | + | |
| 123 | + | |
123 | 124 |
| |
124 | 125 |
| |
125 | 126 |
| |
| |||
130 | 131 |
| |
131 | 132 |
| |
132 | 133 |
| |
133 |
| - | |
| 134 | + | |
134 | 135 |
| |
135 | 136 |
| |
136 | 137 |
| |
|
Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
146 | 146 |
| |
147 | 147 |
| |
148 | 148 |
| |
149 |
| - | |
150 |
| - | |
151 |
| - | |
152 |
| - | |
| 149 | + | |
153 | 150 |
| |
154 | 151 |
| |
155 | 152 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
| 95 | + | |
95 | 96 |
| |
96 | 97 |
| |
97 | 98 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 |
| - | |
| 81 | + | |
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 |
| - | |
| 85 | + | |
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 |
| - | |
| 89 | + | |
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
609 | 609 |
| |
610 | 610 |
| |
611 | 611 |
| |
| 612 | + | |
612 | 613 |
| |
613 | 614 |
| |
614 | 615 |
| |
|
Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
120 | 120 |
| |
121 | 121 |
| |
122 | 122 |
| |
123 |
| - | |
124 |
| - | |
125 |
| - | |
126 |
| - | |
| 123 | + | |
127 | 124 |
| |
128 | 125 |
| |
129 | 126 |
| |
|
0 commit comments