-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rollup of 8 pull requests #115929
Rollup of 8 pull requests #115929
Conversation
The 22.10 Ubuntu repositories were returning 404s in last stable build.
issue has since been fixed
Add myself to the mailmap
…crum Make AIX known by bootstrap Use `x.py` to build rustc on AIX directly is failing ``` unknown OS type: AIX Build completed unsuccessfully in 0:00:00 ``` If kernel is `AIX`, we should return default triple `powerpc64-ibm-aix` for current rustc.
inspect: closer to proof trees for coherence a continuation of rust-lang#115751. Now explicitly store the added goals r? ```@compiler-errors```
…arsan68 Fix up a few CI images This forward-ports changes made on the stable branch to fix CI (rust-lang#115787).
…r-errors nop_lift macros: ensure that we are using the right interner Right now someone could put down the wrong list name when using these macros, and everything would still build. Nothing does a type-check to ensure that the `$set` contains element of type `Self::Lifted`. Let's fix that. For lists this is fairly easy; for the other interners we need to unwrap some newtypes which makes this more complicated.
Do not clone MIR for const-prop lint. Addresses rust-lang#115797 (comment)
Add me as on vacation
@bors r+ rollup=never p=8 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: 078eb1120a In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (de68911): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 633.305s -> 634.379s (0.17%) |
Successful merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup