File tree
121 files changed
+828
-426
lines changed- .github/workflows
- compiler
- rustc_ast_lowering/src
- rustc_borrowck/src/diagnostics
- rustc_hir/src
- rustc_hir_analysis/src/check
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_infer/src/infer/error_reporting
- rustc_lint/src
- rustc_middle/src/hir/map
- rustc_passes/src
- rustc_privacy/src
- rustc_session/src
- rustc_symbol_mangling/src/typeid
- rustc_trait_selection/src/traits/error_reporting
- rustc_ty_utils/src
- library/std/src/sync
- src/tools
- clippy
- clippy_lints/src
- casts
- loops
- matches
- methods
- types
- unit_types
- utils/internal_lints
- clippy_utils/src
- ty/type_certainty
- run-make-support/src
- tests
- codegen/sanitizer/cfi
- mir-opt
- dataflow-const-prop
- inline
- pre-codegen
- run-make
- CURRENT_RUSTC_VERSION
- a-b-a-linker-guard
- wasm-abi
- wasm-custom-section
- wasm-custom-sections-opt
- wasm-export-all-symbols
- wasm-import-module
- wasm-panic-small
- wasm-spurious-import
- wasm-stringify-ints-small
- wasm-symbols-different-module
- wasm-symbols-not-exported
- wasm-symbols-not-imported
- ui
- async-await/future-sizes
- impl-trait/in-trait
- print_type_sizes
- sanitizer
- wf
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
121 files changed
+828
-426
lines changedDiff for: .github/workflows/dependencies.yml
+6-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
| 45 | + | |
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 |
| - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
69 | 72 |
| |
70 | 73 |
| |
71 | 74 |
| |
| |||
131 | 134 |
| |
132 | 135 |
| |
133 | 136 |
| |
134 |
| - | |
| 137 | + | |
135 | 138 |
| |
136 | 139 |
| |
137 | 140 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
84 |
| - | |
| 84 | + | |
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
| |||
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
100 |
| - | |
| 100 | + | |
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
302 | 302 |
| |
303 | 303 |
| |
304 | 304 |
| |
305 |
| - | |
306 |
| - | |
| 305 | + | |
| 306 | + | |
307 | 307 |
| |
308 | 308 |
| |
309 | 309 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/lib.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2341 | 2341 |
| |
2342 | 2342 |
| |
2343 | 2343 |
| |
2344 |
| - | |
| 2344 | + | |
2345 | 2345 |
| |
2346 | 2346 |
| |
2347 | 2347 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
622 | 622 |
| |
623 | 623 |
| |
624 | 624 |
| |
625 |
| - | |
| 625 | + | |
626 | 626 |
| |
627 | 627 |
| |
628 | 628 |
| |
| |||
800 | 800 |
| |
801 | 801 |
| |
802 | 802 |
| |
803 |
| - | |
| 803 | + | |
804 | 804 |
| |
805 | 805 |
| |
806 | 806 |
| |
| |||
2124 | 2124 |
| |
2125 | 2125 |
| |
2126 | 2126 |
| |
2127 |
| - | |
| 2127 | + | |
2128 | 2128 |
| |
2129 | 2129 |
| |
2130 | 2130 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
558 | 558 |
| |
559 | 559 |
| |
560 | 560 |
| |
561 |
| - | |
| 561 | + | |
562 | 562 |
| |
563 | 563 |
| |
564 | 564 |
| |
| |||
737 | 737 |
| |
738 | 738 |
| |
739 | 739 |
| |
740 |
| - | |
| 740 | + | |
741 | 741 |
| |
742 | 742 |
| |
743 | 743 |
| |
| |||
1170 | 1170 |
| |
1171 | 1171 |
| |
1172 | 1172 |
| |
1173 |
| - | |
| 1173 | + | |
1174 | 1174 |
| |
1175 | 1175 |
| |
1176 | 1176 |
| |
|
Diff for: compiler/rustc_hir/src/hir.rs
+8-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1220 | 1220 |
| |
1221 | 1221 |
| |
1222 | 1222 |
| |
1223 |
| - | |
| 1223 | + | |
1224 | 1224 |
| |
1225 | 1225 |
| |
1226 | 1226 |
| |
| |||
1234 | 1234 |
| |
1235 | 1235 |
| |
1236 | 1236 |
| |
1237 |
| - | |
| 1237 | + | |
1238 | 1238 |
| |
1239 | 1239 |
| |
1240 | 1240 |
| |
| |||
1264 | 1264 |
| |
1265 | 1265 |
| |
1266 | 1266 |
| |
1267 |
| - | |
| 1267 | + | |
1268 | 1268 |
| |
1269 | 1269 |
| |
1270 | 1270 |
| |
| |||
1861 | 1861 |
| |
1862 | 1862 |
| |
1863 | 1863 |
| |
1864 |
| - | |
| 1864 | + | |
1865 | 1865 |
| |
1866 | 1866 |
| |
1867 | 1867 |
| |
| |||
3529 | 3529 |
| |
3530 | 3530 |
| |
3531 | 3531 |
| |
3532 |
| - | |
| 3532 | + | |
3533 | 3533 |
| |
3534 | 3534 |
| |
3535 | 3535 |
| |
| |||
3585 | 3585 |
| |
3586 | 3586 |
| |
3587 | 3587 |
| |
3588 |
| - | |
| 3588 | + | |
3589 | 3589 |
| |
3590 | 3590 |
| |
3591 | 3591 |
| |
| |||
3757 | 3757 |
| |
3758 | 3758 |
| |
3759 | 3759 |
| |
3760 |
| - | |
| 3760 | + | |
3761 | 3761 |
| |
3762 | 3762 |
| |
3763 | 3763 |
| |
| |||
3787 | 3787 |
| |
3788 | 3788 |
| |
3789 | 3789 |
| |
3790 |
| - | |
| 3790 | + | |
3791 | 3791 |
| |
3792 | 3792 |
| |
3793 | 3793 |
| |
|
Diff for: compiler/rustc_hir/src/intravisit.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
320 | 320 |
| |
321 | 321 |
| |
322 | 322 |
| |
323 |
| - | |
| 323 | + | |
324 | 324 |
| |
325 | 325 |
| |
326 | 326 |
| |
| |||
606 | 606 |
| |
607 | 607 |
| |
608 | 608 |
| |
609 |
| - | |
| 609 | + | |
610 | 610 |
| |
611 | 611 |
| |
612 | 612 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
639 | 639 |
| |
640 | 640 |
| |
641 | 641 |
| |
642 |
| - | |
643 |
| - | |
644 |
| - | |
645 |
| - | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
646 | 645 |
| |
647 | 646 |
| |
648 | 647 |
| |
|
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
123 | 123 |
| |
124 | 124 |
| |
125 | 125 |
| |
126 |
| - | |
| 126 | + | |
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
| |||
855 | 855 |
| |
856 | 856 |
| |
857 | 857 |
| |
858 |
| - | |
| 858 | + | |
859 | 859 |
| |
860 | 860 |
| |
861 | 861 |
| |
|
Diff for: compiler/rustc_hir_pretty/src/lib.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
116 |
| - | |
| 116 | + | |
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
| |||
1544 | 1544 |
| |
1545 | 1545 |
| |
1546 | 1546 |
| |
1547 |
| - | |
| 1547 | + | |
1548 | 1548 |
| |
1549 | 1549 |
| |
1550 | 1550 |
| |
|
Diff for: compiler/rustc_hir_typeck/src/_match.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
408 | 408 |
| |
409 | 409 |
| |
410 | 410 |
| |
411 |
| - | |
| 411 | + | |
412 | 412 |
| |
413 | 413 |
| |
414 | 414 |
| |
|
Diff for: compiler/rustc_hir_typeck/src/demand.rs
+5-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
299 | 299 |
| |
300 | 300 |
| |
301 | 301 |
| |
302 |
| - | |
303 |
| - | |
| 302 | + | |
| 303 | + | |
304 | 304 |
| |
305 | 305 |
| |
306 | 306 |
| |
| |||
678 | 678 |
| |
679 | 679 |
| |
680 | 680 |
| |
681 |
| - | |
| 681 | + | |
682 | 682 |
| |
683 | 683 |
| |
684 | 684 |
| |
| |||
724 | 724 |
| |
725 | 725 |
| |
726 | 726 |
| |
727 |
| - | |
| 727 | + | |
728 | 728 |
| |
729 | 729 |
| |
730 | 730 |
| |
731 |
| - | |
| 731 | + | |
732 | 732 |
| |
733 | 733 |
| |
734 | 734 |
| |
|
Diff for: compiler/rustc_hir_typeck/src/expr.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1451 | 1451 |
| |
1452 | 1452 |
| |
1453 | 1453 |
| |
1454 |
| - | |
| 1454 | + | |
1455 | 1455 |
| |
1456 | 1456 |
| |
1457 | 1457 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
371 | 371 |
| |
372 | 372 |
| |
373 | 373 |
| |
374 |
| - | |
| 374 | + | |
375 | 375 |
| |
376 | 376 |
| |
377 | 377 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1601 | 1601 |
| |
1602 | 1602 |
| |
1603 | 1603 |
| |
1604 |
| - | |
| 1604 | + | |
1605 | 1605 |
| |
1606 | 1606 |
| |
1607 | 1607 |
| |
| |||
1789 | 1789 |
| |
1790 | 1790 |
| |
1791 | 1791 |
| |
1792 |
| - | |
| 1792 | + | |
1793 | 1793 |
| |
1794 | 1794 |
| |
1795 | 1795 |
| |
|
0 commit comments