Skip to content

Rustup #4355

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

Merged
merged 12 commits into from
May 29, 2025
Merged

Rustup #4355

merged 12 commits into from
May 29, 2025

Conversation

RalfJung
Copy link
Member

Veykril and others added 12 commits May 22, 2025 05:32
fix: Fix cache problems with lints level
minor: Support `transmute_unchecked` intrinsic for mir-eval
fixes: ide-assists, generate_new indent loses
Change import prefix default to be by crate
…ndent

fix: ide-assists, generate mut trait impl indent
Disable libunwind cross-architecture unwinding

Building with _LIBUNWIND_IS_NATIVE_ONLY disables code for cross-architecture unwinding It also enables some additional code that handles PAC-specific unwind info it helps compiling with the -mbranch-protection=pac or -mbranch-protection=standard flags

This fixes build with clang/musl on aarch64
…r=Kobzol

ci: move dist-x86_64-linux job to codebuild
ci: move tests from x86_64-gnu-llvm-19 job to aarch64
Subtree update of `rust-analyzer`

r? `@ghost`
add additional `TypeFlags` fast paths

Some crates, e.g. `diesel`, have items with a lot of where-clauses (more than 150). In these cases checking the `TypeFlags` of the whole `param_env` can be very beneficial.

This adds `fn fold_clauses` to mirror the existing `fn visit_clauses` and then uses this in folders which fold `ParamEnv`s.

Split out from rust-lang/rust#141451, depends on rust-lang/rust#141442.

r? `@compiler-errors`
@RalfJung RalfJung enabled auto-merge May 29, 2025 09:52
@RalfJung RalfJung added this pull request to the merge queue May 29, 2025
Merged via the queue into rust-lang:master with commit 0f2c8fb May 29, 2025
8 checks passed
@RalfJung RalfJung deleted the rustup branch May 29, 2025 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants