-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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 #138310
Rollup of 8 pull requests #138310
Conversation
- Adds dangling impl diagnostics - Rename validation test from dangling_impl to dangling_iml_ref
Warn when the used toolchain looks too old for rust-analyzer
Allow unsetting default cfgs
Support tuple struct patterns for expand_rest_pattern assist
Bump minimum supported toolchain to 1.82
…gling-dyn-diagnostic feat: Add diagnostic for dangling dyn and impl
Twiddle with the `rustup` invocation on CI
Use `std::mem::{size_of, size_of_val, align_of, align_of_val}` from the prelude instead of importing or qualifying them. These functions were added to all preludes in Rust 1.80.
Use `size_of` from the prelude instead of imported
The errors are silently dropped elsewhere, which make it really hard to debug issues due to dependency download failures.
Highlight unsafe operations as unsafe, not definitions
Improve keyword completion for 'let' and 'let mut'
Fix syntax highlightingg punct filtering ignoring mods
@bors r+ rollup=never p=5 |
☀️ Test successful - checks-actions |
A job failed! Check out the build log: (web) (plain) Click to see the possible cause of the failure (guessed by this bot)
|
📌 Perf builds for each rolled up PR:
previous master: 2b285cd5f0 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (9fb94b3): 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)Results (secondary -2.2%)This 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: 779.823s -> 779.019s (-0.10%) |
Fix post-merge workflow The command is called `post-merge-report` not `post-merge-analysis`. See https://github.com/rust-lang/rust/blob/90384941aae4ea38de00e4702b50757e9b882a19/src/ci/citool/src/main.rs#L379 Noticed it failing in rust-lang#138310 (comment). r? `@Kobzol` (or `@marcoieni)`
Fix post-merge workflow The command is called `post-merge-report` not `post-merge-analysis`. See https://github.com/rust-lang/rust/blob/90384941aae4ea38de00e4702b50757e9b882a19/src/ci/citool/src/main.rs#L379 Noticed it failing in rust-lang#138310 (comment). r? ``@Kobzol`` (or ``@marcoieni)``
Rollup merge of rust-lang#138335 - jieyouxu:fix-citool, r=marcoieni Fix post-merge workflow The command is called `post-merge-report` not `post-merge-analysis`. See https://github.com/rust-lang/rust/blob/90384941aae4ea38de00e4702b50757e9b882a19/src/ci/citool/src/main.rs#L379 Noticed it failing in rust-lang#138310 (comment). r? ``@Kobzol`` (or ``@marcoieni)``
Successful merges:
llvm-tools
component re.rustc_private
linker failures related to not finding LLVM libraries #137931 (Add remark for missingllvm-tools
component re.rustc_private
linker failures related to not finding LLVM libraries)InferCtxt
toInlineAsmCtxt
to properly taint on error #138138 (PassInferCtxt
toInlineAsmCtxt
to properly taint on error)MethodCall
generation #138278 (Delegation: fix ICE with invalidMethodCall
generation)rust-analyzer
#138305 (Subtree update ofrust-analyzer
)compiler/
#138084" #138306 (Revert "Use workspace lints for crates incompiler/
Use workspace lints for crates incompiler/
#138084")r? @ghost
@rustbot modify labels: rollup
Create a similar rollup