-
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
5 Releases published by 1 person
-
2025-07-21
published
Jul 21, 2025 -
2025-07-28
published
Jul 28, 2025 -
2025-08-04
published
Aug 4, 2025 -
2025-08-11
published
Aug 11, 2025 -
nightly
published
Aug 20, 2025
100 Pull requests merged by 26 people
-
user facing code should use not use
PostAnalysis#20447 merged
Aug 19, 2025 -
Auto-attach database in
Analysiscalls#20470 merged
Aug 18, 2025 -
fix: Only import the item in "Unqualify method call" if needed
#20442 merged
Aug 18, 2025 -
Convert some things from chalk_ir types to rustc_type_ir types
#20454 merged
Aug 17, 2025 -
fix: Make lang items query properly filter out overwritten/excluded sysroots
#20475 merged
Aug 17, 2025 -
Use a more specific error message when talking about the server logs
#20467 merged
Aug 15, 2025 -
Add test for webrender-2022 dyn issue
#20462 merged
Aug 15, 2025 -
Fix webrender-2022 metrics - shift vars when mapping dyn
#20453 merged
Aug 14, 2025 -
feat: hint at unterminated strings in unknown prefix errors
#20425 merged
Aug 14, 2025 -
fix: Track diagnostic generations per package
#20459 merged
Aug 14, 2025 -
fix: Fix indent for convert_match_to_let_else
#20455 merged
Aug 14, 2025 -
fix: support guards in replace_match_with_if_let
#20456 merged
Aug 14, 2025 -
fix: Add if..else completions in LetStmt and ArgList
#20390 merged
Aug 13, 2025 -
minor: Fix dead link to Cargo.toml in documentation
#20448 merged
Aug 13, 2025 -
minor: Update to the latest @vscode/vsce for extension build
#20450 merged
Aug 13, 2025 -
next-solver fun time
#20446 merged
Aug 13, 2025 -
internal: merge Trait and TraitAlias handling
#20376 merged
Aug 13, 2025 -
fix: Attach db for inlay hint compute
#20445 merged
Aug 13, 2025 -
minor: Print fields of interned IDs in hir-ty instead of just the ID
#20444 merged
Aug 13, 2025 -
Switch from Chalk to the next trait solver
#20329 merged
Aug 13, 2025 -
Fix "Implement default members" to resolve IdentPat
#20432 merged
Aug 12, 2025 -
fix: Panic while trying to clear old diagnostics while there's nothing
#20434 merged
Aug 11, 2025 -
feat: Add Config Option to Exclude Locals from Document Symbol Search
#20420 merged
Aug 11, 2025 -
hotfix: Update flycheck diagnostics generation
#20429 merged
Aug 11, 2025 -
Rustc pull update
#20424 merged
Aug 11, 2025 -
internal: Make flycheck generational
#20419 merged
Aug 10, 2025 -
Fix extract_expressions_from_format_string on write!
#20418 merged
Aug 10, 2025 -
parser: fix parsing of trait bound polarity and for-binders
#20417 merged
Aug 10, 2025 -
Add write! and writeln! to minicore
#20409 merged
Aug 10, 2025 -
fix: generate function by indet token
#20412 merged
Aug 9, 2025 -
remove duplicate field in Debug impl of ProjectWorkspace
#20411 merged
Aug 9, 2025 -
Disable error log for position clamping, its too noisy due to ease of triggering
#20400 merged
Aug 7, 2025 -
Bump tmp from 0.2.3 to 0.2.4 in /editors/code
#20394 merged
Aug 7, 2025 -
In handlers/extract_module.rs, generate ast::Module instead of String
#20373 merged
Aug 7, 2025 -
Fix non-lsp compliant
Responsedefinition#20393 merged
Aug 6, 2025 -
Report the incorrect payload when failing to deserialize lsp messages
#20392 merged
Aug 6, 2025 -
Add remove literal dbg stmt for remove_dbg
#20354 merged
Aug 6, 2025 -
fix: Do not remove the original token when descending into derives
#20387 merged
Aug 6, 2025 -
fix external docs for exported macros
#20384 merged
Aug 5, 2025 -
Add assignment type analysis for ide-completion
#20381 merged
Aug 5, 2025 -
Migrate
expand_glob_importassist to useSyntaxEditor#20385 merged
Aug 5, 2025 -
remove
tedfrom replace_named_generic_with_impl.rs#20383 merged
Aug 5, 2025 -
remove
add_attr()from edit_in_place.rs because it useted.#20380 merged
Aug 5, 2025 -
Slim down compile time artifact progress reports
#20389 merged
Aug 5, 2025 -
chore: fix crates/ide/src/folding_ranges.rs file perms
#20378 merged
Aug 4, 2025 -
fix: Correctly goto
Fromimpl when oninto()even when the call is inside a macro#20382 merged
Aug 4, 2025 -
Remove unused functions from edit_in_place.rs
#20372 merged
Aug 3, 2025 -
Migrate
generate_trait_from_implassist to useSyntaxEditor#20371 merged
Aug 3, 2025 -
Migrate
generate_delegate_methodsassist to useSyntaxEditor#20368 merged
Aug 3, 2025 -
Migrate
convert_from_to_tryfromassist to useSyntaxEditor#20364 merged
Aug 3, 2025 -
feat: When renaming a parameter to
self, change callers to use method call syntax#20351 merged
Aug 2, 2025 -
minor: Fix documentation for
*.overrideCommandconfig options#20358 merged
Aug 2, 2025 -
add
SyntaxEditor::delete_allto migrate utils.rsadd_trait_assoc_items_to_impl#20345 merged
Jul 31, 2025 -
cargo clippy --fix#20349 merged
Jul 31, 2025 -
Reorganize proc-macro-srv more, add
--formatand--versionargs#20342 merged
Jul 31, 2025 -
Migrate
inline_type_aliasassist to usesyntax_editor#20314 merged
Jul 30, 2025 -
Migrate
convert_tuple_struct_to_named_structassist to useSyntaxEditor#20311 merged
Jul 30, 2025 -
Improve settings tree title and descriptions
#20154 merged
Jul 29, 2025 -
fix: In generate_mut_trait_impl, don't add a tabstop if the client does not support snippets
#20336 merged
Jul 29, 2025 -
Use GH app for authenticating sync PRs
#20335 merged
Jul 29, 2025 -
fix: Do not require all rename definitions to be renameable
#20333 merged
Jul 29, 2025 -
Fix gen panics doc template for debug_assert
#20300 merged
Jul 29, 2025 -
Rustc pull update
#20321 merged
Jul 28, 2025 -
Configure triagebot to reopen bot PRs
#20330 merged
Jul 28, 2025 -
fix: Fix runnables extra env not substituting env vars
#20313 merged
Jul 28, 2025 -
Don't show '$saved_file' literally in IDE status updates
#20327 merged
Jul 28, 2025 -
Migrate path transform
#20303 merged
Jul 28, 2025 -
minor: Adjust triagebot config for rustc-josh-sync
#20324 merged
Jul 28, 2025 -
fix: Consider all produced artifacts for proc-macro dylib search
#20319 merged
Jul 27, 2025 -
fix: Ignore
Destructbounds again#20318 merged
Jul 27, 2025 -
fix: Fix incorrect build script version check
#20317 merged
Jul 27, 2025 -
internal: Fix lockfile temp dir usage and use it for build scripts as well
#20315 merged
Jul 27, 2025 -
Migrate part of utils.rs to use SyntaxEditor
#20305 merged
Jul 27, 2025 -
Use
TempDirfor copied lockfiles#20290 merged
Jul 27, 2025 -
fix fold doc comment for multiline param list fn
#20302 merged
Jul 27, 2025 -
Migrate
extract_expressions_from_format_stringassist to useSyntaxEditor#20307 merged
Jul 26, 2025 -
Migrate
Convert_to_guarded_returnassist to use SyntaxEditor#20306 merged
Jul 26, 2025 -
Migrate
replace derive with manual implandadd_missing_impl_membersto useSyntaxEditor#20293 merged
Jul 25, 2025 -
Add ide-assist: generate_impl_trait for generate_impl
#19938 merged
Jul 25, 2025 -
Fix generate_trait_from_impl whitespace after vis
#20297 merged
Jul 24, 2025 -
minor: Fix Cargo.lock
#20291 merged
Jul 23, 2025 -
Change rename self to parameter use
Selftype#20285 merged
Jul 23, 2025 -
internal: Remove
ExpressionStoreDiagnostics::MacroError, instead recreate it from theMacroCallId#20289 merged
Jul 23, 2025 -
fix: Parse
for<'a> [const]#20281 merged
Jul 23, 2025 -
Switch to using josh-sync
#20280 merged
Jul 22, 2025 -
Add CI workflow for periodically performing josh pulls
#20282 merged
Jul 22, 2025 -
internal: Add
josh-sync.toml#20279 merged
Jul 22, 2025 -
Bump form-data from 4.0.2 to 4.0.4 in /editors/code
#20277 merged
Jul 22, 2025 -
internal: Support filtering in analysis-stats MIR lowering
#20278 merged
Jul 22, 2025 -
Migrate AstNodeEdit::Indent to SyntaxEditor
#20269 merged
Jul 22, 2025 -
Migrate
generate newassist to useSyntaxEditor#20270 merged
Jul 22, 2025 -
fix: Apply adjusts to pats and exprs when doing pat analysis
#20273 merged
Jul 21, 2025 -
hir-def: Don't apply x86_64-specific asserts on x32
#20272 merged
Jul 21, 2025 -
fix: Disable tests in flycheck if
cfg.setTestis set to false#20271 merged
Jul 21, 2025 -
minor: Sync from downstream
#20268 merged
Jul 21, 2025 -
Add Deref -> DerefMut for generate_mut_trait_impl
#20256 merged
Jul 21, 2025 -
fix: Fix search of raw labels and lifetimes
#20262 merged
Jul 21, 2025 -
Fix ide-assist: generate Deref transitive
#20255 merged
Jul 20, 2025 -
feat: Support
cfg_select!#20265 merged
Jul 20, 2025
34 Pull requests opened by 14 people
-
minor: Address pending review nit
#20267 opened
Jul 21, 2025 -
Add ide-assist: extract_to_default_generic
#20295 opened
Jul 23, 2025 -
Add auto trait name for generate_trait_from_impl
#20299 opened
Jul 24, 2025 -
internal: Rewrite attribute handling
#20316 opened
Jul 27, 2025 -
Add ide-assist: generate_ref_impl
#20334 opened
Jul 29, 2025 -
Add ide-assist: extract_struct_from_function_signature
#20343 opened
Jul 30, 2025 -
Add partial selection for generate_getter_or_setter
#20353 opened
Aug 1, 2025 -
Add ide-assist: generate_doc_cfg
#20355 opened
Aug 1, 2025 -
Fix generic param for generate_default_from_enum_variant
#20362 opened
Aug 2, 2025 -
Add ide-assist: extract_impl_items
#20363 opened
Aug 2, 2025 -
minor: Cleanup `map_rust_child_diagnostics` a bit
#20366 opened
Aug 2, 2025 -
feat: When renaming `self` to other name, change callers method method call syntax to assoc fn syntax
#20369 opened
Aug 2, 2025 -
Add an assist handler "move_use_to_top_level" to move use statement to top level
#20374 opened
Aug 3, 2025 -
fix(hover): unify horizontal rule formatting to `---`
#20379 opened
Aug 4, 2025 -
fix: project json runnable kind bin substitution
#20396 opened
Aug 6, 2025 -
Migrate `generate_mut_trait_impl` to remove `ted`
#20397 opened
Aug 6, 2025 -
Enable warning logs by default
#20399 opened
Aug 7, 2025 -
Add more workaround hacks for incorrect startup diagnostics
#20402 opened
Aug 7, 2025 -
Remove doc comments for generate_trait_from_impl
#20407 opened
Aug 8, 2025 -
Add ide-assist: generate_documentation_from_trait
#20408 opened
Aug 8, 2025 -
refactor: append attrs by make args instead of ted
#20413 opened
Aug 9, 2025 -
Add ide-assist: convert_attr_cfg_to_if
#20416 opened
Aug 9, 2025 -
Make import sorting order follow 2024 edition style
#20423 opened
Aug 10, 2025 -
Add ide-assist: split_if
#20437 opened
Aug 12, 2025 -
Fix guess renamed macro braces
#20438 opened
Aug 12, 2025 -
Add guess braces doc `T![]` for `T_`
#20439 opened
Aug 12, 2025 -
Add ide-assist: convert_if_let_to_let_else
#20452 opened
Aug 13, 2025 -
Add ide-assist: generate_inverse_ops_impl
#20457 opened
Aug 14, 2025 -
Remove conflicting advice
#20472 opened
Aug 16, 2025 -
Recursively add `#derive()`
#20474 opened
Aug 17, 2025 -
Add more methods to AbsPath
#20478 opened
Aug 17, 2025 -
Improve stdio_transport: error handling & channel buffering
#20479 opened
Aug 17, 2025 -
feat: implement Go to Assignments for local variables
#20481 opened
Aug 18, 2025 -
Optimize editor plugin icon
#20483 opened
Aug 19, 2025
57 Issues closed by 13 people
-
Prompts that should not appear in the current code file.
#20482 closed
Aug 19, 2025 -
Unqualify method call adds trait import even if not necessary
#19912 closed
Aug 18, 2025 -
Improve order of suggested assists in struct init context
#8786 closed
Aug 17, 2025 -
Autocomplete adds parenthesis when passing function as function pointer
#20476 closed
Aug 17, 2025 -
`rust-analyzer` fails to recognize `cfg`-gated test crate despite `server.extraEnv` override
#20461 closed
Aug 15, 2025 -
Error when Pattern Matching Enum Fields to Negative Numbers
#20357 closed
Aug 15, 2025 -
Variable `None` should have snake_case name, e.g. `none`
#20464 closed
Aug 15, 2025 -
Hovering any ident a function body of an `#[async_trait]` function shows `Box`
#20441 closed
Aug 13, 2025 -
Custom code snippet, invalid paren on macro-generate
#19654 closed
Aug 13, 2025 -
Remove underscore prefix from locals on compleition
#19631 closed
Aug 13, 2025 -
Excess semicolon on consumer function
#19815 closed
Aug 13, 2025 -
#![no_std] can't find crate for `test`
#20138 closed
Aug 13, 2025 -
Quick Fix Label Casing Differences
#20375 closed
Aug 13, 2025 -
Add a setting to remove variables from document symbols
#20403 closed
Aug 13, 2025 -
"Implement default member" assist on trait messes up on pattern
#20215 closed
Aug 12, 2025 -
Diagnostics are cleared on file save
#20440 closed
Aug 12, 2025 -
[rust-analyzer 0.3.2575-standalone] rust-analyzer panics with "index out of bounds" in diagnostics.rs
#20433 closed
Aug 11, 2025 -
Nonsensical lints before first save
#20430 closed
Aug 11, 2025 -
error highlights disappear after a sec
#20431 closed
Aug 11, 2025 -
[v0.3.2571] Error hints disappear after saving a file
#20427 closed
Aug 11, 2025 -
Make flycheck diagnostics track their generation
#19854 closed
Aug 10, 2025 -
Order of `use` items disagrees with rustfmt on beta
#20421 closed
Aug 10, 2025 -
RA should provide "Add unsafe" quickfix in more places when `unsafe_op_in_unsafe_fn` lint is active.
#15816 closed
Aug 10, 2025 -
Failed to make ast node `syntax::ast::generated::nodes::Name` from text mod Self;
#20398 closed
Aug 9, 2025 -
Incorrect syntax highlighting of delimiters in type-level character literals
#20395 closed
Aug 6, 2025 -
Can't rename local that is defined in a macro declaration
#20386 closed
Aug 6, 2025 -
Unexpected `&mut Self::XXX` in completion list
#20361 closed
Aug 5, 2025 -
Rust Analyzer is always unresponsive; I need to manually compile first for it to show syntax errors.
#20388 closed
Aug 5, 2025 -
Jump from into to from definitions from within methods with macro atributes
#20377 closed
Aug 4, 2025 -
#[rust_analyzer::skip] attribute
#7449 closed
Aug 1, 2025 -
Feature request: "Add enum variant" diagnostic fix
#11501 closed
Jul 31, 2025 -
`Remove all unused imports` removes used macro with same name as unused module
#20344 closed
Jul 30, 2025 -
Could rust-analyzer provide a mcp server?
#20340 closed
Jul 30, 2025 -
Failed to properly expand third-party macros
#20309 closed
Jul 29, 2025 -
Rust analyzer uses so much RAM whenever I open vscode that it crashes my pc everytime
#20339 closed
Jul 29, 2025 -
Investigate whether the current block def map abstraction can be simplified/replaced
#16368 closed
Jul 29, 2025 -
Double (inlay) hints (visual issue?)
#20239 closed
Jul 29, 2025 -
"Rename Symbol" does not seem to work when #[derive(thiserror::Error)]
#20332 closed
Jul 29, 2025 -
tracing::instrument: proc-macro crate build data is missing dylib path
#18508 closed
Jul 28, 2025 -
Rust analyzer creates `target` directory at project root when using non-Cargo based project
#20113 closed
Jul 27, 2025 -
VSCode stuck on fetching cargo metadata, even without dependencies
#20189 closed
Jul 27, 2025 -
Since v0.3.2539 (2025-07-14), folding a comment is folding the whole function/method
#20240 closed
Jul 27, 2025 -
Do not index workspace crates
#20308 closed
Jul 26, 2025 -
extract-into-function always escapes `\` in a string, changing the string
#20298 closed
Jul 26, 2025 -
`Import exact Item` Quick Fixes should be ordered above `Item with a similar name`
#20301 closed
Jul 25, 2025 -
mismatched ABI error on proc-macro expansion for source built rustc
#20242 closed
Jul 25, 2025 -
Offer assists/code actions everywhere
#20296 closed
Jul 24, 2025 -
rust-analyzer Unable to jump to std::fmt related definition
#20284 closed
Jul 23, 2025 -
unused_mut warning incorrectly shown for cfg-gated mutable variable
#20292 closed
Jul 23, 2025 -
Rename self param will no generic params
#17366 closed
Jul 23, 2025 -
Failure to parse `for<'a> [const] Trait` syntax
#20276 closed
Jul 23, 2025 -
Changing edition makes incremental compilation wrong
#19195 closed
Jul 22, 2025 -
Rust-analyzer is corrupting the cargo `.fingerprint` cache
#14722 closed
Jul 22, 2025 -
panicked at crates/hir-ty/src/diagnostics/match_check/pat_analysis.rs:486:9
#20259 closed
Jul 21, 2025 -
Error defining dependency in the 'workspace' child library and 'use' in the subproject
#20237 closed
Jul 21, 2025 -
Cannot goto reference for raw label and lifetimes
#20261 closed
Jul 21, 2025 -
rust-analyzer can't run proc-macros on nightly
#20266 closed
Jul 20, 2025
51 Issues opened by 35 people
-
[next-trait] expected `Box<dyn T, Global>`, found `Box<Y, Global>`
#20489 opened
Aug 19, 2025 -
Rust analyzer discovers wrong sysroot ignoring `rust-toolchain.toml` file
#20488 opened
Aug 19, 2025 -
[next-trait] expected &dyn T found &Y
#20487 opened
Aug 19, 2025 -
Stack overflow crash when indexing crate with large amount of dependencies
#20484 opened
Aug 19, 2025 -
Wrong macro expansion
#20480 opened
Aug 18, 2025 -
Doc links to methods on primitives aren't resolved
#20473 opened
Aug 17, 2025 -
Length of inlay type hints exceed `inlayHints.maxLength`
#20471 opened
Aug 16, 2025 -
Prelude invalid
#20469 opened
Aug 16, 2025 -
How to ignore some path for auto-import
#20468 opened
Aug 16, 2025 -
False positive: Non-primitive type cast error if the function has a constrained lifetime
#20466 opened
Aug 15, 2025 -
Certain types not found with a custom rust-project.json (e.g. AtomicU32)
#20463 opened
Aug 15, 2025 -
sema.type_of_expr() cannot resolve non tailexpr never
#20460 opened
Aug 14, 2025 -
Assoc type completion suggest same name
#20458 opened
Aug 14, 2025 -
Source of tag 2025-08-11 changed content
#20451 opened
Aug 13, 2025 -
New trait solver migration issues
#20443 opened
Aug 13, 2025 -
Flycheck is triggered multiple times on a single file save
#20436 opened
Aug 11, 2025 -
rust-project.json runnable filtering always selects the first `Run` runnable
#20435 opened
Aug 11, 2025 -
Tracking Issue: Test regressions in next-generation trait solver migration
#20422 opened
Aug 10, 2025 -
Rust Analyzer doesn't present the documentation of tuple fields
#20415 opened
Aug 9, 2025 -
Constant evaluation in array and structure sizes
#20414 opened
Aug 9, 2025 -
Completion statement let before newline array expression
#20410 opened
Aug 8, 2025 -
rust-analyzer features stop working with "filesystem" module name but work with "fs"
#20406 opened
Aug 8, 2025 -
Allow cancelling compile time deps building step
#20405 opened
Aug 8, 2025 -
`rust-analyzer` should (recursively) abort buffer-local operations when buffer is destroyed
#20404 opened
Aug 7, 2025 -
Inline default generic parameter all usages
#20391 opened
Aug 5, 2025 -
OOM when `Cargo.toml` dependencies/features are modified
#20370 opened
Aug 2, 2025 -
rust-project.json runnable type check does nothing.
#20367 opened
Aug 2, 2025 -
Type inference breaks with simple trait definition
#20365 opened
Aug 2, 2025 -
Use Bindgen Generate Rust Code And UNC Path Crash
#20360 opened
Aug 2, 2025 -
better testing support for rust-project.json
#20359 opened
Aug 1, 2025 -
Rustdocs hyperlinks pointing to docs.rs instead of local defition
#20356 opened
Aug 1, 2025 -
Renaming a method's `self` to something else does not fix callers' use of method syntax
#20352 opened
Jul 31, 2025 -
`rust-analyzer.check.overrideCommand` doc gives a `String` as an example, while `Vec<String>` is expected
#20346 opened
Jul 30, 2025 -
Rust-Analyzer - Debug not working
#20341 opened
Jul 30, 2025 -
Assist: Extract struct from function signature
#20331 opened
Jul 28, 2025 -
assist: move use statement to top level
#20326 opened
Jul 28, 2025 -
feat: extension `Merge match arms`
#20323 opened
Jul 28, 2025 -
feat: add assist: extract methods to super trait
#20322 opened
Jul 28, 2025 -
Code Action generate mut trait is not a snippet
#20320 opened
Jul 28, 2025 -
Add inlay hint for `// endregion` marker that displays the value of `// region: label`
#20312 opened
Jul 27, 2025 -
Interaction with `mismatched-lifetime-syntaxes` lint
#20304 opened
Jul 26, 2025 -
Const generic param unknown type
#20294 opened
Jul 23, 2025 -
Suggested imports suggest dev-deps when re-exports are avail in regular dependency
#20286 opened
Jul 23, 2025 -
re-publishDiagnostics after didOpen
#20283 opened
Jul 22, 2025 -
Cache invalidation bug with rust-analyzer's rustc wrapper + Cargo interaction
#20275 opened
Jul 21, 2025 -
Action to rewrite `#[cfg()]` as `if cfg!()`
#20274 opened
Jul 21, 2025 -
`&field` missed inside macro
#20264 opened
Jul 20, 2025
34 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.
-
proc-macro applied with `cfg_attr` doesn’t see associated attributes
#10110 commented on
Jul 21, 2025 • 0 new comments -
Memory usage quadrupled after salsa migration
#19402 commented on
Jul 24, 2025 • 0 new comments -
rust-analyzer unable to find rust-src after update to 0.3.2509
#20250 commented on
Jul 25, 2025 • 0 new comments -
rust_analyzer name resolution is wrong with multiple, shadowing `use` statements in scope.
#20253 commented on
Jul 29, 2025 • 0 new comments -
Inlayhints unresolved for `self: &Self`
#20249 commented on
Jul 29, 2025 • 0 new comments -
Document reference search for constructiors/initializations
#10725 commented on
Jul 30, 2025 • 0 new comments -
doc: mark out experimental diagnostics to avoid confusion
#18288 commented on
Jul 30, 2025 • 0 new comments -
[ide-diagnostics] unused-variables false-positive
#20254 commented on
Jul 30, 2025 • 0 new comments -
Assists which always generate a snippet regardless of snippet capability
#17332 commented on
Aug 2, 2025 • 0 new comments -
Improve RTN support (resolution + analysis; jump to definition, etc)
#19303 commented on
Aug 4, 2025 • 0 new comments -
"rust-analyzer failed to discover workspace" could be so much more helpful
#13226 commented on
Aug 4, 2025 • 0 new comments -
Generate method assist misses generics when generating an impl block
#19806 commented on
Aug 5, 2025 • 0 new comments -
Parameter and chaining inlay hints don't work within `#[tracing::instrument]`
#19944 commented on
Aug 9, 2025 • 0 new comments -
`ref` snippet shadowed by `ref` keyword in macro
#20263 commented on
Aug 10, 2025 • 0 new comments -
Migrate assists to `SyntaxEditor`
#18285 commented on
Aug 10, 2025 • 0 new comments -
externalDocs opens wrong url in some cases
#16724 commented on
Aug 10, 2025 • 0 new comments -
rust-analyzer.cargo.extraEnv is not applied when running tests
#13438 commented on
Aug 11, 2025 • 0 new comments -
thread 'Worker' panicked
#18777 commented on
Aug 12, 2025 • 0 new comments -
rust-analyzer shows false positive E0308 type mismatch errors with PyO3 macros
#20068 commented on
Aug 13, 2025 • 0 new comments -
Augment auto-discovered projects with an "extra linked projects" list
#16976 commented on
Aug 14, 2025 • 0 new comments -
rust-analyzer is confused by slint's codegen and macros, and takes too long to update
#16512 commented on
Aug 14, 2025 • 0 new comments -
VSCode Test Explorer regularly requires a full rebuild
#17149 commented on
Aug 14, 2025 • 0 new comments -
Consider sharing Semantics caches between requests
#20003 commented on
Aug 15, 2025 • 0 new comments -
spurious diagnostic: Variable `None` should have snake_case name
#19709 commented on
Aug 15, 2025 • 0 new comments -
Recompile macro on error
#19916 commented on
Aug 18, 2025 • 0 new comments -
feature: add the "Recursively add derive" assist
#18118 commented on
Aug 17, 2025 • 0 new comments -
Add ide-assist: generate blanket trait impl
#19771 commented on
Jul 25, 2025 • 0 new comments -
Add ide-assists: merge let statements
#19777 commented on
Aug 12, 2025 • 0 new comments -
Add ide-assist: Generate AsRef impl from Borrow
#20065 commented on
Aug 1, 2025 • 0 new comments -
Use inferred type in “extract type as type alias” assist
#20125 commented on
Aug 18, 2025 • 0 new comments -
Add ide-assist: inline as closure
#20146 commented on
Aug 7, 2025 • 0 new comments -
fix: Use per-token, not global, edition in the parser
#20163 commented on
Aug 13, 2025 • 0 new comments -
feat: Provide an option to not show derives near the ADT for "Goto Implementations" or "Implementations" codelens
#20186 commented on
Aug 13, 2025 • 0 new comments -
feat: Provide a setting to disable showing rename conflicts
#20193 commented on
Aug 13, 2025 • 0 new comments