-
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 #112817
Rollup of 8 pull requests #112817
Conversation
…mpossible item bounds
Formatting has been enforced in cg_clif's CI for a while now.
…sg, r=b-naber Better error for non const `PartialEq` call generated by `match` Resolves rust-lang#90237
…ulacrum Fix python linting errors These were flagged by `ruff`, run using the config in rust-lang#112482
…pitit, r=b-naber Suggest correct signature on missing fn returning RPITIT/AFIT Add `async` and unpeel the future's output type if the function is async Fixes rust-lang#108195
Alter `Display` for `Ipv6Addr` for IPv4-compatible addresses ACP: rust-lang/libs-team#239
…erlaps-hidden, r=lcnr Don't consider TAIT normalizable to hidden ty if it would result in impossible item bounds See test for example where we shouldn't consider it possible to alias-relate a TAIT and hidden type. r? `@lcnr`
…=jyn514 Add gha problem matcher These regexes capture rustfmt errors, panics and regular Rust errors in CI and automatically add messages in the diff view. This should make it simpler to quickly see what went wrong without having to scroll through CI logs. We can fine tune the regexes or add more matchers after having a look at how it actually works in practice The relevant documentation can be found at https://github.com/actions/toolkit/blob/main/docs/problem-matchers.md r? `@jyn514`
…-check, r=notriddle Clean up "doc(hidden)" check It makes the code reading a bit better but putting away the logic inside a common method. r? `@notriddle`
…-errors Format the examples directory of cg_clif Formatting has been enforced in cg_clif's CI for a while now.
@bors r+ rollup=never p=8 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: 14803bda0e In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (d7dcadc): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. 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: 655.501s -> 657.295s (0.27%) |
Successful merges:
PartialEq
call generated bymatch
#112232 (Better error for non constPartialEq
call generated bymatch
)Display
forIpv6Addr
for IPv4-compatible addresses #112606 (AlterDisplay
forIpv6Addr
for IPv4-compatible addresses)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup