-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 #104600
Rollup of 8 pull requests #104600
Conversation
This commit is aimed at making compiler generated entry functions (Basically just C `main` right now) more generic so other targets can do similar things for custom entry. This was initially implemented as part of rust-lang#100316. Currently, this moves the entry function name and Call convention to the target spec. Signed-off-by: Ayush Singh <ayushsingh1325@gmail.com>
This is a continuation of 9f0a862 for gcc. Signed-off-by: Ayush Singh <ayushsingh1325@gmail.com>
This is a continuation of 9f0a862 for cranelift. Signed-off-by: Ayush Singh <ayushsingh1325@gmail.com>
Improve generating Custom entry function This commit is aimed at making compiler-generated entry functions (Basically just C `main` right now) more generic so other targets can do similar things for custom entry. This was initially implemented as part of rust-lang#100316. Currently, this moves the entry function name and Call convention to the target spec. Signed-off-by: Ayush Singh <ayushsingh1325@gmail.com>
…rors nll: correctly deal with bivariance fixes rust-lang#104409 when in a bivariant context, relating stuff should always trivially succeed. Also changes the mir validator to correctly deal with higher ranked regions. r? types cc ``@RalfJung``
…atklad Properly link `{Once,Lazy}{Cell,Lock}` in docs See rust-lang#74465 (comment)
…homcc Improve accuracy of asinh and acosh This PR addresses the inaccuracy of `asinh` and `acosh` identified by the [Herbie](http://herbie.uwplse.org/) tool, `@pavpanchekha,` `@finnbear` in rust-lang#104548. It also adds a couple tests that failed in the existing implementations and now pass. Closes rust-lang#104548 r? rust-lang/libs
Use `ErrorGuaranteed::unchecked_claim_error_was_emitted` less there are only like 3 or 4 call sites left after this but it wasnt obvious to me how to remove them
…oli-obk couple of clippy::perf fixes
deduplicate tests originally added in rust-lang#100514. Using revisions for this reduces the amount of tests in the repo
…ide-sugg, r=compiler-errors diagnostics: only show one suggestion for method -> assoc fn Fixes rust-lang#102354
@bors r+ rollup=never p=5 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: becc24a23a In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (2f8d804): comparison URL. Overall result: ❌ regressions - ACTION NEEDEDNext Steps: If you can justify the regressions found in this perf run, please indicate this with @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.
CyclesResultsThis 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.
|
@rust-timer build e243339f19ed4d6675ac5ee1f15043a903b2e81d |
This comment has been minimized.
This comment has been minimized.
Finished benchmarking commit (e243339f19ed4d6675ac5ee1f15043a903b2e81d): comparison URL. Overall result: ❌ regressions - ACTION NEEDEDBenchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR may lead to changes in compiler perf. Next Steps: If you can justify the regressions found in this try perf run, please indicate this with @bors rollup=never 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.
CyclesResultsThis 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.
|
At least #104411 is involved, for 2 of the 3 regressions. |
Successful merges:
{Once,Lazy}{Cell,Lock}
in docs #104528 (Properly link{Once,Lazy}{Cell,Lock}
in docs)ErrorGuaranteed::unchecked_claim_error_was_emitted
less #104554 (UseErrorGuaranteed::unchecked_claim_error_was_emitted
less)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup