File tree
58 files changed
+357
-265
lines changed- compiler
- rustc_ast_lowering/src
- rustc_borrowck/src
- region_infer
- type_check
- rustc_errors/src
- rustc_hir_analysis/src/astconv
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_infer/src/infer
- relate
- rustc_middle/src
- ty
- rustc_mir_build/src
- build/matches
- thir/pattern
- rustc_mir_transform/src
- rustc_pattern_analysis/src
- rustc_query_system/src/dep_graph
- rustc_resolve/src
- rustc_trait_selection/src
- solve
- assembly
- traits/select
- src/bootstrap/src/core
- tests/ui
- closures/2229_closure_analysis/run_pass
- drop
- pattern/usefulness
- rfcs/rfc-0000-never_patterns
- uninhabited
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
58 files changed
+357
-265
lines changedDiff for: RELEASES.md
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/asm.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
205 | 205 |
| |
206 | 206 |
| |
207 | 207 |
| |
208 |
| - | |
| 208 | + | |
209 | 209 |
| |
210 | 210 |
| |
211 | 211 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
88 |
| - | |
| 88 | + | |
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
218 | 218 |
| |
219 | 219 |
| |
220 | 220 |
| |
221 |
| - | |
| 221 | + | |
222 | 222 |
| |
223 | 223 |
| |
224 | 224 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/expr.rs
+9-9
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
102 |
| - | |
| 102 | + | |
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
| |||
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
144 |
| - | |
| 144 | + | |
145 | 145 |
| |
146 | 146 |
| |
147 | 147 |
| |
148 | 148 |
| |
149 | 149 |
| |
150 |
| - | |
| 150 | + | |
151 | 151 |
| |
152 | 152 |
| |
153 | 153 |
| |
| |||
267 | 267 |
| |
268 | 268 |
| |
269 | 269 |
| |
270 |
| - | |
| 270 | + | |
271 | 271 |
| |
272 | 272 |
| |
273 | 273 |
| |
| |||
295 | 295 |
| |
296 | 296 |
| |
297 | 297 |
| |
298 |
| - | |
| 298 | + | |
299 | 299 |
| |
300 | 300 |
| |
301 | 301 |
| |
| |||
314 | 314 |
| |
315 | 315 |
| |
316 | 316 |
| |
317 |
| - | |
| 317 | + | |
318 | 318 |
| |
319 | 319 |
| |
320 | 320 |
| |
| |||
1241 | 1241 |
| |
1242 | 1242 |
| |
1243 | 1243 |
| |
1244 |
| - | |
| 1244 | + | |
1245 | 1245 |
| |
1246 | 1246 |
| |
1247 | 1247 |
| |
| |||
1261 | 1261 |
| |
1262 | 1262 |
| |
1263 | 1263 |
| |
1264 |
| - | |
| 1264 | + | |
1265 | 1265 |
| |
1266 | 1266 |
| |
1267 | 1267 |
| |
| |||
1286 | 1286 |
| |
1287 | 1287 |
| |
1288 | 1288 |
| |
1289 |
| - | |
| 1289 | + | |
1290 | 1290 |
| |
1291 | 1291 |
| |
1292 | 1292 |
| |
|
0 commit comments