rust-lang/rust-analyzer
A Rust compiler front-end for IDEs observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 87
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 6
- age_days: 3177
- days_rel: 9
- days_push: 7
- n_releases_24m: 102
Adoption not part of the score
16797 stars · 2202 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
rust-analyzer is a Language Server Protocol implementation providing IDE features for Rust, including code completion, go-to-definition, find references, refactorings, and integrated diagnostics. It works with any LSP-capable editor such as VS Code, Vim, Emacs, and Zed, and is internally structured as a set of libraries for analyzing Rust code.
Use cases
- get IDE features for Rust in Vim or Emacs
- go to definition and find all references in Rust code
- autocomplete Rust code in my editor
- run rustfmt and clippy diagnostics inside my editor
- refactor Rust code with rename and code actions
- set up a language server for Rust development
When to choose
- you write Rust and want IDE features in any LSP-compatible editor
- you need code intelligence (completion, navigation, refactoring) for Rust codebases
- you want integrated rustfmt formatting and rustc/clippy diagnostics in your editor
When to avoid
- you need IDE support for languages other than Rust
- you want a full standalone IDE rather than an editor plugin/language server
- you need a Rust compiler backend or code execution tooling rather than static analysis
Facets
library · maturity stable
editor linter formatter developer-tools parser developer-tools programming-languages text-editors rust cross-platform editor-plugin windows lsp language-server ide code-completion go-to-definition rust-tooling linux macos
2 sources
- readme: https://github.com/rust-lang/rust-analyzer · fetched 2026-08-28 · 12088386740a
- homepage: https://rust-analyzer.github.io/ · fetched 2026-08-29 · b288255c7675
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rust-lang/rust-analyzer | main | 95 |
For agents
markdown · JSON · MCP: product_card(name="rust-lang/rust-analyzer")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem