File tree
70 files changed
+613
-594
lines changed- compiler
- rustc_codegen_llvm/src
- llvm
- rustc_hir_analysis/src/collect
- rustc_hir_pretty/src
- rustc_hir_typeck/src/fn_ctxt
- rustc_infer/src/infer
- rustc_middle/src
- infer
- mir
- interpret
- traits
- ty
- rustc_next_trait_solver/src
- solve/eval_ctxt
- rustc_smir/src/rustc_internal
- rustc_target/src/callconv
- rustc_trait_selection/src/solve
- fulfill
- inspect
- rustc_ty_utils/src
- rustc_type_ir/src
- relate
- library
- core/src/iter/sources
- panic_unwind/src
- src
- ci/docker/host-x86_64/x86_64-gnu-tools
- doc/rustc/src/platform-support
- tools/rustdoc-gui
- tests
- assembly/nvptx-kernel-abi
- ui
- argument-suggestions
- error-codes
- impl-trait/in-trait
- issues
- methods
- mismatched_types
- span
- traits/next-solver
- diagnostics
- type/type-check
- typeck
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
70 files changed
+613
-594
lines changedDiff for: compiler/rustc_codegen_llvm/src/lib.rs
+3-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
79 |
| - | |
80 |
| - | |
81 |
| - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
82 | 77 |
| |
83 | 78 |
| |
84 | 79 |
| |
|
-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 | 13 |
| |
15 | 14 |
| |
16 |
| - | |
17 |
| - | |
18 | 15 |
| |
19 |
| - | |
20 | 16 |
| |
21 | 17 |
| |
22 | 18 |
| |
|
+9
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
14 | 23 |
| |
15 | 24 |
| |
16 | 25 |
| |
|
Diff for: compiler/rustc_hir_pretty/src/lib.rs
+4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
321 | 321 |
| |
322 | 322 |
| |
323 | 323 |
| |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
324 | 328 |
| |
325 | 329 |
| |
326 | 330 |
| |
|
+158-161
Large diffs are not rendered by default.
Diff for: compiler/rustc_infer/src/infer/at.rs
+19-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
| 140 | + | |
140 | 141 |
| |
141 | 142 |
| |
142 | 143 |
| |
| |||
163 | 164 |
| |
164 | 165 |
| |
165 | 166 |
| |
166 |
| - | |
167 |
| - | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
168 | 176 |
| |
169 | 177 |
| |
170 | 178 |
| |
| |||
208 | 216 |
| |
209 | 217 |
| |
210 | 218 |
| |
211 |
| - | |
212 |
| - | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
213 | 228 |
| |
214 | 229 |
| |
215 | 230 |
| |
|
+7-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
203 | 203 |
| |
204 | 204 |
| |
205 | 205 |
| |
206 |
| - | |
| 206 | + | |
207 | 207 |
| |
208 |
| - | |
| 208 | + | |
209 | 209 |
| |
210 | 210 |
| |
211 | 211 |
| |
212 | 212 |
| |
213 | 213 |
| |
214 |
| - | |
| 214 | + | |
215 | 215 |
| |
216 |
| - | |
| 216 | + | |
217 | 217 |
| |
218 | 218 |
| |
219 | 219 |
| |
220 | 220 |
| |
221 | 221 |
| |
222 |
| - | |
223 |
| - | |
| 222 | + | |
| 223 | + | |
224 | 224 |
| |
225 | 225 |
|
-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
142 | 142 |
| |
143 | 143 |
| |
144 | 144 |
| |
145 |
| - | |
146 |
| - | |
147 |
| - | |
148 |
| - | |
149 | 145 |
| |
150 | 146 |
| |
151 | 147 |
| |
|
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
163 | 163 |
| |
164 | 164 |
| |
165 | 165 |
| |
| 166 | + | |
166 | 167 |
| |
167 | 168 |
| |
168 | 169 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
98 |
| - | |
99 |
| - | |
100 | 98 |
| |
101 | 99 |
| |
102 | 100 |
| |
|
Diff for: compiler/rustc_middle/src/mir/mod.rs
-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
38 | 37 |
| |
39 | 38 |
| |
40 | 39 |
| |
| |||
59 | 58 |
| |
60 | 59 |
| |
61 | 60 |
| |
62 |
| - | |
63 | 61 |
| |
64 | 62 |
| |
65 | 63 |
| |
| |||
927 | 925 |
| |
928 | 926 |
| |
929 | 927 |
| |
930 |
| - | |
931 |
| - | |
932 | 928 |
| |
933 | 929 |
| |
934 | 930 |
| |
|
-67
This file was deleted.
Diff for: compiler/rustc_middle/src/traits/mod.rs
-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
427 | 427 |
| |
428 | 428 |
| |
429 | 429 |
| |
430 |
| - | |
431 |
| - | |
432 |
| - | |
433 |
| - | |
434 | 430 |
| |
435 | 431 |
| |
436 | 432 |
| |
|
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
260 | 260 |
| |
261 | 261 |
| |
262 | 262 |
| |
263 |
| - | |
264 |
| - | |
265 | 263 |
| |
266 | 264 |
| |
267 | 265 |
| |
|
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
34 |
| - | |
35 | 33 |
| |
36 | 34 |
| |
37 | 35 |
| |
|
Diff for: compiler/rustc_middle/src/ty/context.rs
+21-23
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
79 |
| - | |
80 |
| - | |
81 |
| - | |
82 |
| - | |
83 |
| - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
| |||
2243 | 2243 |
| |
2244 | 2244 |
| |
2245 | 2245 |
| |
2246 |
| - | |
2247 |
| - | |
2248 |
| - | |
2249 |
| - | |
2250 |
| - | |
2251 |
| - | |
2252 |
| - | |
2253 |
| - | |
2254 |
| - | |
2255 |
| - | |
2256 |
| - | |
2257 |
| - | |
| 2246 | + | |
| 2247 | + | |
| 2248 | + | |
| 2249 | + | |
| 2250 | + | |
| 2251 | + | |
| 2252 | + | |
| 2253 | + | |
| 2254 | + | |
| 2255 | + | |
| 2256 | + | |
| 2257 | + | |
| 2258 | + | |
| 2259 | + | |
2258 | 2260 |
| |
2259 | 2261 |
| |
2260 |
| - | |
| 2262 | + | |
2261 | 2263 |
| |
2262 | 2264 |
| |
2263 | 2265 |
| |
| |||
2277 | 2279 |
| |
2278 | 2280 |
| |
2279 | 2281 |
| |
2280 |
| - | |
2281 |
| - | |
2282 |
| - | |
2283 |
| - | |
2284 |
| - | |
| 2282 | + | |
2285 | 2283 |
| |
2286 | 2284 |
| |
2287 | 2285 |
| |
|
0 commit comments