-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Insights: rust-lang/rust-analyzer
Overview
Could not load contribution data
Please try again later
2 Releases published by 1 person
-
2025-03-24
published
Mar 24, 2025 -
nightly
published
Mar 31, 2025
20 Pull requests merged by 7 people
-
Fix debug sourceFileMap when using cppvsdbg
#19475 merged
Mar 29, 2025 -
fix: Fix, clarify and require a value for
proc_macro_cwd
ofCrateData
#19474 merged
Mar 29, 2025 -
feat: Allow crate authors to control completion of their things
#19375 merged
Mar 28, 2025 -
fix: Fix a bug in orphan rules calculation
#19466 merged
Mar 28, 2025 -
fix: Fix
format_args
lowering using wrong integer suffix#19460 merged
Mar 27, 2025 -
refactor: Shuffle some unsafety around in proc-macro-srv
#19459 merged
Mar 27, 2025 -
chore: Remove salsa dependency from proc-macro server again
#19457 merged
Mar 27, 2025 -
refactor: Use medium durability for crate-graph changes, high for library source files
#19451 merged
Mar 26, 2025 -
fix(ide-assists):
let else
toif let else
#19433 merged
Mar 25, 2025 -
minor: Simplify impl-ty parse validation
#19450 merged
Mar 25, 2025 -
feat: parse
unsafe
record fields#19388 merged
Mar 25, 2025 -
Add diagnostic for missing ambiguity error for impl trait
#19347 merged
Mar 25, 2025 -
ci: Require miri step
#19448 merged
Mar 25, 2025 -
ci: run
intern
tests viacargo miri
#19446 merged
Mar 25, 2025 -
analysis-stats: emit lines of code and item tree counts for workspace; dependencies
#19359 merged
Mar 25, 2025 -
refactor: Replace custom
ThinVec
withthin-vec
crate#19440 merged
Mar 24, 2025 -
fix: Fix closure return inlayhints using macro ranges
#19435 merged
Mar 24, 2025 -
chore: Cleanup vscode extension output channels
#19422 merged
Mar 24, 2025 -
minor: drop
rustc_hashes
dependency, addsyn
feature#19436 merged
Mar 24, 2025 -
chore: Bump dependencies
#19430 merged
Mar 24, 2025
7 Pull requests opened by 6 people
-
add more completion about "impl"
#19447 opened
Mar 25, 2025 -
feat: auto import all missing items
#19454 opened
Mar 26, 2025 -
fix: shadow type by module
#19461 opened
Mar 27, 2025 -
refactor: Lower type-refs before type inference
#19462 opened
Mar 27, 2025 -
refactor: migrate `unmerge_use` -> `unmerge_imports` to syntax editor
#19465 opened
Mar 27, 2025 -
refactor: migrate `merge_imports` to syntax editor
#19469 opened
Mar 28, 2025
18 Issues closed by 9 people
-
Type inference is not correct
#19473 closed
Mar 29, 2025 -
Document how to use `#[rust_analyzer::completions(...)]`
#19472 closed
Mar 29, 2025 -
Failed to map Rust stdlib sources when debugging in Windows
#18782 closed
Mar 29, 2025 -
Performance regression after salsa migration
#19404 closed
Mar 29, 2025 -
Bug Report: `Box::from_raw` does not trigger segmentation fault in VSCode runnable
#19470 closed
Mar 28, 2025 -
rust-analyzer not analyzing module behind #[cfg(feature)]
#19468 closed
Mar 28, 2025 -
Auto-import of modules plus inability to order completions leads to pathalogical cases
#17477 closed
Mar 28, 2025 -
Rust Analyzer suggests `#[doc(hidden)]` proc macros
#18058 closed
Mar 28, 2025 -
r-a constantly reindexes workspace when build script or proc macro is changed
#18631 closed
Mar 28, 2025 -
Feature Request: Generate Parameter Documentation for Functions
#19353 closed
Mar 27, 2025 -
rust-analyzer does not see the path of a `Span`'s `source_file`
#19458 closed
Mar 27, 2025 -
Cache all of the things more aggressively
#19453 closed
Mar 26, 2025 -
Extra `Some` when let-else using `Replace let with if let`
#19426 closed
Mar 25, 2025 -
Missing ambiguity error for impl trait
#19289 closed
Mar 25, 2025 -
show variable scope
#19381 closed
Mar 24, 2025 -
[ra_ap_load_cargo] Use `std::fs::canonicalize()` instead of `std::env::current_dir()?.join(..)`
#19386 closed
Mar 24, 2025 -
Code action to wrap initializer in round brackets for `let else`
#19385 closed
Mar 24, 2025 -
Can't infer type of item in nested generic iterators
#7908 closed
Mar 24, 2025
18 Issues opened by 16 people
-
Generated mod via build.rs not properly picked up
#19481 opened
Mar 30, 2025 -
`rust-project.json` generation does not index `rust-dependencies`
#19480 opened
Mar 30, 2025 -
`Syntax Error: expected comma` when RA + HRTB + const trait
#19478 opened
Mar 30, 2025 -
trait-impl-incorrect-safety false-positive with unsafe fields
#19477 opened
Mar 30, 2025 -
An option to import traits `as _` when autocompleting
#19476 opened
Mar 29, 2025 -
Highlighting references feature should highlight unsafe ops
#19467 opened
Mar 28, 2025 -
Regression: vs code test explorer skips unit tests since v0.3.2353
#19464 opened
Mar 27, 2025 -
View syntax tree with live update
#19463 opened
Mar 27, 2025 -
`ERROR synthetic syntax` warning on any interaction with the editor
#19456 opened
Mar 26, 2025 -
Wrong lifetime variance in hover for recursive types
#19455 opened
Mar 26, 2025 -
more advanced reference queries
#19452 opened
Mar 26, 2025 -
internal: bump `dashmap`
#19445 opened
Mar 24, 2025 -
internal: Bring back source compression in `base-db`
#19444 opened
Mar 24, 2025 -
Replace match with if let produced bogus results
#19443 opened
Mar 24, 2025 -
Add more completion items for `impl` to handle common scenarios
#19442 opened
Mar 24, 2025 -
Unmerge use assist ignores attributes
#19441 opened
Mar 24, 2025 -
[hir-ty] Missed RPIT in `ide/src/rename.rs`
#19439 opened
Mar 24, 2025
22 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: Implement Return Position Impl Trait In Traits correctly
#19394 commented on
Mar 25, 2025 • 17 new comments -
Tidy up drop glue notification
#19425 commented on
Mar 26, 2025 • 6 new comments -
organize imports action
#5131 commented on
Mar 30, 2025 • 0 new comments -
Incorrect type mismatch diagnostic between trait objects with supertrait autotrait bound
#18692 commented on
Mar 30, 2025 • 0 new comments -
Type checker does not eagerly select predicates from where-clauses
#5514 commented on
Mar 29, 2025 • 0 new comments -
Support `#[doc = include_str!(...)]` in hover documentation
#11137 commented on
Mar 29, 2025 • 0 new comments -
`fn f((arg: (usize, bool)) {}` triggers `Only tuple has tuple field` error
#18339 commented on
Mar 28, 2025 • 0 new comments -
Move some of the macro expansion tests / add some standalone ones to hir-expand
#17636 commented on
Mar 28, 2025 • 0 new comments -
No completion results while inserting trait method names while inside a proc_macro
#18497 commented on
Mar 27, 2025 • 0 new comments -
Soundness of `proc-macro-srv` crate
#19342 commented on
Mar 27, 2025 • 0 new comments -
Implement the remaining unimplemented proc-macro APIs in the proc-macro server
#15950 commented on
Mar 27, 2025 • 0 new comments -
Dont return both "Remove all unused imports" and "remove the unused import" if both are the same
#17229 commented on
Mar 26, 2025 • 0 new comments -
Renaming `'_` should unelide the lifetime
#19260 commented on
Mar 26, 2025 • 0 new comments -
Fill fields triggered from mid-item leaves `{}` appended when completion happens
#15607 commented on
Mar 26, 2025 • 0 new comments -
Code completion does not work when using `cfg_attr` and `proc_macro` together
#15060 commented on
Mar 25, 2025 • 0 new comments -
rust-analyzer not working in non-cargo based projects
#18636 commented on
Mar 25, 2025 • 0 new comments -
Auto import has broken for vim-lsp
#19401 commented on
Mar 25, 2025 • 0 new comments -
Rust-analyzer freezes VS Code GUI when hovering over variable with long type
#11679 commented on
Mar 25, 2025 • 0 new comments -
Windows driver letter is lowercased in ${workspaceFolder} in config
#19414 commented on
Mar 24, 2025 • 0 new comments -
Debug mode fails to set CARGO_MANIFEST_DIR environment variable
#16959 commented on
Mar 24, 2025 • 0 new comments -
Quickfix add reference position error on macro
#19428 commented on
Mar 24, 2025 • 0 new comments -
Support adding or removing dependencies
#16443 commented on
Mar 24, 2025 • 0 new comments