rust/src/tools/rust-analyzer
2024-04-27 09:02:52 +02:00
..
.cargo Allow rust files to be used linkedProjects 2024-04-21 16:26:55 +02:00
.github Allow rust files to be used linkedProjects 2024-04-21 16:26:55 +02:00
.vscode Allow rust files to be used linkedProjects 2024-04-21 16:26:55 +02:00
assets Allow rust files to be used linkedProjects 2024-04-21 16:26:55 +02:00
bench_data Allow rust files to be used linkedProjects 2024-04-21 16:26:55 +02:00
crates Auto merge of #17025 - lnicola:josh, r=lnicola 2024-04-21 16:39:18 +00:00
docs Auto merge of #17025 - lnicola:josh, r=lnicola 2024-04-21 16:39:18 +00:00
editors/code Allow rust files to be used linkedProjects 2024-04-21 16:26:55 +02:00
lib Allow rust files to be used linkedProjects 2024-04-21 16:26:55 +02:00
xtask add no-new-root check to josh pull 2024-04-27 09:02:07 +02:00
.editorconfig Allow rust files to be used linkedProjects 2024-04-21 16:26:55 +02:00
.git-blame-ignore-revs Allow rust files to be used linkedProjects 2024-04-21 16:26:55 +02:00
.gitattributes Allow rust files to be used linkedProjects 2024-04-21 16:26:55 +02:00
.gitignore Allow rust files to be used linkedProjects 2024-04-21 16:26:55 +02:00
.typos.toml Allow rust files to be used linkedProjects 2024-04-21 16:26:55 +02:00
Cargo.lock Allow rust files to be used linkedProjects 2024-04-21 16:26:55 +02:00
Cargo.toml Allow rust files to be used linkedProjects 2024-04-21 16:26:55 +02:00
clippy.toml Allow rust files to be used linkedProjects 2024-04-21 16:26:55 +02:00
CONTRIBUTING.md Allow rust files to be used linkedProjects 2024-04-21 16:26:55 +02:00
LICENSE-APACHE Allow rust files to be used linkedProjects 2024-04-21 16:26:55 +02:00
LICENSE-MIT Allow rust files to be used linkedProjects 2024-04-21 16:26:55 +02:00
PRIVACY.md Allow rust files to be used linkedProjects 2024-04-21 16:26:55 +02:00
README.md Allow rust files to be used linkedProjects 2024-04-21 16:26:55 +02:00
rust-bors.toml Allow rust files to be used linkedProjects 2024-04-21 16:26:55 +02:00
rust-version empty rust-version file, since no pull has happened yet 2024-04-27 09:02:52 +02:00
rustfmt.toml Allow rust files to be used linkedProjects 2024-04-21 16:26:55 +02:00
triagebot.toml Allow rust files to be used linkedProjects 2024-04-21 16:26:55 +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/manual.html#installation

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, check the ./docs/dev folder.

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

Security and Privacy

See the corresponding 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.