This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
122 files changed
+1023
-521
lines changed- compiler
- rustc_codegen_cranelift/src
- rustc_codegen_llvm/src/debuginfo
- rustc_codegen_ssa/src/mir
- rustc_infer/src/infer
- canonical
- error_reporting
- nice_region_error
- nll_relate
- outlives
- rustc_lint/src
- rustc_middle/src
- mir
- interpret
- query
- ty
- consts
- print
- rustc_mir_build/src
- build
- thir
- cx
- pattern
- rustc_mir/src
- borrow_check/type_check
- liveness
- interpret
- monomorphize
- transform
- check_consts
- inline
- util
- rustc_privacy/src
- rustc_query_impl/src
- rustc_symbol_mangling/src
- rustc_trait_selection/src
- traits
- error_reporting
- query
- select
- rustc_traits/src/chalk
- rustc_ty_utils/src
- rustc_type_ir/src
- rustc_typeck/src
- astconv
- check
- fn_ctxt
- collect
- impl_wf_check
- outlives
- src
- librustdoc/clean
- test/mir-opt
- const_prop
- inline
- tools/clippy
- clippy_lints/src
- loops
- methods
- clippy_utils/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
122 files changed
+1023
-521
lines changedLines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
132 |
| - | |
133 |
| - | |
| 132 | + | |
| 133 | + | |
134 | 134 |
| |
135 |
| - | |
136 |
| - | |
| 135 | + | |
| 136 | + | |
137 | 137 |
| |
138 |
| - | |
| 138 | + | |
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
499 | 499 |
| |
500 | 500 |
| |
501 | 501 |
| |
502 |
| - | |
| 502 | + | |
503 | 503 |
| |
504 | 504 |
| |
505 | 505 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1398 | 1398 |
| |
1399 | 1399 |
| |
1400 | 1400 |
| |
1401 |
| - | |
| 1401 | + | |
1402 | 1402 |
| |
1403 | 1403 |
| |
1404 | 1404 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
216 | 216 |
| |
217 | 217 |
| |
218 | 218 |
| |
219 |
| - | |
| 219 | + | |
220 | 220 |
| |
221 | 221 |
| |
222 | 222 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
470 | 470 |
| |
471 | 471 |
| |
472 | 472 |
| |
473 |
| - | |
| 473 | + | |
474 | 474 |
| |
475 | 475 |
| |
476 | 476 |
| |
|
Lines changed: 10 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
| 132 | + | |
| 133 | + | |
132 | 134 |
| |
133 | 135 |
| |
134 | 136 |
| |
| |||
742 | 744 |
| |
743 | 745 |
| |
744 | 746 |
| |
745 |
| - | |
746 |
| - | |
747 |
| - | |
748 |
| - | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
749 | 750 |
| |
750 | 751 |
| |
751 | 752 |
| |
| |||
754 | 755 |
| |
755 | 756 |
| |
756 | 757 |
| |
757 |
| - | |
| 758 | + | |
758 | 759 |
| |
759 | 760 |
| |
760 | 761 |
| |
| |||
976 | 977 |
| |
977 | 978 |
| |
978 | 979 |
| |
979 |
| - | |
980 |
| - | |
981 |
| - | |
982 |
| - | |
| 980 | + | |
| 981 | + | |
| 982 | + | |
983 | 983 |
| |
984 | 984 |
| |
985 | 985 |
| |
| |||
988 | 988 |
| |
989 | 989 |
| |
990 | 990 |
| |
991 |
| - | |
| 991 | + | |
992 | 992 |
| |
993 | 993 |
| |
994 | 994 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1537 | 1537 |
| |
1538 | 1538 |
| |
1539 | 1539 |
| |
| 1540 | + | |
| 1541 | + | |
| 1542 | + | |
| 1543 | + | |
1540 | 1544 |
| |
1541 | 1545 |
| |
1542 | 1546 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 |
| - | |
| 54 | + | |
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
|
Lines changed: 11 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
13 | 15 |
| |
14 | 16 |
| |
15 | 17 |
| |
| |||
476 | 478 |
| |
477 | 479 |
| |
478 | 480 |
| |
479 |
| - | |
480 |
| - | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
481 | 489 |
| |
482 | 490 |
| |
483 | 491 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
146 | 146 |
| |
147 | 147 |
| |
148 | 148 |
| |
149 |
| - | |
| 149 | + | |
150 | 150 |
| |
151 | 151 |
| |
152 | 152 |
| |
|
0 commit comments