This repository was archived by the owner on May 28, 2025. It is now read-only.
forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit 28f13ad
Auto merge of rust-lang#133502 - lcnr:rust4, r=<try>
[DO NOT MERGE] bootstrap with `-Znext-solver=globally`
A revival of rust-lang#124812.
Current status:
~~`./x.py b --stage 2` passes 🎉~~
`try` builds succeed 🎉 🎉 🎉
[first perf run](rust-lang#133502 (comment)) 👻
### crater
This does not detect hangs or memory issues.
| date | #crates | #regressions |
| ---- | ------- | ------------ |
| 2025年04月11日 | 100 | 2 |
| 2025年04月11日 | 1000 | 27 |
| 2025年04月17日 | 10000 | 456 |
| 2025年04月18日 | 10000 | 437 |
| 2025年04月24日 | 10000 | 164 |
| 2025年04月26日 | 10000 | 108 |
| 2025年04月28日 | 10000 | 91 |
| 2025年05月01日 | 10000 | 145 woops |
| 2025年05月03日 | 624228[^1] | 1585 |
| 2025年05月05日 | 8964[^2] | 931 |
[^1]: a complete crater run
[^2]: only testing crates which may have regressed from the above run
### in-flight changes
- rust-lang#140561
- rust-lang#140672
- rust-lang#140678
- rust-lang#136997
- rust-lang#139587
- rust-lang#140497
- rust-lang#124852, unsure whether I actually want to land this PR for now
- https://github.com/lcnr/rust/tree/opaque-type-method-call
- rust-lang#140260
- rust-lang#140375
- rust-lang#140405
- rust-lang#140496
- double recursion limit in the new solver
r? `@ghost`File tree
173 files changed
+3722
-2982
lines changed- compiler
- rustc_borrowck
- src
- diagnostics
- region_infer
- type_check
- rustc_data_structures/src
- rustc_hir_analysis/src
- check
- hir_ty_lowering
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_infer/src/infer
- canonical
- opaque_types
- outlives
- relate
- snapshot
- rustc_lint/src
- rustc_middle/src
- infer
- traits
- ty
- print
- rustc_next_trait_solver/src
- solve
- assembly
- eval_ctxt
- normalizes_to
- rustc_session/src
- rustc_trait_selection/src
- error_reporting
- infer
- traits
- solve
- fulfill
- traits
- query
- rustc_ty_utils/src
- rustc_type_ir/src
- solve
- ty_kind
- src/tools/clippy/clippy_utils/src/ty
- tests
- crashes
- ui
- associated-inherent-types/bugs
- async-await/async-closures
- closures
- deduce-signature
- print
- coherence
- const-generics
- generic_const_exprs
- dyn-compatibility
- higher-ranked/leak-check
- impl-trait
- inference/need_type_info
- issues
- lazy-type-alias-impl-trait
- lazy-type-alias
- lint
- methods
- nll/member-constraints
- repeat-expr
- span
- stability-attribute
- traits
- bound
- next-solver
- normalize
- opaques
- type-alias-impl-trait
- typeck
- issue-114918
- unboxed-closures
- wf
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
173 files changed
+3722
-2982
lines changedLines changed: 0 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
156 | 156 |
| |
157 | 157 |
| |
158 | 158 |
| |
159 | - | ||
160 | - | ||
161 | - | ||
162 | - | ||
163 | - | ||
164 | - | ||
165 | 159 |
| |
166 | 160 |
| |
167 | 161 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 | - | ||
18 | + | ||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| |||
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
104 | - | ||
105 | - | ||
104 | + | ||
105 | + | ||
106 | 106 |
|
Lines changed: 2 additions & 42 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 | - | ||
5 | 4 |
| |
6 | 5 |
| |
7 | 6 |
| |
| |||
317 | 316 |
| |
318 | 317 |
| |
319 | 318 |
| |
320 | - | ||
321 | 319 |
| |
322 | - | ||
320 | + | ||
323 | 321 |
| |
324 | 322 |
| |
325 | 323 |
| |
| |||
328 | 326 |
| |
329 | 327 |
| |
330 | 328 |
| |
331 | - | ||
332 | - | ||
333 | - | ||
334 | - | ||
335 | - | ||
336 | - | ||
337 | - | ||
338 | - | ||
339 | - | ||
340 | - | ||
341 | - | ||
342 | - | ||
343 | - | ||
344 | - | ||
345 | - | ||
346 | - | ||
347 | - | ||
348 | - | ||
349 | - | ||
350 | - | ||
351 | - | ||
352 | - | ||
353 | - | ||
354 | - | ||
355 | - | ||
356 | - | ||
357 | - | ||
358 | - | ||
359 | - | ||
360 | - | ||
361 | - | ||
362 | - | ||
363 | - | ||
364 | - | ||
365 | - | ||
366 | - | ||
367 | - | ||
368 | - | ||
369 | - | ||
329 | + | ||
370 | 330 |
| |
371 | 331 |
| |
372 | 332 |
| |
|
Lines changed: 0 additions & 43 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 | - | ||
27 | 26 |
| |
28 | 27 |
| |
29 | 28 |
| |
| |||
84 | 83 |
| |
85 | 84 |
| |
86 | 85 |
| |
87 | - | ||
88 | - | ||
89 | - | ||
90 | 86 |
| |
91 | 87 |
| |
92 | 88 |
| |
| |||
108 | 104 |
| |
109 | 105 |
| |
110 | 106 |
| |
111 | - | ||
112 | - | ||
113 | - | ||
114 | - | ||
115 | - | ||
116 | - | ||
117 | - | ||
118 | - | ||
119 | - | ||
120 | - | ||
121 | - | ||
122 | - | ||
123 | 107 |
| |
124 | 108 |
| |
125 | 109 |
| |
| |||
312 | 296 |
| |
313 | 297 |
| |
314 | 298 |
| |
315 | - | ||
316 | - | ||
317 | - | ||
318 | 299 |
| |
319 | 300 |
| |
320 | 301 |
| |
| |||
364 | 345 |
| |
365 | 346 |
| |
366 | 347 |
| |
367 | - | ||
368 | - | ||
369 | - | ||
370 | - | ||
371 | - | ||
372 | - | ||
373 | - | ||
374 | - | ||
375 | - | ||
376 | - | ||
377 | - | ||
378 | - | ||
379 | - | ||
380 | - | ||
381 | - | ||
382 | - | ||
383 | - | ||
384 | - | ||
385 | - | ||
386 | - | ||
387 | - | ||
388 | - | ||
389 | - | ||
390 | - | ||
391 | 348 |
| |
392 | 349 |
| |
393 | 350 |
| |
|
0 commit comments