File tree
44 files changed
+697
-171
lines changed- .github/workflows
- compiler
- rustc_ast_ir/src
- rustc_const_eval/src/interpret
- rustc_driver_impl/src
- rustc_hir_analysis/src/check
- rustc_hir_typeck/src
- rustc_interface/src
- rustc_lint
- src
- rustc_metadata/src
- rmeta
- rustc_middle/src/ty
- rustc_parse/src/parser
- rustc_query_system/src/query
- rustc_span/src
- rustc_ty_utils/src
- rustc_type_ir/src
- library
- alloc/src
- core/src
- ptr
- src
- ci
- docker/host-x86_64
- x86_64-gnu-llvm-17
- x86_64-gnu-llvm-18
- github-actions
- tools
- miri
- src
- borrow_tracker
- stacked_borrows
- tree_borrows
- shims/intrinsics
- tests/pass
- tidy/src
- tests/ui
- lint
- parser
- trait-bounds
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
44 files changed
+697
-171
lines changedDiff for: .github/workflows/ci.yml
+4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
315 | 315 |
| |
316 | 316 |
| |
317 | 317 |
| |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
318 | 322 |
| |
319 | 323 |
| |
320 | 324 |
| |
|
Diff for: Cargo.lock
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4133 | 4133 |
| |
4134 | 4134 |
| |
4135 | 4135 |
| |
4136 |
| - | |
4137 | 4136 |
| |
4138 | 4137 |
| |
4139 | 4138 |
| |
|
Diff for: compiler/rustc_ast_ir/src/visit.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
|
+6-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
21 | 20 |
| |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
| |||
783 | 783 |
| |
784 | 784 |
| |
785 | 785 |
| |
786 |
| - | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
787 | 791 |
| |
788 | 792 |
| |
789 | 793 |
| |
|
+5-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
51 |
| - | |
| 50 | + | |
| 51 | + | |
52 | 52 |
| |
53 |
| - | |
| 53 | + | |
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
| |||
144 | 144 |
| |
145 | 145 |
| |
146 | 146 |
| |
147 |
| - | |
| 147 | + | |
148 | 148 |
| |
149 | 149 |
| |
150 | 150 |
| |
|
Diff for: compiler/rustc_driver_impl/src/lib.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
676 | 676 |
| |
677 | 677 |
| |
678 | 678 |
| |
| 679 | + | |
679 | 680 |
| |
680 | 681 |
| |
681 | 682 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
657 | 657 |
| |
658 | 658 |
| |
659 | 659 |
| |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
660 | 664 |
| |
661 | 665 |
| |
662 | 666 |
| |
|
+12-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| |||
437 | 437 |
| |
438 | 438 |
| |
439 | 439 |
| |
440 |
| - | |
441 |
| - | |
442 |
| - | |
443 |
| - | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
444 | 451 |
| |
445 | 452 |
| |
446 | 453 |
| |
|
Diff for: compiler/rustc_interface/src/util.rs
+16-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
104 |
| - | |
| 104 | + | |
105 | 105 |
| |
106 | 106 |
| |
107 |
| - | |
| 107 | + | |
| 108 | + | |
108 | 109 |
| |
109 | 110 |
| |
110 | 111 |
| |
| |||
128 | 129 |
| |
129 | 130 |
| |
130 | 131 |
| |
131 |
| - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
132 | 145 |
| |
133 | 146 |
| |
134 | 147 |
| |
|
Diff for: compiler/rustc_lint/Cargo.toml
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
27 | 26 |
| |
28 | 27 |
| |
29 | 28 |
|
+21-13
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 |
| - | |
7 | 5 |
| |
8 | 6 |
| |
9 | 7 |
| |
| |||
85 | 83 |
| |
86 | 84 |
| |
87 | 85 |
| |
88 |
| - | |
| 86 | + | |
89 | 87 |
| |
90 | 88 |
| |
91 | 89 |
| |
| |||
114 | 112 |
| |
115 | 113 |
| |
116 | 114 |
| |
117 |
| - | |
118 |
| - | |
119 |
| - | |
| 115 | + | |
| 116 | + | |
120 | 117 |
| |
121 | 118 |
| |
122 |
| - | |
| 119 | + | |
123 | 120 |
| |
124 |
| - | |
| 121 | + | |
125 | 122 |
| |
126 | 123 |
| |
127 | 124 |
| |
128 | 125 |
| |
129 |
| - | |
| 126 | + | |
130 | 127 |
| |
131 | 128 |
| |
132 | 129 |
| |
133 | 130 |
| |
134 | 131 |
| |
135 |
| - | |
| 132 | + | |
| 133 | + | |
136 | 134 |
| |
137 | 135 |
| |
138 | 136 |
| |
| |||
154 | 152 |
| |
155 | 153 |
| |
156 | 154 |
| |
157 |
| - | |
| 155 | + | |
158 | 156 |
| |
159 | 157 |
| |
160 | 158 |
| |
| |||
218 | 216 |
| |
219 | 217 |
| |
220 | 218 |
| |
221 |
| - | |
222 |
| - | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
223 | 231 |
|
0 commit comments