A Rust compiler front-end for IDEs
Find a file
bors b0ee0088d3 Auto merge of #140959 - oli-obk:no-unsafe-children, r=davidtwco
Invoke a query only when it doesn't return immediately anyway

This should cause less query key caching and less dep graph data, hopefully resulting in some perf improvements
2025-05-16 12:54:18 +00:00
.cargo
.github doc: Fix dead manual links 2025-04-20 20:28:52 +03:00
.vscode
assets
bench_data chore: Bump Edition::CURRENT to 2024 2025-03-17 12:29:19 +01:00
crates update cfg(bootstrap) 2025-05-12 15:33:37 +02:00
docs/book doc: Fix dead manual links 2025-04-20 20:28:52 +03:00
editors/code feat: Allow unsetting env vars in server.extraEnv config 2025-04-21 10:38:54 +02:00
lib fix: Fix new nightly lints 2025-03-31 13:27:54 +02:00
xtask Rollup merge of #140035 - fee1-dead-contrib:push-oszwkkvmpkks, r=jieyouxu,wesleywiser 2025-05-06 16:28:39 +10:00
.editorconfig
.git-blame-ignore-revs
.gitattributes
.gitignore
.typos.toml
Cargo.lock Update lockfile 2025-05-01 10:21:46 +03:00
Cargo.toml refactor: Simplify macro call id construction 2025-05-02 17:26:48 +02:00
clippy.toml
CONTRIBUTING.md
LICENSE-APACHE
LICENSE-MIT
PRIVACY.md
README.md
rust-version Preparing for merge from rust-lang/rust 2025-05-01 10:21:52 +03:00
rustfmt.toml
triagebot.toml Enable [canonicalize-issue-links] and [no-mentions] in triagebot 2025-04-09 22:15:51 +02:00

rust-analyzer logo

rust-analyzer is a modular compiler frontend for the Rust language. It is a part of a larger rls-2.0 effort to create excellent IDE support for Rust.

Quick Start

https://rust-analyzer.github.io/book/installation.html

Documentation

If you want to contribute to rust-analyzer check out the CONTRIBUTING.md or if you are just curious about how things work under the hood, see the Contributing section of the manual.

If you want to use rust-analyzer's language server with your editor of choice, check the manual. It also contains some tips & tricks to help you be more productive when using rust-analyzer.

Security and Privacy

See the security and privacy sections of the manual.

Communication

For usage and troubleshooting requests, please use "IDEs and Editors" category of the Rust forum:

https://users.rust-lang.org/c/ide/14

For questions about development and implementation, join rust-analyzer working group on Zulip:

https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Frust-analyzer

License

rust-analyzer is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT for details.