File tree
90 files changed
+740
-761
lines changed- compiler
- rustc_ast/src
- rustc_ast_lowering/src
- rustc_ast_passes
- src
- rustc_borrowck/src
- diagnostics
- region_infer
- type_check/liveness
- rustc_builtin_macros/src
- rustc_codegen_llvm/src/back
- rustc_codegen_ssa/src
- back
- debuginfo
- rustc_const_eval/src
- const_eval
- interpret
- rustc_driver_impl/src
- rustc_errors/src
- rustc_hir_analysis/src
- check
- coherence
- collect/type_of
- errors
- hir_ty_lowering
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_incremental/src/persist
- rustc_lint/src
- rustc_middle/src
- middle
- mir
- interpret
- ty
- print
- rustc_mir_build/src/build/coverageinfo
- rustc_mir_transform/src
- rustc_monomorphize/src
- rustc_next_trait_solver/src
- solve
- rustc_parse/src
- parser
- rustc_passes/src
- rustc_resolve/src
- late
- rustc_sanitizers/src/cfi/typeid/itanium_cxx_abi
- rustc_symbol_mangling/src
- rustc_target/src
- abi/call
- spec/base/apple
- rustc_trait_selection/src
- error_reporting
- infer
- traits
- traits
- select
- rustc_ty_utils/src
- library
- core/src/slice
- std/src
- src
- doc/rustc/src/platform-support
- tools
- clippy/clippy_utils/src
- compiletest/src
- run-make-support/src/external_deps
- tests
- run-make
- apple-deployment-target
- pdb-buildinfo-cl-cmd
- pdb-sobjname
- ui/coroutine
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
90 files changed
+740
-761
lines changedDiff for: compiler/rustc_ast/src/ast.rs
+8-10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2602 | 2602 |
| |
2603 | 2603 |
| |
2604 | 2604 |
| |
2605 |
| - | |
2606 |
| - | |
2607 |
| - | |
2608 |
| - | |
2609 |
| - | |
2610 |
| - | |
| 2605 | + | |
| 2606 | + | |
| 2607 | + | |
| 2608 | + | |
| 2609 | + | |
| 2610 | + | |
2611 | 2611 |
| |
2612 | 2612 |
| |
2613 | 2613 |
| |
| |||
3486 | 3486 |
| |
3487 | 3487 |
| |
3488 | 3488 |
| |
3489 |
| - | |
| 3489 | + | |
3490 | 3490 |
| |
3491 | 3491 |
| |
3492 | 3492 |
| |
| |||
3500 | 3500 |
| |
3501 | 3501 |
| |
3502 | 3502 |
| |
3503 |
| - | |
3504 |
| - | |
3505 |
| - | |
| 3503 | + | |
3506 | 3504 |
| |
3507 | 3505 |
| |
3508 | 3506 |
| |
|
Diff for: compiler/rustc_ast/src/entry.rs
+9-11
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
55 |
| - | |
56 |
| - | |
57 |
| - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
58 | 54 |
| |
59 |
| - | |
| 55 | + | |
60 | 56 |
| |
| 57 | + | |
| 58 | + | |
61 | 59 |
| |
62 | 60 |
|
+17-19
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 |
| - | |
82 |
| - | |
83 |
| - | |
84 |
| - | |
85 |
| - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
86 | 85 |
| |
87 |
| - | |
88 |
| - | |
89 |
| - | |
90 |
| - | |
91 |
| - | |
92 |
| - | |
93 |
| - | |
94 |
| - | |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 |
| - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
101 | 99 |
| |
102 | 100 |
| |
103 | 101 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/item.rs
+4-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
628 | 628 |
| |
629 | 629 |
| |
630 | 630 |
| |
| 631 | + | |
| 632 | + | |
| 633 | + | |
631 | 634 |
| |
632 |
| - | |
633 |
| - | |
634 |
| - | |
635 |
| - | |
636 |
| - | |
637 |
| - | |
| 635 | + | |
638 | 636 |
| |
639 | 637 |
| |
640 | 638 |
| |
|
Diff for: compiler/rustc_ast_passes/messages.ftl
+5-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 | 43 |
| |
49 | 44 |
| |
50 | 45 |
| |
51 | 46 |
| |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
|
+13-18
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
447 | 447 |
| |
448 | 448 |
| |
449 | 449 |
| |
450 |
| - | |
451 |
| - | |
452 |
| - | |
453 |
| - | |
454 |
| - | |
455 |
| - | |
456 |
| - | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
457 | 457 |
| |
458 | 458 |
| |
459 | 459 |
| |
| |||
1418 | 1418 |
| |
1419 | 1419 |
| |
1420 | 1420 |
| |
1421 |
| - | |
| 1421 | + | |
1422 | 1422 |
| |
1423 | 1423 |
| |
1424 | 1424 |
| |
1425 | 1425 |
| |
1426 |
| - | |
1427 |
| - | |
1428 |
| - | |
1429 |
| - | |
1430 |
| - | |
1431 |
| - | |
1432 |
| - | |
1433 |
| - | |
1434 |
| - | |
1435 |
| - | |
| 1426 | + | |
| 1427 | + | |
| 1428 | + | |
| 1429 | + | |
| 1430 | + | |
1436 | 1431 |
| |
1437 | 1432 |
| |
1438 | 1433 |
| |
|
Diff for: compiler/rustc_ast_passes/src/errors.rs
+6-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
657 | 657 |
| |
658 | 658 |
| |
659 | 659 |
| |
660 |
| - | |
661 |
| - | |
| 660 | + | |
| 661 | + | |
662 | 662 |
| |
663 | 663 |
| |
664 | 664 |
| |
665 |
| - | |
666 |
| - | |
667 |
| - | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
668 | 668 |
| |
669 | 669 |
| |
| 670 | + | |
670 | 671 |
| |
671 | 672 |
| |
672 | 673 |
| |
|
+22-25
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2574 | 2574 |
| |
2575 | 2575 |
| |
2576 | 2576 |
| |
2577 |
| - | |
2578 |
| - | |
| 2577 | + | |
| 2578 | + | |
2579 | 2579 |
| |
2580 | 2580 |
| |
2581 | 2581 |
| |
2582 | 2582 |
| |
2583 | 2583 |
| |
2584 | 2584 |
| |
2585 |
| - | |
2586 |
| - | |
2587 |
| - | |
2588 |
| - | |
2589 |
| - | |
2590 |
| - | |
2591 |
| - | |
2592 |
| - | |
2593 |
| - | |
2594 |
| - | |
| 2585 | + | |
| 2586 | + | |
| 2587 | + | |
| 2588 | + | |
| 2589 | + | |
2595 | 2590 |
| |
| 2591 | + | |
| 2592 | + | |
| 2593 | + | |
| 2594 | + | |
2596 | 2595 |
| |
2597 |
| - | |
2598 |
| - | |
2599 |
| - | |
2600 |
| - | |
2601 |
| - | |
2602 |
| - | |
2603 |
| - | |
| 2596 | + | |
| 2597 | + | |
| 2598 | + | |
| 2599 | + | |
| 2600 | + | |
| 2601 | + | |
2604 | 2602 |
| |
2605 | 2603 |
| |
2606 | 2604 |
| |
| |||
2609 | 2607 |
| |
2610 | 2608 |
| |
2611 | 2609 |
| |
2612 |
| - | |
2613 |
| - | |
| 2610 | + | |
2614 | 2611 |
| |
2615 | 2612 |
| |
2616 | 2613 |
| |
2617 | 2614 |
| |
2618 | 2615 |
| |
2619 | 2616 |
| |
2620 | 2617 |
| |
2621 |
| - | |
2622 |
| - | |
2623 |
| - | |
2624 |
| - | |
| 2618 | + | |
| 2619 | + | |
| 2620 | + | |
2625 | 2621 |
| |
| 2622 | + | |
2626 | 2623 |
| |
2627 | 2624 |
| |
2628 | 2625 |
| |
|
Diff for: compiler/rustc_borrowck/src/lib.rs
+5-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2069 | 2069 |
| |
2070 | 2070 |
| |
2071 | 2071 |
| |
2072 |
| - | |
2073 |
| - | |
| 2072 | + | |
| 2073 | + | |
2074 | 2074 |
| |
2075 |
| - | |
2076 |
| - | |
2077 |
| - | |
| 2075 | + | |
| 2076 | + | |
| 2077 | + | |
2078 | 2078 |
| |
2079 | 2079 |
| |
2080 | 2080 |
| |
|
+4-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
118 | 118 |
| |
119 | 119 |
| |
120 | 120 |
| |
121 |
| - | |
122 |
| - | |
123 |
| - | |
124 |
| - | |
| 121 | + | |
| 122 | + | |
125 | 123 |
| |
126 | 124 |
| |
127 | 125 |
| |
| |||
137 | 135 |
| |
138 | 136 |
| |
139 | 137 |
| |
140 |
| - | |
141 |
| - | |
142 |
| - | |
143 |
| - | |
| 138 | + | |
| 139 | + | |
144 | 140 |
| |
145 | 141 |
| |
146 | 142 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
353 | 353 |
| |
354 | 354 |
| |
355 | 355 |
| |
356 |
| - | |
357 |
| - | |
358 |
| - | |
359 |
| - | |
360 |
| - | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
361 | 361 |
| |
362 | 362 |
| |
363 | 363 |
| |
|
+4-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
235 | 235 |
| |
236 | 236 |
| |
237 | 237 |
| |
238 |
| - | |
239 |
| - | |
240 |
| - | |
241 |
| - | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
242 | 241 |
| |
243 |
| - | |
244 |
| - | |
| 242 | + | |
245 | 243 |
| |
246 | 244 |
| |
247 | 245 |
| |
|
+3-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
100 | 98 |
| |
101 | 99 |
| |
102 | 100 |
| |
|
0 commit comments