This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
94 files changed
+436
-295
lines changed- compiler
- rustc_codegen_cranelift/src
- rustc_codegen_ssa/src/mir
- rustc_expand/src
- rustc_infer/src/infer
- rustc_middle/src
- mir
- interpret
- traits
- ty
- consts
- print
- rustc_mir_build/src/thir/cx
- rustc_mir/src
- borrow_check/type_check
- interpret
- monomorphize
- transform
- check_consts
- rustc_trait_selection/src/traits
- error_reporting
- select
- rustc_typeck/src
- library/std/src
- src
- librustdoc/clean
- test
- mir-opt
- const_prop
- inline
- ui
- associated-types
- binding
- const-generics/const_evaluatable_checked
- const_evaluatable
- consts
- generator
- impl-trait
- lint
- macros
- parser
- pattern
- proc-macro/group-compat-hack
- js-sys-0.3.40/src
- resolve
- structs-enums
- traits
- typeck
- tools
- clippy
- clippy_lints/src
- clippy_utils/src
- tidy/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
94 files changed
+436
-295
lines changedLines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 |
| - | |
| 48 | + | |
49 | 49 |
| |
50 |
| - | |
| 50 | + | |
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
| |||
122 | 122 |
| |
123 | 123 |
| |
124 | 124 |
| |
125 |
| - | |
| 125 | + | |
126 | 126 |
| |
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
131 |
| - | |
132 |
| - | |
| 131 | + | |
| 132 | + | |
133 | 133 |
| |
134 | 134 |
| |
135 | 135 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
| 33 | + | |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
| 36 | + | |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
|
Lines changed: 30 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
739 | 739 |
| |
740 | 740 |
| |
741 | 741 |
| |
742 |
| - | |
743 |
| - | |
744 |
| - | |
| 742 | + | |
| 743 | + | |
745 | 744 |
| |
746 | 745 |
| |
747 | 746 |
| |
| |||
754 | 753 |
| |
755 | 754 |
| |
756 | 755 |
| |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
757 | 784 |
| |
758 |
| - | |
759 | 785 |
| |
760 | 786 |
| |
761 | 787 |
| |
|
Lines changed: 2 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
22 | 21 |
| |
23 | 22 |
| |
24 | 23 |
| |
| |||
1499 | 1498 |
| |
1500 | 1499 |
| |
1501 | 1500 |
| |
1502 |
| - | |
1503 |
| - | |
1504 |
| - | |
| 1501 | + | |
1505 | 1502 |
| |
1506 | 1503 |
| |
1507 | 1504 |
| |
| |||
1510 | 1507 |
| |
1511 | 1508 |
| |
1512 | 1509 |
| |
1513 |
| - | |
| 1510 | + | |
1514 | 1511 |
| |
1515 | 1512 |
| |
1516 | 1513 |
| |
|
Lines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + |
Lines changed: 4 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
39 |
| - | |
40 |
| - | |
| 38 | + | |
41 | 39 |
| |
42 | 40 |
| |
43 |
| - | |
| 41 | + | |
44 | 42 |
| |
45 |
| - | |
| 43 | + | |
46 | 44 |
| |
47 | 45 |
| |
48 | 46 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
398 | 398 |
| |
399 | 399 |
| |
400 | 400 |
| |
401 |
| - | |
| 401 | + | |
402 | 402 |
| |
403 | 403 |
| |
404 | 404 |
| |
|
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
101 |
| - | |
102 |
| - | |
103 |
| - | |
104 |
| - | |
105 |
| - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
110 | 110 |
| |
111 |
| - | |
112 | 111 |
| |
| 112 | + | |
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
|
Lines changed: 14 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
15 | 23 |
| |
16 | 24 |
| |
17 |
| - | |
18 |
| - | |
| 25 | + | |
| 26 | + | |
19 | 27 |
| |
20 | 28 |
| |
21 | 29 |
| |
| |||
31 | 39 |
| |
32 | 40 |
| |
33 | 41 |
| |
34 |
| - | |
| 42 | + | |
35 | 43 |
| |
36 | 44 |
| |
37 | 45 |
| |
| |||
102 | 110 |
| |
103 | 111 |
| |
104 | 112 |
| |
105 |
| - | |
| 113 | + | |
106 | 114 |
| |
107 | 115 |
| |
108 | 116 |
| |
| |||
132 | 140 |
| |
133 | 141 |
| |
134 | 142 |
| |
135 |
| - | |
| 143 | + | |
| 144 | + | |
136 | 145 |
| |
137 | 146 |
| |
138 | 147 |
| |
|
Lines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
270 | 270 |
| |
271 | 271 |
| |
272 | 272 |
| |
273 |
| - | |
274 |
| - | |
275 |
| - | |
276 |
| - | |
| 273 | + | |
277 | 274 |
| |
278 | 275 |
| |
279 | 276 |
| |
| |||
297 | 294 |
| |
298 | 295 |
| |
299 | 296 |
| |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
300 | 302 |
| |
301 | 303 |
| |
302 | 304 |
| |
|
0 commit comments