Skip to content

Conversation

@lnicola
Copy link
Member

@lnicola lnicola commented Nov 15, 2025

Subtree update of rust-analyzer to rust-lang/rust-analyzer@c826519.

Created using https://github.com/rust-lang/josh-sync.

r? @ghost

matklad and others added 30 commits August 1, 2020 02:13
I assumer that's why there were already parentheses around the `':' Type`?
10: Allow type aliases in extern blocks r=jonas-schievink a=jonas-schievink

This is for the unstable feature rust-lang#43467, which rustc uses internally

Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
11: Allow both const & async modifiers
 r=matklad a=matklad

bors r+
🤖

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
12: Fix .gitignore
 r=matklad a=matklad

bors r+
🤖

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
I don't really look at the results of the benchmarks anyway, so having
them in the repo creates a false sense of benchmarkdness.

If I get to implementing proper benchmarking, I'd probably stay away
from criterion -- we need something much much simpler for this crate.
23: modernize r=matklad a=matklad



Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
ChayimFriedman2 and others added 26 commits November 4, 2025 16:44
fix: Fix panicking while resolving callable sigs for `AsyncFnMut`
Move safe computation out of unsafe block
fix demorgan assist to handle method call
…tmrx

lib: Bump editions to 2024 and remove legacy files
perf: Reduce memory usage of symbol index
internal: Move `SymbolsDatabase` over to new salsa style
Rename `downcast_[ref|mut]_unchecked` -> `downcast_unchecked_[ref|mut]`
perf: Only populate public items in dependency symbol index
Book>Contributing>Testing: Fix typos and distracting word choices
…x-with-modifier-block

Fix .const missing block on with modifier block
Fix not parse never type in inherent impl
Add guard support for replace_if_let_with_match
Add "msg" and "op" to hidden inlay parameter names
…ture

Fix removed feature `doc_auto_cfg` for smol_str lib
@rustbot rustbot added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-rust-analyzer Relevant to the rust-analyzer team, which will review and decide on the PR/issue. labels Nov 15, 2025
@rust-log-analyzer
Copy link
Collaborator

The job pr-check-2 failed! Check out the build log: (web) (plain enhanced) (plain)

Click to see the possible cause of the failure (guessed by this bot)
[RUSTC-TIMING] plotters_backend test:false 0.153
    Checking plotters-svg v0.3.7
[RUSTC-TIMING] plotters_svg test:false 0.089
    Checking ciborium-ll v0.2.2
[RUSTC-TIMING] ciborium_ll test:false 0.110
    Checking dirs-sys v0.5.0
[RUSTC-TIMING] dirs_sys test:false 0.092
[RUSTC-TIMING] memchr test:false 0.657
   Compiling cargo-util-schemas v0.2.0
[RUSTC-TIMING] serde_json test:false 1.082

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-rust-analyzer Relevant to the rust-analyzer team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.