File tree
23 files changed
+1417
-625
lines changed- compiler
- rustc_ast/src
- rustc_ast_lowering
- src
- rustc_hir/src
- rustc_parse_format/src
- rustc_span/src
- library
- core/src
- fmt
- coretests/tests/num/flt2dec
- src/tools/rust-analyzer/crates/hir-def/src/hir
- tests
- crashes
- mir-opt
- ui/unpretty
23 files changed
+1417
-625
lines changedDiff for: compiler/rustc_ast/src/format.rs
+8-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
160 | 160 |
| |
161 | 161 |
| |
162 | 162 |
| |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
163 | 170 |
| |
164 | 171 |
| |
165 | 172 |
| |
| |||
266 | 273 |
| |
267 | 274 |
| |
268 | 275 |
| |
269 |
| - | |
| 276 | + | |
270 | 277 |
| |
271 | 278 |
| |
272 | 279 |
|
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
175 | 175 |
| |
176 | 176 |
| |
177 | 177 |
| |
| 178 | + | |
| 179 | + | |
| 180 | + | |
178 | 181 |
| |
179 | 182 |
| |
180 | 183 |
| |
|
+7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
467 | 467 |
| |
468 | 468 |
| |
469 | 469 |
| |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + |
Diff for: compiler/rustc_ast_lowering/src/expr.rs
+27-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2129 | 2129 |
| |
2130 | 2130 |
| |
2131 | 2131 |
| |
2132 |
| - | |
| 2132 | + | |
2133 | 2133 |
| |
2134 | 2134 |
| |
2135 | 2135 |
| |
2136 |
| - | |
2137 |
| - | |
| 2136 | + | |
| 2137 | + | |
2138 | 2138 |
| |
2139 | 2139 |
| |
2140 | 2140 |
| |
| |||
2151 | 2151 |
| |
2152 | 2152 |
| |
2153 | 2153 |
| |
2154 |
| - | |
2155 |
| - | |
| 2154 | + | |
| 2155 | + | |
| 2156 | + | |
| 2157 | + | |
| 2158 | + | |
| 2159 | + | |
| 2160 | + | |
| 2161 | + | |
2156 | 2162 |
| |
2157 | 2163 |
| |
2158 | 2164 |
| |
| |||
2281 | 2287 |
| |
2282 | 2288 |
| |
2283 | 2289 |
| |
| 2290 | + | |
| 2291 | + | |
| 2292 | + | |
| 2293 | + | |
| 2294 | + | |
| 2295 | + | |
| 2296 | + | |
| 2297 | + | |
| 2298 | + | |
| 2299 | + | |
| 2300 | + | |
| 2301 | + | |
| 2302 | + | |
| 2303 | + | |
| 2304 | + | |
| 2305 | + | |
2284 | 2306 |
| |
2285 | 2307 |
| |
2286 | 2308 |
| |
|
0 commit comments