File tree
54 files changed
+690
-303
lines changed- compiler
- rustc_borrowck/src/diagnostics
- rustc_builtin_macros/src
- rustc_codegen_llvm/src/back
- rustc_codegen_ssa/src/back
- rustc_errors/src
- rustc_expand/src
- rustc_hir/src
- rustc_hir_analysis/src
- collect
- type_of
- rustc_hir_typeck/src
- rustc_infer/src/infer
- error_reporting
- relate
- rustc_interface/src
- rustc_lint/src
- rustc_llvm/llvm-wrapper
- rustc_middle/src
- ty
- rustc_mir_build/src/thir/pattern
- rustc_pattern_analysis/src
- rustc_resolve/src
- rustc_session/src
- rustc_smir/src
- rustc_internal
- rustc_smir
- convert
- rustc_trait_selection/src/solve
- stable_mir/src
- library
- core
- src/net
- tests/net
- std/src/sync
- src
- doc/style-guide/src
- tools
- miri/src
- rustfmt/src/parse
- tests
- ui
- pattern/usefulness
- type-alias-impl-trait
- ui-fulldeps/stable-mir
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
54 files changed
+690
-303
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
315 | 315 |
| |
316 | 316 |
| |
317 | 317 |
| |
318 |
| - | |
| 318 | + | |
319 | 319 |
| |
320 | 320 |
| |
321 | 321 |
| |
| |||
339 | 339 |
| |
340 | 340 |
| |
341 | 341 |
| |
342 |
| - | |
| 342 | + | |
343 | 343 |
| |
344 | 344 |
| |
345 | 345 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
394 | 394 |
| |
395 | 395 |
| |
396 | 396 |
| |
397 |
| - | |
| 397 | + | |
398 | 398 |
| |
399 | 399 |
| |
400 | 400 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
417 | 417 |
| |
418 | 418 |
| |
419 | 419 |
| |
420 |
| - | |
| 420 | + | |
421 | 421 |
| |
422 | 422 |
| |
423 | 423 |
| |
|
+2-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1847 | 1847 |
| |
1848 | 1848 |
| |
1849 | 1849 |
| |
1850 |
| - | |
1851 |
| - | |
1852 |
| - | |
1853 |
| - | |
1854 |
| - | |
1855 |
| - | |
| 1850 | + | |
1856 | 1851 |
| |
1857 |
| - | |
| 1852 | + | |
1858 | 1853 |
| |
1859 | 1854 |
| |
1860 | 1855 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
90 |
| - | |
| 90 | + | |
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
|
Diff for: compiler/rustc_errors/src/diagnostic.rs
+10-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
152 | 152 |
| |
153 | 153 |
| |
154 | 154 |
| |
155 |
| - | |
156 | 155 |
| |
157 | 156 |
| |
158 | 157 |
| |
| |||
248 | 247 |
| |
249 | 248 |
| |
250 | 249 |
| |
251 |
| - | |
| 250 | + | |
| 251 | + | |
252 | 252 |
| |
253 | 253 |
| |
254 | 254 |
| |
| |||
262 | 262 |
| |
263 | 263 |
| |
264 | 264 |
| |
265 |
| - | |
| 265 | + | |
266 | 266 |
| |
267 | 267 |
| |
268 | 268 |
| |
| |||
292 | 292 |
| |
293 | 293 |
| |
294 | 294 |
| |
295 |
| - | |
296 |
| - | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
297 | 300 |
| |
298 | 301 |
| |
299 | 302 |
| |
| |||
472 | 475 |
| |
473 | 476 |
| |
474 | 477 |
| |
475 |
| - | |
| 478 | + | |
476 | 479 |
| |
477 | 480 |
| |
478 | 481 |
| |
| |||
484 | 487 |
| |
485 | 488 |
| |
486 | 489 |
| |
487 |
| - | |
| 490 | + | |
488 | 491 |
| |
489 | 492 |
| |
490 | 493 |
| |
|
Diff for: compiler/rustc_errors/src/json.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
198 | 198 |
| |
199 | 199 |
| |
200 | 200 |
| |
201 |
| - | |
| 201 | + | |
202 | 202 |
| |
203 | 203 |
| |
204 | 204 |
| |
|
0 commit comments