-
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 28, 2025
25 Pull requests merged by 9 people
-
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 -
Fix missing syntax highlighting for
&raw const
/&raw mut
in all files.#19400 merged
Mar 23, 2025 -
chore: Remove unused dependencies
#19429 merged
Mar 23, 2025 -
Render layout and other extra information on hovering
Self
#19419 merged
Mar 22, 2025 -
fix: Handle multiple
#[repr(..)]
attrs correctly#19416 merged
Mar 22, 2025 -
Improve contributing/README.md
#19420 merged
Mar 22, 2025 -
Speed up resolving a "Generate delegate method" assist
#19362 merged
Mar 22, 2025 -
fix: Properly calculate the layouts of tuple ptrs whose last fields are DST
#19413 merged
Mar 22, 2025
9 Pull requests opened by 8 people
-
Tidy up drop glue notification
#19425 opened
Mar 23, 2025 -
fix: Yet another false positive invalid cast diagnostic
#19432 opened
Mar 23, 2025 -
fix: negative nums in `concat!` expansion
#19434 opened
Mar 23, 2025 -
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
20 Issues closed by 7 people
-
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 -
Using clippy as the check command makes rust-analyzer unreliable
#19336 closed
Mar 23, 2025 -
`&raw const`/`&raw mut` is not syntax-highlighted in all files
#19357 closed
Mar 23, 2025 -
Hovering `Self` of an impl does not show memory layout
#15132 closed
Mar 22, 2025 -
Layout info of `#[repr(C)] #[repr(packed)]` struct is wrong
#15037 closed
Mar 22, 2025 -
Resolving a "Generate delegate method" takes too long
#19322 closed
Mar 22, 2025 -
Tuple DSTs display the wrong size
#19399 closed
Mar 22, 2025
23 Issues opened by 19 people
-
Document how to use `#[rust_analyzer::completions(...)]`
#19472 opened
Mar 28, 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 -
False positive cast diagnostics with DSTs and `zerocopy`
#19431 opened
Mar 23, 2025 -
Quickfix add reference position error on macro
#19428 opened
Mar 23, 2025 -
Extra backslash when using `Extract into function`
#19427 opened
Mar 23, 2025 -
Macro import with same name as private module uses module syntax highlighting
#19421 opened
Mar 22, 2025 -
RA macro expansion adds unwanted parenthesis to literal/expr
#19418 opened
Mar 22, 2025 -
Wrong `unexpected token` diagnostic when passing negative numbers to `concat!`
#19417 opened
Mar 22, 2025 -
Test Debug Broken | Windows, GDB, Native Debug, Individual Unit Tests
#19415 opened
Mar 22, 2025 -
Windows driver letter is lowercased in ${workspaceFolder} in config
#19414 opened
Mar 22, 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 -
Performance regression after salsa migration
#19404 commented on
Mar 28, 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 -
Debug mode fails to set CARGO_MANIFEST_DIR environment variable
#16959 commented on
Mar 24, 2025 • 0 new comments -
Support adding or removing dependencies
#16443 commented on
Mar 24, 2025 • 0 new comments -
How to get --all-features to work again?
#7791 commented on
Mar 23, 2025 • 0 new comments -
Feature: View module dependency graph
#15547 commented on
Mar 23, 2025 • 0 new comments -
Make drop-glue/destructor hover tooltip more compact and distinguishable
#19410 commented on
Mar 23, 2025 • 0 new comments -
`clippy` fork bomb
#18851 commented on
Mar 22, 2025 • 0 new comments -
#[rust_analyzer::skip] attribute
#7449 commented on
Mar 22, 2025 • 0 new comments -
auto-import on `alloc::vec` macro instead imports `alloc::vec::{Self}` module
#11278 commented on
Mar 22, 2025 • 0 new comments