File tree
301 files changed
+3728
-1842
lines changed- compiler
- rustc_ast/src
- attr
- util
- rustc_ast_lowering
- src
- rustc_ast_passes/src
- rustc_ast_pretty/src/pprust
- state
- rustc_borrowck/src
- constraints
- diagnostics
- region_infer
- rustc_builtin_macros/src
- rustc_codegen_cranelift/src
- abi
- rustc_codegen_gcc/src
- rustc_codegen_llvm/src
- back
- llvm
- rustc_codegen_ssa/src
- back
- mir
- rustc_const_eval/src
- check_consts
- const_eval
- interpret
- rustc_data_structures/src
- rustc_driver_impl/src
- rustc_expand/src/mbe
- rustc_hir/src
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_infer/src/infer/error_reporting/nice_region_error
- rustc_interface/src
- rustc_lint/src
- rustc_llvm/llvm-wrapper
- rustc_middle
- src
- middle
- mir
- interpret
- query
- ty
- print
- util
- rustc_mir_build/src
- build/expr
- thir/pattern
- rustc_mir_dataflow/src
- framework
- rustc_mir_transform/src
- inline
- rustc_monomorphize
- src
- rustc_next_trait_solver/src/solve
- assembly
- normalizes_to
- rustc_parse
- src
- parser
- rustc_passes/src
- rustc_resolve
- src
- rustc_serialize/src
- rustc_session/src
- rustc_smir/src/rustc_smir
- rustc_symbol_mangling/src
- rustc_target/src/abi/call
- rustc_trait_selection/src/traits
- error_reporting
- select
- rustc_ty_utils/src
- rustc_type_ir/src
- library
- alloc/src
- core/src
- iter/adapters
- num/dec2flt
- sync
- std/src
- io/error
- sys/pal
- unix
- windows
- src
- bootstrap/src
- bin
- utils
- doc
- unstable-book/src/compiler-flags
- librustdoc
- clean
- html
- render
- passes
- lint
- tools
- clippy/clippy_lints/src
- doc
- miri
- src
- tests/pass
- remote-test-client/src
- run-make-support/src
- rust-installer/src
- rustfmt
- src
- tests/target
- tidy/src
- tests
- assembly
- codegen
- cffi
- crashes
- mir-opt
- run-make
- dylib-chain
- dylib-soname
- emit-named-files
- inaccessible-temp-dir
- include-all-symbols-linking
- issue-47384
- msvc-opt-minsize
- rlib-chain
- rustdoc-io-error
- test-harness
- rustdoc-ui
- ui
- associated-type-bounds/return-type-notation
- async-await
- async-closures
- return-type-notation
- borrowck/alias-liveness
- closures
- 2229_closure_analysis/migrations
- codegen
- const-generics
- adt_const_params
- generic_const_exprs
- consts
- diagnostic_namespace/do_not_recommend
- feature-gates
- higher-ranked
- imports
- issues
- issue-37311-type-length-limit
- iterators
- linkage-attr
- recursion
- rfcs/rfc-2632-const-trait-impl
- rust-2024/unsafe-extern-blocks
- self
- sized
- traits
- associated_type_bound
- next-solver
- unpretty
- ui-fulldeps
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
301 files changed
+3728
-1842
lines changedLines changed: 21 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3141 | 3141 |
| |
3142 | 3142 |
| |
3143 | 3143 |
| |
3144 |
| - | |
| 3144 | + | |
| 3145 | + | |
| 3146 | + | |
| 3147 | + | |
| 3148 | + | |
| 3149 | + | |
| 3150 | + | |
| 3151 | + | |
| 3152 | + | |
| 3153 | + | |
| 3154 | + | |
| 3155 | + | |
| 3156 | + | |
3145 | 3157 |
| |
3146 | 3158 |
| |
3147 | 3159 |
| |
| |||
3151 | 3163 |
| |
3152 | 3164 |
| |
3153 | 3165 |
| |
| 3166 | + | |
| 3167 | + | |
| 3168 | + | |
| 3169 | + | |
| 3170 | + | |
| 3171 | + | |
3154 | 3172 |
| |
3155 | 3173 |
| |
3156 | 3174 |
| |
| |||
4604 | 4622 |
| |
4605 | 4623 |
| |
4606 | 4624 |
| |
4607 |
| - | |
| 4625 | + | |
4608 | 4626 |
| |
4609 | 4627 |
| |
4610 | 4628 |
| |
| |||
4883 | 4901 |
| |
4884 | 4902 |
| |
4885 | 4903 |
| |
| 4904 | + | |
4886 | 4905 |
| |
4887 | 4906 |
| |
4888 | 4907 |
| |
|
Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
176 | 176 |
| |
177 | 177 |
| |
178 | 178 |
| |
| 179 | + | |
| 180 | + | |
179 | 181 |
| |
180 | 182 |
| |
181 | 183 |
| |
| |||
187 | 189 |
| |
188 | 190 |
| |
189 | 191 |
| |
| 192 | + | |
190 | 193 |
| |
191 | 194 |
| |
192 | 195 |
| |
| |||
2051 | 2054 |
| |
2052 | 2055 |
| |
2053 | 2056 |
| |
2054 |
| - | |
| 2057 | + | |
2055 | 2058 |
| |
2056 | 2059 |
| |
2057 | 2060 |
| |
|
Lines changed: 8 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
204 | 204 |
| |
205 | 205 |
| |
206 | 206 |
| |
207 |
| - | |
208 |
| - | |
209 |
| - | |
210 |
| - | |
211 |
| - | |
212 |
| - | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
213 | 215 |
| |
214 | 216 |
| |
215 | 217 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
582 | 582 |
| |
583 | 583 |
| |
584 | 584 |
| |
| 585 | + | |
585 | 586 |
| |
586 | 587 |
| |
587 | 588 |
| |
|
Lines changed: 18 additions & 31 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
27 | 26 |
| |
28 | 27 |
| |
29 | 28 |
| |
| |||
180 | 179 |
| |
181 | 180 |
| |
182 | 181 |
| |
183 |
| - | |
| 182 | + | |
184 | 183 |
| |
185 | 184 |
| |
186 | 185 |
| |
187 | 186 |
| |
188 |
| - | |
189 |
| - | |
190 |
| - | |
191 |
| - | |
192 |
| - | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
193 | 191 |
| |
194 |
| - | |
| 192 | + | |
195 | 193 |
| |
196 | 194 |
| |
197 |
| - | |
| 195 | + | |
198 | 196 |
| |
199 | 197 |
| |
200 | 198 |
| |
201 |
| - | |
202 |
| - | |
203 |
| - | |
| 199 | + | |
| 200 | + | |
204 | 201 |
| |
205 | 202 |
| |
206 | 203 |
| |
207 | 204 |
| |
208 | 205 |
| |
209 | 206 |
| |
210 | 207 |
| |
211 |
| - | |
212 |
| - | |
213 |
| - | |
214 |
| - | |
215 |
| - | |
216 |
| - | |
217 |
| - | |
218 |
| - | |
| 208 | + | |
219 | 209 |
| |
220 | 210 |
| |
221 | 211 |
| |
| |||
251 | 241 |
| |
252 | 242 |
| |
253 | 243 |
| |
254 |
| - | |
255 |
| - | |
256 | 244 |
| |
257 |
| - | |
| 245 | + | |
258 | 246 |
| |
259 |
| - | |
260 |
| - | |
| 247 | + | |
261 | 248 |
| |
262 |
| - | |
263 |
| - | |
264 |
| - | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
265 | 252 |
| |
266 | 253 |
| |
267 | 254 |
| |
| |||
409 | 396 |
| |
410 | 397 |
| |
411 | 398 |
| |
412 |
| - | |
413 |
| - | |
| 399 | + | |
| 400 | + | |
414 | 401 |
| |
415 | 402 |
| |
416 | 403 |
| |
| |||
461 | 448 |
| |
462 | 449 |
| |
463 | 450 |
| |
464 |
| - | |
| 451 | + | |
465 | 452 |
| |
466 | 453 |
| |
467 | 454 |
| |
|
Lines changed: 79 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
| |||
81 | 82 |
| |
82 | 83 |
| |
83 | 84 |
| |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
84 | 161 |
| |
85 | 162 |
| |
86 | 163 |
| |
| |||
234 | 311 |
| |
235 | 312 |
| |
236 | 313 |
| |
237 |
| - | |
| 314 | + | |
238 | 315 |
| |
239 | 316 |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
609 | 609 |
| |
610 | 610 |
| |
611 | 611 |
| |
| 612 | + | |
612 | 613 |
| |
613 | 614 |
| |
614 | 615 |
| |
|
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| 39 | + | |
| 40 | + | |
| 41 | + | |
39 | 42 |
| |
40 | 43 |
| |
41 | 44 |
| |
42 | 45 |
| |
| 46 | + | |
| 47 | + | |
43 | 48 |
| |
44 | 49 |
| |
45 | 50 |
| |
|
Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
393 | 393 |
| |
394 | 394 |
| |
395 | 395 |
| |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
396 | 407 |
| |
397 | 408 |
| |
398 | 409 |
| |
|
Lines changed: 10 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
985 | 985 |
| |
986 | 986 |
| |
987 | 987 |
| |
988 |
| - | |
989 |
| - | |
990 |
| - | |
991 |
| - | |
992 |
| - | |
993 |
| - | |
994 |
| - | |
995 |
| - | |
996 |
| - | |
997 |
| - | |
998 |
| - | |
999 |
| - | |
1000 |
| - | |
1001 |
| - | |
| 988 | + | |
1002 | 989 |
| |
1003 | 990 |
| |
1004 | 991 |
| |
| |||
1010 | 997 |
| |
1011 | 998 |
| |
1012 | 999 |
| |
1013 |
| - | |
| 1000 | + | |
| 1001 | + | |
| 1002 | + | |
1014 | 1003 |
| |
1015 | 1004 |
| |
1016 | 1005 |
| |
| |||
1040 | 1029 |
| |
1041 | 1030 |
| |
1042 | 1031 |
| |
| 1032 | + | |
| 1033 | + | |
| 1034 | + | |
| 1035 | + | |
| 1036 | + | |
| 1037 | + | |
1043 | 1038 |
| |
1044 | 1039 |
| |
1045 | 1040 |
| |
|
0 commit comments