File tree
432 files changed
+5132
-3278
lines changed- compiler
- rustc_abi/src
- rustc_arena/src
- rustc_ast_passes/src
- rustc_borrowck/src
- constraints
- diagnostics
- polonius
- type_check
- liveness
- rustc_builtin_macros/src
- rustc_codegen_cranelift/src/intrinsics
- rustc_codegen_gcc/src
- intrinsic
- rustc_codegen_llvm/src
- back
- rustc_codegen_ssa
- src
- back
- mir
- rustc_const_eval
- src
- check_consts
- interpret
- rustc_driver_impl/src
- rustc_error_codes/src/error_codes
- rustc_expand/src
- rustc_feature/src
- rustc_hir_typeck/src
- fn_ctxt
- rustc_interface/src
- rustc_lint/src
- rustc_lint_defs/src
- rustc_middle/src
- mir
- ty
- rustc_mir_build
- src
- build/custom
- parse
- thir/pattern
- rustc_mir_dataflow/src
- impls
- rustc_mir_transform/src
- rustc_parse/src/parser
- rustc_passes/src
- rustc_privacy/src
- rustc_query_impl/src
- rustc_session
- src
- rustc_target/src/spec/targets
- rustc_trait_selection/src
- error_reporting
- infer
- traits
- traits
- query
- rustc_transmute/src/layout
- rustc_ty_utils/src
- rustc_type_ir/src
- library
- alloc
- src
- vec
- tests
- core
- src
- intrinsics
- iter/adapters
- ptr
- slice
- tests
- panic_unwind/src
- portable-simd/crates/core_simd/src
- std/src
- collections/hash
- io/buffered
- bufreader
- src
- bootstrap
- defaults
- src
- core
- build_steps
- config
- utils
- ci
- docker/host-x86_64/x86_64-gnu-llvm-19
- github-actions
- doc/unstable-book/src/language-features
- librustdoc/html/render
- tools
- clippy
- clippy_config/src
- clippy_lints/src
- tests/ui
- missing_const_for_fn
- miri
- src
- concurrency
- intrinsics
- shims
- unix
- tests
- fail/data_race
- pass
- concurrency
- intrinsics
- pass-dep/libc
- tidy/src
- tests
- assembly
- codegen
- enum
- coverage
- auxiliary
- crashes
- incremental
- mir-opt
- pre-codegen
- ui
- async-await/async-closures
- coherence
- const-generics/issues
- consts
- auxiliary
- const-eval
- heap
- const-extern-fn
- const-mut-refs
- control-flow
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
432 files changed
+5132
-3278
lines changedDiff for: compiler/rustc_abi/src/lib.rs
+8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
781 | 781 |
| |
782 | 782 |
| |
783 | 783 |
| |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
784 | 792 |
| |
785 | 793 |
| |
786 | 794 |
| |
|
Diff for: compiler/rustc_arena/src/lib.rs
+14-14
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
614 | 614 |
| |
615 | 615 |
| |
616 | 616 |
| |
617 |
| - | |
| 617 | + | |
618 | 618 |
| |
619 |
| - | |
620 |
| - | |
| 619 | + | |
| 620 | + | |
621 | 621 |
| |
622 |
| - | |
| 622 | + | |
623 | 623 |
| |
624 | 624 |
| |
625 | 625 |
| |
626 | 626 |
| |
627 | 627 |
| |
628 | 628 |
| |
629 |
| - | |
| 629 | + | |
630 | 630 |
| |
631 | 631 |
| |
632 | 632 |
| |
633 | 633 |
| |
634 |
| - | |
635 |
| - | |
| 634 | + | |
| 635 | + | |
636 | 636 |
| |
637 |
| - | |
| 637 | + | |
638 | 638 |
| |
639 | 639 |
| |
640 | 640 |
| |
641 | 641 |
| |
642 | 642 |
| |
643 | 643 |
| |
644 |
| - | |
| 644 | + | |
645 | 645 |
| |
646 | 646 |
| |
647 | 647 |
| |
| |||
651 | 651 |
| |
652 | 652 |
| |
653 | 653 |
| |
654 |
| - | |
655 |
| - | |
| 654 | + | |
| 655 | + | |
656 | 656 |
| |
657 |
| - | |
| 657 | + | |
658 | 658 |
| |
659 | 659 |
| |
660 | 660 |
| |
| |||
667 | 667 |
| |
668 | 668 |
| |
669 | 669 |
| |
670 |
| - | |
| 670 | + | |
671 | 671 |
| |
672 | 672 |
| |
673 | 673 |
| |
| |||
691 | 691 |
| |
692 | 692 |
| |
693 | 693 |
| |
694 |
| - | |
| 694 | + | |
695 | 695 |
| |
696 | 696 |
| |
697 | 697 |
| |
|
+6-19
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
78 |
| - | |
| 78 | + | |
79 | 79 |
| |
80 | 80 |
| |
81 |
| - | |
82 |
| - | |
83 |
| - | |
84 |
| - | |
85 |
| - | |
86 |
| - | |
87 |
| - | |
88 |
| - | |
89 |
| - | |
90 |
| - | |
91 |
| - | |
92 |
| - | |
93 |
| - | |
94 | 81 |
| |
95 | 82 |
| |
96 | 83 |
| |
| |||
110 | 97 |
| |
111 | 98 |
| |
112 | 99 |
| |
113 |
| - | |
| 100 | + | |
114 | 101 |
| |
115 |
| - | |
| 102 | + | |
116 | 103 |
| |
117 | 104 |
| |
118 | 105 |
| |
| |||
239 | 226 |
| |
240 | 227 |
| |
241 | 228 |
| |
242 |
| - | |
| 229 | + | |
243 | 230 |
| |
244 | 231 |
| |
245 | 232 |
| |
| |||
341 | 328 |
| |
342 | 329 |
| |
343 | 330 |
| |
344 |
| - | |
| 331 | + | |
345 | 332 |
| |
346 | 333 |
| |
347 | 334 |
| |
| |||
446 | 433 |
| |
447 | 434 |
| |
448 | 435 |
| |
449 |
| - | |
| 436 | + | |
450 | 437 |
| |
451 | 438 |
| |
452 | 439 |
| |
|
+20-20
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
100 |
| - | |
101 |
| - | |
102 |
| - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
103 | 103 |
| |
104 |
| - | |
| 104 | + | |
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
| |||
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
133 |
| - | |
134 |
| - | |
135 |
| - | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
141 |
| - | |
| 141 | + | |
142 | 142 |
| |
143 | 143 |
| |
144 | 144 |
| |
| |||
171 | 171 |
| |
172 | 172 |
| |
173 | 173 |
| |
174 |
| - | |
175 |
| - | |
176 |
| - | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
177 | 177 |
| |
178 | 178 |
| |
179 | 179 |
| |
180 |
| - | |
| 180 | + | |
181 | 181 |
| |
182 | 182 |
| |
183 | 183 |
| |
184 | 184 |
| |
185 | 185 |
| |
186 |
| - | |
187 |
| - | |
| 186 | + | |
| 187 | + | |
188 | 188 |
| |
189 | 189 |
| |
190 | 190 |
| |
191 | 191 |
| |
192 | 192 |
| |
193 | 193 |
| |
194 | 194 |
| |
195 |
| - | |
| 195 | + | |
196 | 196 |
| |
197 | 197 |
| |
198 | 198 |
| |
199 | 199 |
| |
200 | 200 |
| |
201 | 201 |
| |
202 |
| - | |
203 |
| - | |
| 202 | + | |
| 203 | + | |
204 | 204 |
| |
205 | 205 |
| |
206 |
| - | |
| 206 | + | |
207 | 207 |
| |
208 | 208 |
| |
209 | 209 |
| |
210 | 210 |
| |
211 | 211 |
| |
212 | 212 |
| |
213 | 213 |
| |
214 |
| - | |
| 214 | + | |
215 | 215 |
| |
216 | 216 |
| |
217 | 217 |
| |
218 | 218 |
| |
219 | 219 |
| |
220 | 220 |
| |
221 | 221 |
| |
222 |
| - | |
| 222 | + | |
223 | 223 |
| |
224 | 224 |
| |
225 | 225 |
| |
|
Diff for: compiler/rustc_borrowck/src/dataflow.rs
+10-10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
115 |
| - | |
| 115 | + | |
116 | 116 |
| |
117 | 117 |
| |
118 |
| - | |
119 |
| - | |
| 118 | + | |
| 119 | + | |
120 | 120 |
| |
121 | 121 |
| |
122 | 122 |
| |
123 |
| - | |
124 |
| - | |
| 123 | + | |
| 124 | + | |
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
| |||
224 | 224 |
| |
225 | 225 |
| |
226 | 226 |
| |
227 |
| - | |
| 227 | + | |
228 | 228 |
| |
229 | 229 |
| |
230 |
| - | |
231 |
| - | |
| 230 | + | |
| 231 | + | |
232 | 232 |
| |
233 | 233 |
| |
234 | 234 |
| |
235 | 235 |
| |
236 |
| - | |
237 |
| - | |
| 236 | + | |
| 237 | + | |
238 | 238 |
| |
239 | 239 |
| |
240 | 240 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3553 | 3553 |
| |
3554 | 3554 |
| |
3555 | 3555 |
| |
3556 |
| - | |
| 3556 | + | |
3557 | 3557 |
| |
3558 | 3558 |
| |
3559 | 3559 |
| |
|
+7-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
25 |
| - | |
26 |
| - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
| |||
93 | 93 |
| |
94 | 94 |
| |
95 | 95 |
| |
96 |
| - | |
97 |
| - | |
| 96 | + | |
| 97 | + | |
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
109 |
| - | |
| 109 | + | |
110 | 110 |
| |
111 | 111 |
| |
112 | 112 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
558 | 558 |
| |
559 | 559 |
| |
560 | 560 |
| |
561 |
| - | |
| 561 | + | |
562 | 562 |
| |
563 | 563 |
| |
564 | 564 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
| 46 | + | |
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
| |||
212 | 212 |
| |
213 | 213 |
| |
214 | 214 |
| |
215 |
| - | |
| 215 | + | |
216 | 216 |
| |
217 | 217 |
| |
218 | 218 |
| |
|
0 commit comments