-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Insights: rust-lang/rust-analyzer
Overview
Could not load contribution data
Please try again later
2 Releases published by 1 person
-
nightly
published
Jul 7, 2025 -
2025-07-07
published
Jul 7, 2025
29 Pull requests merged by 11 people
-
chore: Remove dead field from
InferenceContext
#20184 merged
Jul 6, 2025 -
fix: Avoid .unwrap() when running the discover command
#20126 merged
Jul 6, 2025 -
Add AsMut, Borrow and BorrowMut to minicore and famous_defs
#20132 merged
Jul 6, 2025 -
fix: Fix diverging destructuring assignments
#20179 merged
Jul 6, 2025 -
hir_ty::match_check
cleanup: remove special handling for box patterns#20175 merged
Jul 6, 2025 -
remove
rust-analyzer/syntaxTree
from docs#20172 merged
Jul 5, 2025 -
Improve flycheck and build script progress reporting
#20170 merged
Jul 4, 2025 -
Skip unnecessary
eq
work inBodySourceMap
#20169 merged
Jul 4, 2025 -
Fix: Resolve HIR display length issues and improve adjustment tooltips
#20031 merged
Jul 4, 2025 -
minor: Handle match arm commas in
make::match_arm
#20168 merged
Jul 4, 2025 -
fix: Honor
rust-analyzer.cargo.noDeps
option when fetching sysroot metadata#20148 merged
Jul 4, 2025 -
Migrate
unmerge_match_arm
Assist to useSyntaxEditor
#20165 merged
Jul 4, 2025 -
fix: Fix some things with builtin derives
#20167 merged
Jul 4, 2025 -
Add
fn load_workspace_into_db
variant forra_ap_load_cargo
'sfn load_workspace
#20144 merged
Jul 3, 2025 -
fix: Incorrect closure capturing for let exprs
#20161 merged
Jul 3, 2025 -
fix: resolve item in match bind
#20120 merged
Jul 3, 2025 -
fix: Improve diagnostic ranges for
macro_calls!
#20160 merged
Jul 3, 2025 -
Always couple
--compile-time-deps
with#20159 merged
Jul 3, 2025 -
fix: Do not warn about proc-macro srv when sysroot is missing
#20158 merged
Jul 3, 2025 -
Re-enable fixpoint iteration for variance computation
#20157 merged
Jul 3, 2025 -
Bump salsa
#19923 merged
Jul 3, 2025 -
Workaround missing none group support in builtin macros
#20112 merged
Jul 3, 2025 -
Restructure proc-macro loading erros, differentiate hard error property on kind
#20156 merged
Jul 3, 2025 -
Migrate
wrap_unwrap_cfg_attr
Assist to useSyntaxEditor
#20137 merged
Jul 2, 2025 -
Migrate
toggle_macro_delimiter
Assist to useSyntaxEditor
#20136 merged
Jul 1, 2025 -
Migrate
promote_local_to_const
Assist toSyntaxEditor
#20135 merged
Jul 1, 2025 -
Migrate
replace_is_method_with_if_let_method
Assist to useSyntaxFactory
#20134 merged
Jul 1, 2025 -
Sync from downstream
#20128 merged
Jun 30, 2025
10 Pull requests opened by 6 people
-
feat: Implement `textDocument/documentColor`
#20140 opened
Jul 1, 2025 -
Add ide-assist: inline as closure
#20146 opened
Jul 2, 2025 -
Improve settings tree title and descriptions
#20154 opened
Jul 3, 2025 -
fix: Use per-token, not global, edition in the parser
#20163 opened
Jul 3, 2025 -
fix: Pass the correct per-token (not global) edition when expanding macro_rules
#20164 opened
Jul 3, 2025 -
chore: Cleanup cargo config queries
#20178 opened
Jul 5, 2025 -
fix: Always bump in the parser in `err_and_bump()`
#20180 opened
Jul 6, 2025 -
feat: Include enum variants in world symbols
#20185 opened
Jul 6, 2025 -
Add richer LSP server example (#20017)
#20187 opened
Jul 6, 2025
23 Issues closed by 7 people
-
VSCode stuck on fetching cargo metadata, even without dependencies
#20189 closed
Jul 7, 2025 -
Performance issues when working with multiple projects at the same time
#20174 closed
Jul 6, 2025 -
rust-analyzer infers incorrect type when using _ = expr
#20176 closed
Jul 6, 2025 -
check-on-save progress report should indicate when it built a test crate
#19952 closed
Jul 4, 2025 -
Incorrect expansion of `derive(Default)` for enum with generic parameter
#20166 closed
Jul 4, 2025 -
Incorrect closure capture analysis
#20155 closed
Jul 3, 2025 -
Hover returns info about wrong item, when multiple items with the same name imported
#19813 closed
Jul 3, 2025 -
Confusing error message when proc macro not built due to allTargets: false
#18528 closed
Jul 3, 2025 -
rust-analyzer.cargo.features config applied to rustc sources too when using rust-analyzer.rustcSource
#12125 closed
Jul 3, 2025 -
Salsa assertion failure `existing.iteration_count == head.iteration_count`
#19717 closed
Jul 3, 2025 -
unsafe semantic highlighting should only highlight unsafe operations and definitions
#19101 closed
Jul 3, 2025 -
beta toolchian channel has a lot of regressions
#20090 closed
Jul 3, 2025 -
Don't warn about missing proc-macro server in sysroot when there are no proc-macros in the workspace
#19679 closed
Jul 3, 2025 -
New file ignored when created outside of the editor control
#5093 closed
Jul 3, 2025 -
Don't analyze private dependencies of dependencies
#6572 closed
Jul 3, 2025 -
expected string literal error
#18686 closed
Jul 3, 2025 -
"build scripts have not been built" is shown while crates are being loaded
#20130 closed
Jul 3, 2025 -
Certain keywords inside Markdown links disappear when rendered
#20139 closed
Jul 3, 2025 -
Auto import has broken for vim-lsp
#19401 closed
Jul 3, 2025 -
new assist: refactor `bool` field into `enum Bool { True, False }`
#20147 closed
Jul 2, 2025 -
rust-analyzer not recognizing correct generics bounds
#20145 closed
Jul 2, 2025 -
Show _ type
#19871 closed
Jul 2, 2025
19 Issues opened by 17 people
-
panic on hover: `Option::unwrap()` on a `None` value in `ide::doc_links::rewrite_links`
#20190 opened
Jul 7, 2025 -
Code foldings results are wrong when the endLine ends with `},` Or `);`
#20188 opened
Jul 6, 2025 -
Backport rust-lang/rust-analyzer#20056 and rust-lang/rust-analyzer#20100
#20182 opened
Jul 6, 2025 -
Run Example should be able to be triggered from anywhere in the example
#20181 opened
Jul 6, 2025 -
crate def map invalidation in `bevy_reflect/src/lib.rs` makes r-a crawl
#20173 opened
Jul 4, 2025 -
RA parser gets stuck on indexing: `0.3.2519-standalone`
#20171 opened
Jul 4, 2025 -
Extract into function produces incorrect results when IndexMut is involved
#20162 opened
Jul 3, 2025 -
alert `expected Expr` for expression whose path contains `gen` in assert_eq!
#20153 opened
Jul 3, 2025 -
Focus on the terminal when running a command
#20152 opened
Jul 3, 2025 -
Cargo `build-dir` support
#20150 opened
Jul 2, 2025 -
Assosiated const str in match cause panic
#20149 opened
Jul 2, 2025 -
Updating crates.io index after every `cargo clean`
#20143 opened
Jul 2, 2025 -
"unresolved extern crate" for rustc crate dependencies while workspace is loading
#20142 opened
Jul 2, 2025 -
``error: no such command: `xtask`
#20141 opened
Jul 1, 2025 -
#![no_std] can't find crate for `test`
#20138 opened
Jul 1, 2025 -
Regression: the target/rust-analyzer directory ignores .cargo/config.toml
#20133 opened
Jul 1, 2025 -
Provide a command that gathers all the info for a bug report
#20131 opened
Jul 1, 2025 -
"failed to load file" when including build script output from cargo workspace root
#20129 opened
Jul 1, 2025 -
Regular `thread 'PrimeCaches#X' has overflowed its stack` errors opening `uniffi` project in VSCode.
#20127 opened
Jun 30, 2025
21 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
feat: show full type in tooltips for hints
#19640 commented on
Jul 7, 2025 • 7 new comments -
feat: add support for folding ranges for chained expressions
#19659 commented on
Jun 30, 2025 • 3 new comments -
feat: support folding multiline arg list & fn body in one folding range
#20054 commented on
Jun 30, 2025 • 1 new comment -
Use inferred type in “extract type as type alias” assist
#20125 commented on
Jun 30, 2025 • 0 new comments -
Update README.md
#20114 commented on
Jul 2, 2025 • 0 new comments -
hir-ty: add incremental benchmarks
#19934 commented on
Jul 4, 2025 • 0 new comments -
Add ide-assists: merge let statements
#19777 commented on
Jul 4, 2025 • 0 new comments -
feat: Virtual macro files
#19130 commented on
Jul 6, 2025 • 0 new comments -
false warning from rust-analyzer about "Failed to load workspaces" when linkedProjects is set
#19567 commented on
Jul 7, 2025 • 0 new comments -
thread 'Worker' panicked
#18777 commented on
Jul 6, 2025 • 0 new comments -
Adding a new LSP server example
#20017 commented on
Jul 6, 2025 • 0 new comments -
Enum variants in symbol search
#17468 commented on
Jul 6, 2025 • 0 new comments -
failed to interpret `cargo metadata`'s json with cargo -Zbindeps
#20002 commented on
Jul 6, 2025 • 0 new comments -
Excess semicolon on consumer function
#19815 commented on
Jul 3, 2025 • 0 new comments -
tracing::instrument: proc-macro crate build data is missing dylib path
#18508 commented on
Jul 3, 2025 • 0 new comments -
rust-analyzer shows false positive E0308 type mismatch errors with PyO3 macros
#20068 commented on
Jul 2, 2025 • 0 new comments -
`unresolved extern crate` on Nixos
#17560 commented on
Jul 2, 2025 • 0 new comments -
internal error: entered unreachable code: Overloaded deref on type str is not a projection
#19500 commented on
Jul 1, 2025 • 0 new comments -
Rust analyzer creates `target` directory at project root when using non-Cargo based project
#20113 commented on
Jul 1, 2025 • 0 new comments -
organize imports action
#5131 commented on
Jun 30, 2025 • 0 new comments -
Extract type as type alias assist does not fill infer vars
#20108 commented on
Jun 30, 2025 • 0 new comments