File tree
236 files changed
+2823
-1677
lines changed- compiler
- rustc_ast/src
- util
- rustc_ast_lowering/src
- rustc_ast_pretty/src/pprust/state
- rustc_borrowck/src
- diagnostics
- region_infer
- type_check
- rustc_builtin_macros
- src
- assert
- rustc_codegen_cranelift/src
- rustc_codegen_gcc/src
- rustc_codegen_llvm/src
- rustc_codegen_ssa/src
- back
- rpath
- rustc_const_eval/src/interpret
- rustc_data_structures
- rustc_driver_impl/src
- rustc_errors
- src
- rustc_expand
- src
- rustc_feature/src
- rustc_hir/src
- rustc_hir_analysis/src
- check
- variance
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- fn_ctxt
- rustc_infer/src/infer
- canonical
- error_reporting
- rustc_lint
- src
- rustc_lint_defs/src
- rustc_metadata/src/rmeta
- rustc_middle/src
- hir
- query
- traits
- solve
- inspect
- ty
- print
- rustc_mir_build/src
- build/expr
- thir/cx
- rustc_parse/src/parser
- rustc_passes/src
- rustc_query_system
- src
- dep_graph
- query
- rustc_resolve/src
- rustc_session/src
- rustc_span/src
- rustc_target/src/spec
- rustc_trait_selection/src
- solve
- assembly
- eval_ctxt
- search_graph
- traits
- error_reporting
- select
- rustc_type_ir/src
- src
- bootstrap
- librustdoc
- html/static/css/themes
- tools
- clippy
- clippy_lints/src
- functions
- loops
- matches
- methods
- utils
- clippy_utils/src
- ty/type_certainty
- compiletest/src
- miri
- src/borrow_tracker
- stacked_borrows
- tree_borrows
- rustfmt/src
- parse
- tidy/src
- tests
- rustdoc
- rustdoc-gui
- rustdoc-json/type
- ui
- array-slice-vec
- associated-inherent-types
- async-await/track-caller
- borrowck
- consts
- dst
- dyn-star
- error-codes
- impl-trait
- indexing
- intrinsics
- invalid
- issues
- lazy-type-alias
- lint
- rfc-2457-non-ascii-idents
- moves
- privacy/sealed-traits
- proc-macro
- span
- traits
- new-solver
- coinduction
- overflow
- trait-upcasting
- type-alias-impl-trait
- typeck
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
236 files changed
+2823
-1677
lines changedLines changed: 57 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
830 | 830 |
| |
831 | 831 |
| |
832 | 832 |
| |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
| 839 | + | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
833 | 868 |
| |
834 | 869 |
| |
835 | 870 |
| |
| |||
869 | 904 |
| |
870 | 905 |
| |
871 | 906 |
| |
| 907 | + | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
| 917 | + | |
| 918 | + | |
872 | 919 |
| |
873 | 920 |
| |
874 | 921 |
| |
| |||
1740 | 1787 |
| |
1741 | 1788 |
| |
1742 | 1789 |
| |
| 1790 | + | |
| 1791 | + | |
| 1792 | + | |
| 1793 | + | |
| 1794 | + | |
| 1795 | + | |
1743 | 1796 |
| |
1744 | 1797 |
| |
1745 | 1798 |
| |
| |||
3416 | 3469 |
| |
3417 | 3470 |
| |
3418 | 3471 |
| |
3419 |
| - | |
| 3472 | + | |
3420 | 3473 |
| |
3421 | 3474 |
| |
3422 | 3475 |
| |
| |||
3524 | 3577 |
| |
3525 | 3578 |
| |
3526 | 3579 |
| |
| 3580 | + | |
3527 | 3581 |
| |
3528 | 3582 |
| |
3529 | 3583 |
| |
| |||
3566 | 3620 |
| |
3567 | 3621 |
| |
3568 | 3622 |
| |
| 3623 | + | |
3569 | 3624 |
| |
3570 | 3625 |
| |
3571 | 3626 |
| |
| |||
4135 | 4190 |
| |
4136 | 4191 |
| |
4137 | 4192 |
| |
4138 |
| - | |
| 4193 | + | |
4139 | 4194 |
| |
4140 | 4195 |
| |
4141 | 4196 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1462 | 1462 |
| |
1463 | 1463 |
| |
1464 | 1464 |
| |
1465 |
| - | |
| 1465 | + | |
| 1466 | + | |
1466 | 1467 |
| |
1467 | 1468 |
| |
1468 | 1469 |
| |
|
Lines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1400 | 1400 |
| |
1401 | 1401 |
| |
1402 | 1402 |
| |
1403 |
| - | |
| 1403 | + | |
1404 | 1404 |
| |
1405 | 1405 |
| |
1406 | 1406 |
| |
1407 | 1407 |
| |
1408 | 1408 |
| |
1409 | 1409 |
| |
1410 | 1410 |
| |
| 1411 | + | |
1411 | 1412 |
| |
1412 | 1413 |
| |
1413 | 1414 |
| |
| |||
1420 | 1421 |
| |
1421 | 1422 |
| |
1422 | 1423 |
| |
1423 |
| - | |
| 1424 | + | |
1424 | 1425 |
| |
1425 | 1426 |
| |
| 1427 | + | |
1426 | 1428 |
| |
1427 | 1429 |
| |
1428 | 1430 |
| |
| |||
1432 | 1434 |
| |
1433 | 1435 |
| |
1434 | 1436 |
| |
1435 |
| - | |
| 1437 | + | |
1436 | 1438 |
| |
1437 | 1439 |
| |
| 1440 | + | |
1438 | 1441 |
| |
1439 | 1442 |
| |
1440 | 1443 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
390 | 390 |
| |
391 | 391 |
| |
392 | 392 |
| |
393 |
| - | |
| 393 | + | |
394 | 394 |
| |
395 | 395 |
| |
396 | 396 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
885 | 885 |
| |
886 | 886 |
| |
887 | 887 |
| |
888 |
| - | |
| 888 | + | |
889 | 889 |
| |
890 | 890 |
| |
891 | 891 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
240 | 240 |
| |
241 | 241 |
| |
242 | 242 |
| |
243 |
| - | |
244 |
| - | |
| 243 | + | |
| 244 | + | |
245 | 245 |
| |
246 | 246 |
| |
247 | 247 |
| |
| |||
657 | 657 |
| |
658 | 658 |
| |
659 | 659 |
| |
660 |
| - | |
| 660 | + | |
661 | 661 |
| |
662 | 662 |
| |
663 | 663 |
| |
664 | 664 |
| |
665 | 665 |
| |
666 | 666 |
| |
667 |
| - | |
| 667 | + | |
668 | 668 |
| |
669 | 669 |
| |
670 | 670 |
| |
|
Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
59 | 64 |
| |
60 | 65 |
| |
61 | 66 |
| |
| |||
83 | 88 |
| |
84 | 89 |
| |
85 | 90 |
| |
86 |
| - | |
| 91 | + | |
87 | 92 |
| |
88 | 93 |
| |
89 | 94 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
477 | 477 |
| |
478 | 478 |
| |
479 | 479 |
| |
480 |
| - | |
| 480 | + | |
481 | 481 |
| |
482 | 482 |
| |
483 | 483 |
| |
|
Lines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
751 | 751 |
| |
752 | 752 |
| |
753 | 753 |
| |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
754 | 764 |
| |
755 | 765 |
| |
756 |
| - | |
| 766 | + | |
757 | 767 |
| |
758 | 768 |
| |
759 | 769 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
82 |
| - | |
| 82 | + | |
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
567 | 567 |
| |
568 | 568 |
| |
569 | 569 |
| |
570 |
| - | |
| 570 | + | |
571 | 571 |
| |
572 | 572 |
| |
573 | 573 |
| |
| |||
620 | 620 |
| |
621 | 621 |
| |
622 | 622 |
| |
623 |
| - | |
| 623 | + | |
624 | 624 |
| |
625 | 625 |
| |
626 | 626 |
| |
|
Lines changed: 14 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
784 | 784 |
| |
785 | 785 |
| |
786 | 786 |
| |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
787 | 791 |
| |
788 | 792 |
| |
789 | 793 |
| |
790 | 794 |
| |
791 | 795 |
| |
792 | 796 |
| |
793 |
| - | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
794 | 801 |
| |
795 | 802 |
| |
796 | 803 |
| |
| |||
805 | 812 |
| |
806 | 813 |
| |
807 | 814 |
| |
808 |
| - | |
809 |
| - | |
810 |
| - | |
811 |
| - | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
812 | 820 |
| |
813 | 821 |
| |
814 | 822 |
| |
| |||
832 | 840 |
| |
833 | 841 |
| |
834 | 842 |
| |
835 |
| - | |
836 | 843 |
| |
837 | 844 |
| |
838 | 845 |
| |
| |||
867 | 874 |
| |
868 | 875 |
| |
869 | 876 |
| |
870 |
| - | |
| 877 | + | |
871 | 878 |
| |
872 | 879 |
| |
873 | 880 |
| |
| |||
878 | 885 |
| |
879 | 886 |
| |
880 | 887 |
| |
881 |
| - | |
882 |
| - | |
883 |
| - | |
884 |
| - | |
885 | 888 |
| |
886 | 889 |
| |
887 | 890 |
| |
|
Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
185 | 185 |
| |
186 | 186 |
| |
187 | 187 |
| |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
188 | 203 |
| |
189 | 204 |
| |
190 | 205 |
| |
|
0 commit comments