Insights: rust-lang/rust-analyzer
Overview
Could not load contribution data
Please try again later
2 Releases published by 1 person
-
2023-03-13
published
Mar 13, 2023 -
nightly
published
Mar 15, 2023
36 Pull requests merged by 10 people
-
fix: Fix `ast::IfExpr` child accessors
#14361 merged
Mar 15, 2023 -
fix: Fix return type of async closures.
#12958 merged
Mar 15, 2023 -
internal: Prioritize remove-dbg assist over inline-macro
#14362 merged
Mar 15, 2023 -
fix: Do not retry inlay hint requests
#14359 merged
Mar 15, 2023 -
internal: Report sysroot and rustc crate loading errors
#14358 merged
Mar 15, 2023 -
fix: Don't pass feature flags to rustc private crates metadata invocation
#14357 merged
Mar 15, 2023 -
fix: Fix reference completions being emitted in places other than argument lists
#14355 merged
Mar 15, 2023 -
fix: don't replace `SyntaxToken` with `SyntaxNode`
#14353 merged
Mar 15, 2023 -
feat: Add signature help for record and tuple struct patterns
#14354 merged
Mar 15, 2023 -
feat: add an autofix for inserting an unsafe block to missing unsafe diagnostic
#14281 merged
Mar 15, 2023 -
lint incoherent inherent impls
#13994 merged
Mar 14, 2023 -
internal: Add Cargo-style project discovery for Buck and Bazel Users
#14307 merged
Mar 14, 2023 -
fix: Only skip adjustment hints for block, if and match expressions for reborrows
#14338 merged
Mar 14, 2023 -
fix: Fix visibility resolution not respecting parent blocks
#14349 merged
Mar 14, 2023 -
fix: Fix rustc proc-macro handling being broken on the rustc workspace itself
#14348 merged
Mar 14, 2023 -
internal: Rename AstDatabase to ExpandDatabase
#14340 merged
Mar 14, 2023 -
internal: add `as_slice` to `hir::Type`
#14336 merged
Mar 14, 2023 -
fix: Add storage dead for let bindings without initializer
#14347 merged
Mar 14, 2023 -
fix: Allow the status bar item to be clicked again
#14337 merged
Mar 14, 2023 -
internal: add `is_float` & `is_char` to `hir::Type`
#14334 merged
Mar 14, 2023 -
Add path of workspace root folders to status output
#14342 merged
Mar 14, 2023 -
minor: Sync from downstream
#14345 merged
Mar 14, 2023 -
minor: sync from downstream
#14333 merged
Mar 13, 2023 -
feat: Allow adding extra `cargo` args when running build scripts
#14328 merged
Mar 12, 2023 -
internal: Rename `hir::diagnostics::MissingMatchArms.match_expr` field
#14326 merged
Mar 11, 2023 -
Fix overlap deduping infinite loop
#14323 merged
Mar 11, 2023 -
Fix stack overflow when derefrencing `&!`
#14316 merged
Mar 10, 2023 -
feat: Add fancy buttons to the vscode status message
#14313 merged
Mar 10, 2023 -
Revert #14285
#14312 merged
Mar 10, 2023 -
internal: Don't attempt to calculate diagnostics in library crates
#14311 merged
Mar 10, 2023 -
fix block with no termination in or patterns
#14306 merged
Mar 9, 2023 -
internal: Add missing queries to per_query_memory_usage
#14302 merged
Mar 9, 2023 -
fix: Watch both stdout and stderr in flycheck
#14300 merged
Mar 9, 2023 -
fix: Fix search not searching bodies of attributed items
#14299 merged
Mar 9, 2023 -
Add core lib to proc_macro dependencies
#14297 merged
Mar 9, 2023 -
fix multiple definition binding in match to let-else
#14291 merged
Mar 9, 2023
1 Pull request opened by 1 person
-
Disable chaining inlay hints by default
#14295 opened
Mar 9, 2023
43 Issues closed by 10 people
-
missing-unsafe false positive
#14360 closed
Mar 15, 2023 -
Give option to use `prettyplease` to format the output of `Expand macro recursively`
#14273 closed
Mar 15, 2023 -
Incorrect type hints for async closures (nightly feature `async_closure`).
#12957 closed
Mar 15, 2023 -
False positive on need-mut
#14352 closed
Mar 15, 2023 -
Request textDocument/inlayHint failed
#13372 closed
Mar 15, 2023 -
Don't apply rust-analyzer.cargo.features to rustc private crates
#14327 closed
Mar 15, 2023 -
Completion adds extra reference
#14331 closed
Mar 15, 2023 -
Panic in `inline_call` assist
#14339 closed
Mar 15, 2023 -
proc macro not expanded: failed to write request: Broken pipe (os error 32)
#14289 closed
Mar 15, 2023 -
missing unsafe diagnostic should have an autofix for inserting an unsafe block
#14241 closed
Mar 15, 2023 -
Incorrect understanding of private member access for locally defined structs within blocks
#14047 closed
Mar 14, 2023 -
Potential regression issue on variable mutability requirements within a loop
#14344 closed
Mar 14, 2023 -
Data analytics and ads work service
#14341 closed
Mar 13, 2023 -
Unresolved `unwrap` method on `axum::Server`
#14264 closed
Mar 13, 2023 -
Wrong type deduction for Vec::last().unwrap() expression
#14270 closed
Mar 13, 2023 -
No method on type
#14269 closed
Mar 13, 2023 -
Latest stable (3.1426) is marking up diesel code with false positive errors.
#14274 closed
Mar 13, 2023 -
no method `padding` on type `i32`
#14332 closed
Mar 12, 2023 -
Lsp not working in cargo check -r
#14315 closed
Mar 12, 2023 -
Hang while running `rustfmt`
#11295 closed
Mar 12, 2023 -
when I'm debugging,I Can't step into std library and sometimes showing asm
#14330 closed
Mar 12, 2023 -
rust-analyzer spins forever "Fetching" while opening fuchsia workspace
#14276 closed
Mar 11, 2023 -
Add function to manage dependencies with Cargo.toml
#14321 closed
Mar 11, 2023 -
incorrect reporting of `textDocumentSync` capabilities
#14320 closed
Mar 11, 2023 -
Unable to detect `unwrap` method
#14322 closed
Mar 11, 2023 -
vscod rust-analyzer report error
#14324 closed
Mar 11, 2023 -
Full path completion
#14325 closed
Mar 11, 2023 -
Inconsistent behavior of `textDocument/willSave`/`textDocument/didSave`
#14319 closed
Mar 11, 2023 -
Adopt Vscode Native Notebooks (with evcxr)
#5141 closed
Mar 10, 2023 -
Request codeLens/resolve failed.
#14317 closed
Mar 10, 2023 -
Incorrectly reported missing `clone` method
#14308 closed
Mar 10, 2023 -
`thread 'Worker' has overflowed its stack` when go-to-def on `#![derive(Clone)]`
#14310 closed
Mar 10, 2023 -
Change command ran by rust-analyzer(cargo check) on save with (cargo check -r)
#14294 closed
Mar 10, 2023 -
Alignment is misreported for type containing usize
#14314 closed
Mar 10, 2023 -
Rich status bar support
#9909 closed
Mar 10, 2023 -
"Internal error, cycle detected" when the *ring* crate is used as a dependency
#14305 closed
Mar 10, 2023 -
thread 'Worker' panicked at 'Internal error, cycle detected:
#14309 closed
Mar 10, 2023 -
[ERROR hir_ty::mir::borrowck] Terminator should be none only in construction
#14298 closed
Mar 9, 2023 -
flycheck: `rustc` diagnostics are not read properly
#14217 closed
Mar 9, 2023 -
"Highlight related" does not work correctly in attribute macros
#14229 closed
Mar 9, 2023 -
unresolved-field error in interdependent workspace crates
#14296 closed
Mar 9, 2023 -
highlighting use of `clone()` on `TokenStream` type as error
#14292 closed
Mar 9, 2023 -
Action "Convert match to let-else" causes error (when an `|` pattern is involved)
#14290 closed
Mar 9, 2023
11 Issues opened by 11 people
-
Feature discussion : Show LLVM MIR passes + output assembly
#14356 opened
Mar 15, 2023 -
Blocking waiting for file lock on package cache when using cargo after hung rust-analyzer process
#14351 opened
Mar 14, 2023 -
rusy-analyzer can't show definition for extern crate
#14350 opened
Mar 14, 2023 -
Disk is 100% occupied and makes WSL hang
#14346 opened
Mar 14, 2023 -
Potential character range mis-calculation leading to erroneous text replacement
#14343 opened
Mar 13, 2023 -
Auto-publishing fails because of workspace dependencies
#14335 opened
Mar 13, 2023 -
Type inference fault in macros
#14329 opened
Mar 12, 2023 -
Proper support for standalone/detached files
#14318 opened
Mar 10, 2023 -
Memory Leak in vscode/RA/Windows(11) ?
#14304 opened
Mar 9, 2023 -
Generated function/method does not include lifetime parameters
#14303 opened
Mar 9, 2023 -
feature request: convert tuple return type to tuple struct.
#14293 opened
Mar 9, 2023
17 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.
-
rust-analyzer crashes when loading tokio projects
#14192 commented on
Mar 14, 2023 • 12 new comments -
Add VSCode command to show the `rustc --explain EXXXX` output
#14280 commented on
Mar 11, 2023 • 7 new comments -
diesel tables have unresolved methods
#14259 commented on
Mar 11, 2023 • 6 new comments -
feat: show only missing variant suggestion for enums in patterns completion and bump them in list too
#13789 commented on
Mar 15, 2023 • 4 new comments -
rust analyzer take too long to lunch
#14258 commented on
Mar 11, 2023 • 2 new comments -
VSCode now supports SnippetTextEdits natively
#13229 commented on
Mar 13, 2023 • 2 new comments -
Warnings and errors not showing for no_std targets with `allTargets = false`
#11982 commented on
Mar 10, 2023 • 1 new comment -
VSCode - Suppress Error Toast
#14193 commented on
Mar 10, 2023 • 1 new comment -
Go to Definition doesn't pointed to correct implementation.
#14275 commented on
Mar 10, 2023 • 1 new comment -
feature request: Insert qualified path (auto-imports)
#13953 commented on
Mar 11, 2023 • 1 new comment -
False positive error can't find crate for `test` despite check.allTargets unset
#14155 commented on
Mar 12, 2023 • 1 new comment -
Extension activates regardless of whether workspace contains rust
#14231 commented on
Mar 14, 2023 • 1 new comment -
Assist to convert nested function to closure.
#13467 commented on
Mar 14, 2023 • 1 new comment -
Canonicalize rust-project.json path for determining the project root
#14168 commented on
Mar 15, 2023 • 1 new comment -
CodeAction: owned to slice type
#14288 commented on
Mar 9, 2023 • 0 new comments -
Add syntax highlighting for TOML files.
#3565 commented on
Mar 11, 2023 • 0 new comments -
feature: from use statement, add crate to cargo.toml
#10904 commented on
Mar 11, 2023 • 0 new comments

