-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit c9e2659
authored
File tree
56 files changed
+1205
-305
lines changed- compiler
- rustc_ast_lowering/src
- rustc_attr_parsing
- src
- attributes
- rustc_codegen_ssa/src/back
- rustc_const_eval/src/interpret
- rustc_error_codes/src/error_codes
- rustc_expand/src
- rustc_hir_typeck/src/method
- rustc_hir/src
- attrs
- rustc_lint_defs/src
- rustc_lint
- src
- rustc_middle/src
- hir
- ty
- rustc_passes
- src
- rustc_type_ir/src
- library
- core/src/ptr
- std/src
- src
- librustdoc
- html/render
- json
- passes
- tools
- clippy/clippy_lints/src
- compiletest/src
- runtest
- miri/tests
- fail/validity
- pass
- tests
- codegen-llvm
- mir-opt/pre-codegen
- ui
- attributes
- feature-gates
- lint
- unused
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
56 files changed
+1205
-305
lines changedLines changed: 6 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | - | ||
101 | + | ||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | + | ||
235 | 236 | | |
236 | 237 | | |
237 | 238 | | |
238 | - | ||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| |||
1052 | 1052 | | |
1053 | 1053 | | |
1054 | 1054 | | |
1055 | + | ||
1055 | 1056 | | |
1056 | 1057 | | |
1057 | 1058 | | |
1058 | - | ||
1059 | 1059 | | |
1060 | 1060 | | |
1061 | 1061 | | |
| |||
1067 | 1067 | | |
1068 | 1068 | | |
1069 | 1069 | | |
1070 | - | ||
1071 | - | ||
1072 | - | ||
1073 | - | ||
1074 | - | ||
1075 | - | ||
1076 | - | ||
1077 | - | ||
1078 | - | ||
1070 | + | ||
1071 | + | ||
1072 | + | ||
1079 | 1073 | | |
1080 | 1074 | | |
1081 | 1075 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
675 | 675 | | |
676 | 676 | | |
677 | 677 | | |
678 | - | ||
678 | + | ||
679 | 679 | | |
680 | 680 | | |
681 | 681 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | + | ||
36 | + | ||
37 | + | ||
38 | + | ||
39 | + | ||
35 | 40 | | |
36 | 41 | | |
37 | 42 | | |
| |||
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
Lines changed: 60 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | + | ||
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | - | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| |||
113 | 117 | | |
114 | 118 | | |
115 | 119 | | |
120 | + | ||
121 | + | ||
122 | + | ||
123 | + | ||
124 | + | ||
125 | + | ||
126 | + | ||
127 | + | ||
128 | + | ||
129 | + | ||
130 | + | ||
131 | + | ||
132 | + | ||
133 | + | ||
134 | + | ||
135 | + | ||
136 | + | ||
137 | + | ||
138 | + | ||
139 | + | ||
140 | + | ||
141 | + | ||
142 | + | ||
143 | + | ||
144 | + | ||
145 | + | ||
146 | + | ||
147 | + | ||
148 | + | ||
149 | + | ||
150 | + | ||
151 | + | ||
152 | + | ||
153 | + | ||
154 | + | ||
155 | + | ||
156 | + | ||
157 | + | ||
158 | + | ||
159 | + | ||
160 | + | ||
161 | + | ||
162 | + | ||
163 | + | ||
164 | + | ||
165 | + | ||
166 | + | ||
167 | + | ||
168 | + | ||
169 | + | ||
170 | + | ||
171 | + | ||
172 | + | ||
173 | + | ||
174 | + | ||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | + | ||
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | + | ||
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | - | ||
37 | + | ||
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
165 | 166 | | |
166 | 167 | | |
167 | 168 | | |
169 | + | ||
168 | 170 | | |
169 | 171 | | |
170 | 172 | | |
| |||
185 | 187 | | |
186 | 188 | | |
187 | 189 | | |
190 | + | ||
188 | 191 | | |
189 | 192 | | |
190 | 193 | | |
| |||
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | + | ||
38 | + | ||
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
48 | + | ||
37 | 49 | | |
38 | 50 | | |
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1011 | 1011 | | |
1012 | 1012 | | |
1013 | 1013 | | |
1014 | - | ||
1014 | + | ||
1015 | + | ||
1015 | 1016 | | |
1016 | 1017 | | |
1017 | 1018 | | |
1018 | - | ||
1019 | + | ||
1019 | 1020 | | |
1020 | 1021 | | |
1021 | 1022 | | |
| |||
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
937 | 937 | | |
938 | 938 | | |
939 | 939 | | |
940 | - | ||
941 | - | ||
940 | + | ||
941 | + | ||
942 | + | ||
943 | + | ||
944 | + | ||
945 | + | ||
942 | 946 | | |
943 | 947 | | |
944 | 948 | | |
| |||
0 commit comments