File tree
93 files changed
+1147
-771
lines changed- .github/workflows
- compiler
- rustc_ast/src
- util
- rustc_borrowck/src/region_infer
- rustc_codegen_cranelift/src/driver
- rustc_codegen_llvm/src/llvm
- rustc_codegen_ssa/src/back
- rustc_driver_impl/src
- rustc_errors
- src
- rustc_feature/src
- rustc_hir/src
- rustc_hir_analysis/src
- coherence
- rustc_hir_typeck/src/method
- rustc_interface/src
- rustc_lint/src
- rustc_llvm/llvm-wrapper
- rustc_metadata/src
- rmeta
- rustc_middle/src
- middle
- ty
- rustc_mir_transform/src/coverage
- spans
- rustc_parse/src/parser
- rustc_passes
- src
- rustc_session/src
- rustc_span/src
- rustc_trait_selection/src/error_reporting/traits
- library
- core/src
- future
- mem
- ptr
- slice
- std/src
- os/windows
- process
- sys/pal
- unix
- windows
- thread
- src
- bootstrap/src/utils
- ci
- docker
- host-aarch64/dist-aarch64-linux
- host-x86_64
- dist-aarch64-linux
- dist-i686-linux
- dist-powerpc64le-linux
- dist-x86_64-linux
- x86_64-gnu-llvm-18
- x86_64-gnu-llvm-19
- x86_64-gnu-tools
- github-actions
- tools/miri/src
- tests
- codegen/asm
- ui
- dyn-star
- errors
- lint
- self
- structs
- traits
- ui-fulldeps
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
93 files changed
+1147
-771
lines changedDiff for: .github/workflows/ci.yml
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 |
| - | |
| 49 | + | |
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
| |||
243 | 243 |
| |
244 | 244 |
| |
245 | 245 |
| |
246 |
| - | |
| 246 | + | |
247 | 247 |
| |
248 | 248 |
| |
249 | 249 |
| |
|
Diff for: .github/workflows/dependencies.yml
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
| 50 | + | |
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
| |||
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
97 |
| - | |
| 97 | + | |
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
|
Diff for: Cargo.lock
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3722 | 3722 |
| |
3723 | 3723 |
| |
3724 | 3724 |
| |
| 3725 | + | |
3725 | 3726 |
| |
3726 | 3727 |
| |
3727 | 3728 |
| |
|
Diff for: compiler/rustc_ast/src/ast.rs
+8-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1322 | 1322 |
| |
1323 | 1323 |
| |
1324 | 1324 |
| |
1325 |
| - | |
1326 |
| - | |
| 1325 | + | |
| 1326 | + | |
| 1327 | + | |
| 1328 | + | |
| 1329 | + | |
| 1330 | + | |
| 1331 | + | |
1327 | 1332 |
| |
1328 | 1333 |
| |
1329 |
| - | |
1330 | 1334 |
| |
1331 | 1335 |
| |
1332 | 1336 |
| |
| |||
1360 | 1364 |
| |
1361 | 1365 |
| |
1362 | 1366 |
| |
| 1367 | + | |
1363 | 1368 |
| |
1364 | 1369 |
| |
1365 | 1370 |
| |
|
Diff for: compiler/rustc_ast/src/util/parser.rs
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
231 | 231 |
| |
232 | 232 |
| |
233 | 233 |
| |
234 |
| - | |
235 |
| - | |
| 234 | + | |
236 | 235 |
| |
237 | 236 |
| |
238 | 237 |
| |
|
+6-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
795 | 795 |
| |
796 | 796 |
| |
797 | 797 |
| |
798 |
| - | |
799 | 798 |
| |
800 | 799 |
| |
801 | 800 |
| |
| |||
823 | 822 |
| |
824 | 823 |
| |
825 | 824 |
| |
826 |
| - | |
827 |
| - | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
828 | 828 |
| |
829 | 829 |
| |
830 | 830 |
| |
831 | 831 |
| |
| 832 | + | |
832 | 833 |
| |
833 | 834 |
| |
834 | 835 |
| |
| |||
853 | 854 |
| |
854 | 855 |
| |
855 | 856 |
| |
| 857 | + | |
| 858 | + | |
856 | 859 |
| |
857 | 860 |
| |
858 | 861 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
294 | 294 |
| |
295 | 295 |
| |
296 | 296 |
| |
297 |
| - | |
| 297 | + | |
298 | 298 |
| |
299 | 299 |
| |
300 | 300 |
| |
|
-28
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 |
| - | |
63 |
| - | |
64 |
| - | |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 |
| - | |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 | 59 |
| |
79 | 60 |
| |
80 | 61 |
| |
| |||
2347 | 2328 |
| |
2348 | 2329 |
| |
2349 | 2330 |
| |
2350 |
| - | |
2351 |
| - | |
2352 |
| - | |
2353 |
| - | |
2354 |
| - | |
2355 |
| - | |
2356 |
| - | |
2357 |
| - | |
2358 |
| - | |
2359 | 2331 |
| |
2360 | 2332 |
| |
2361 | 2333 |
| |
|
+13-14
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| |||
234 | 234 |
| |
235 | 235 |
| |
236 | 236 |
| |
237 |
| - | |
238 |
| - | |
239 | 237 |
| |
240 | 238 |
| |
241 | 239 |
| |
| |||
261 | 259 |
| |
262 | 260 |
| |
263 | 261 |
| |
264 |
| - | |
265 |
| - | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
266 | 265 |
| |
267 | 266 |
| |
268 | 267 |
| |
| |||
624 | 623 |
| |
625 | 624 |
| |
626 | 625 |
| |
627 |
| - | |
| 626 | + | |
628 | 627 |
| |
629 | 628 |
| |
630 | 629 |
| |
| |||
1039 | 1038 |
| |
1040 | 1039 |
| |
1041 | 1040 |
| |
1042 |
| - | |
1043 |
| - | |
| 1041 | + | |
| 1042 | + | |
1044 | 1043 |
| |
1045 | 1044 |
| |
1046 | 1045 |
| |
1047 | 1046 |
| |
1048 | 1047 |
| |
1049 |
| - | |
1050 |
| - | |
| 1048 | + | |
| 1049 | + | |
1051 | 1050 |
| |
1052 | 1051 |
| |
1053 | 1052 |
| |
1054 | 1053 |
| |
1055 | 1054 |
| |
1056 | 1055 |
| |
1057 |
| - | |
| 1056 | + | |
1058 | 1057 |
| |
1059 | 1058 |
| |
1060 | 1059 |
| |
| |||
2361 | 2360 |
| |
2362 | 2361 |
| |
2363 | 2362 |
| |
2364 |
| - | |
2365 |
| - | |
| 2363 | + | |
| 2364 | + | |
2366 | 2365 |
| |
2367 | 2366 |
| |
2368 | 2367 |
| |
| |||
2754 | 2753 |
| |
2755 | 2754 |
| |
2756 | 2755 |
| |
2757 |
| - | |
| 2756 | + | |
2758 | 2757 |
| |
2759 | 2758 |
| |
2760 | 2759 |
| |
|
+1-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1744 | 1744 |
| |
1745 | 1745 |
| |
1746 | 1746 |
| |
1747 |
| - | |
1748 |
| - | |
1749 |
| - | |
1750 |
| - | |
1751 | 1747 |
| |
1752 | 1748 |
| |
1753 | 1749 |
| |
1754 |
| - | |
1755 |
| - | |
| 1750 | + | |
1756 | 1751 |
| |
1757 | 1752 |
| |
1758 | 1753 |
| |
|
+2-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 | 7 |
| |
9 | 8 |
| |
10 | 9 |
| |
| |||
311 | 310 |
| |
312 | 311 |
| |
313 | 312 |
| |
314 |
| - | |
315 |
| - | |
316 |
| - | |
| 313 | + | |
317 | 314 |
| |
318 | 315 |
| |
319 | 316 |
| |
| |||
324 | 321 |
| |
325 | 322 |
| |
326 | 323 |
| |
327 |
| - | |
328 |
| - | |
329 |
| - | |
| 324 | + | |
330 | 325 |
| |
331 | 326 |
| |
332 | 327 |
| |
|
Diff for: compiler/rustc_errors/Cargo.toml
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
|
Diff for: compiler/rustc_errors/src/emitter.rs
+8-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| 22 | + | |
22 | 23 |
| |
23 | 24 |
| |
24 | 25 |
| |
| |||
1698 | 1699 |
| |
1699 | 1700 |
| |
1700 | 1701 |
| |
| 1702 | + | |
| 1703 | + | |
| 1704 | + | |
| 1705 | + | |
| 1706 | + | |
1701 | 1707 |
| |
1702 | 1708 |
| |
1703 |
| - | |
| 1709 | + | |
1704 | 1710 |
| |
1705 | 1711 |
| |
1706 | 1712 |
| |
| |||
1709 | 1715 |
| |
1710 | 1716 |
| |
1711 | 1717 |
| |
1712 |
| - | |
| 1718 | + | |
1713 | 1719 |
| |
1714 | 1720 |
| |
1715 | 1721 |
| |
|
+10-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
912 | 912 |
| |
913 | 913 |
| |
914 | 914 |
| |
915 |
| - | |
| 915 | + | |
916 | 916 |
| |
917 | 917 |
| |
918 | 918 |
| |
919 | 919 |
| |
| 920 | + | |
| 921 | + | |
| 922 | + | |
| 923 | + | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
920 | 929 |
| |
921 | 930 |
| |
922 | 931 |
| |
|
0 commit comments