File tree
160 files changed
+748
-695
lines changed- compiler
- rustc_abi/src
- rustc_ast_ir/src
- rustc_borrowck/src
- diagnostics
- region_infer
- type_check
- liveness
- rustc_codegen_ssa
- src
- mir
- rustc_const_eval
- src/interpret
- rustc_data_structures/src
- rustc_hir_analysis
- src
- check
- coherence
- collect
- hir_ty_lowering
- outlives
- rustc_hir_typeck
- src
- fn_ctxt
- method
- rustc_index/src
- rustc_infer/src
- infer
- canonical
- lexical_region_resolve
- opaque_types
- relate
- snapshot
- traits
- rustc_lint
- src
- rustc_macros/src
- rustc_metadata
- src/rmeta
- rustc_middle/src
- mir
- interpret
- allocation
- query
- traits
- ty
- print
- rustc_mir_transform
- src
- rustc_next_trait_solver/src
- solve
- assembly
- eval_ctxt
- normalizes_to
- rustc_query_impl/src
- rustc_sanitizers/src/cfi/typeid/itanium_cxx_abi
- rustc_serialize/tests
- rustc_trait_selection/src
- error_reporting
- infer
- nice_region_error
- traits
- solve
- inspect
- traits
- query
- type_op
- rustc_ty_utils
- src
- rustc_type_ir/src
- search_graph
- solve
- rustc_type_ir_macros/src
- src
- librustdoc/clean
- tools/clippy/clippy_utils/src/mir
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
160 files changed
+748
-695
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3440 | 3440 |
| |
3441 | 3441 |
| |
3442 | 3442 |
| |
3443 |
| - | |
3444 | 3443 |
| |
3445 | 3444 |
| |
3446 | 3445 |
| |
| |||
3473 | 3472 |
| |
3474 | 3473 |
| |
3475 | 3474 |
| |
3476 |
| - | |
3477 | 3475 |
| |
3478 | 3476 |
| |
3479 | 3477 |
| |
| |||
3736 | 3734 |
| |
3737 | 3735 |
| |
3738 | 3736 |
| |
3739 |
| - | |
3740 | 3737 |
| |
3741 | 3738 |
| |
3742 | 3739 |
| |
| |||
3775 | 3772 |
| |
3776 | 3773 |
| |
3777 | 3774 |
| |
3778 |
| - | |
3779 | 3775 |
| |
3780 | 3776 |
| |
3781 | 3777 |
| |
| |||
3922 | 3918 |
| |
3923 | 3919 |
| |
3924 | 3920 |
| |
3925 |
| - | |
3926 | 3921 |
| |
3927 | 3922 |
| |
3928 | 3923 |
| |
| |||
3998 | 3993 |
| |
3999 | 3994 |
| |
4000 | 3995 |
| |
4001 |
| - | |
4002 | 3996 |
| |
4003 | 3997 |
| |
4004 | 3998 |
| |
| |||
4114 | 4108 |
| |
4115 | 4109 |
| |
4116 | 4110 |
| |
4117 |
| - | |
4118 | 4111 |
| |
4119 | 4112 |
| |
4120 | 4113 |
| |
| |||
4538 | 4531 |
| |
4539 | 4532 |
| |
4540 | 4533 |
| |
4541 |
| - | |
4542 | 4534 |
| |
4543 | 4535 |
| |
4544 | 4536 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
| 55 | + | |
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
78 | 81 |
| |
79 | 82 |
| |
80 | 83 |
| |
| |||
106 | 109 |
| |
107 | 110 |
| |
108 | 111 |
| |
109 |
| - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
110 | 116 |
| |
111 | 117 |
| |
112 | 118 |
| |
| |||
127 | 133 |
| |
128 | 134 |
| |
129 | 135 |
| |
130 |
| - | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
131 | 140 |
| |
132 | 141 |
| |
133 | 142 |
| |
| |||
487 | 496 |
| |
488 | 497 |
| |
489 | 498 |
| |
490 |
| - | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
491 | 503 |
| |
492 | 504 |
| |
493 | 505 |
| |
| |||
713 | 725 |
| |
714 | 726 |
| |
715 | 727 |
| |
716 |
| - | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
717 | 732 |
| |
718 | 733 |
| |
719 | 734 |
| |
| |||
872 | 887 |
| |
873 | 888 |
| |
874 | 889 |
| |
875 |
| - | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
876 | 894 |
| |
877 | 895 |
| |
878 | 896 |
| |
|
0 commit comments