rust/src/tools/rust-analyzer
2024-04-27 13:15:36 +02:00
..
.cargo chore: add some tracing to project loading 2024-04-22 11:39:01 -04:00
.github chore: add some tracing to project loading 2024-04-22 11:39:01 -04:00
.vscode chore: add some tracing to project loading 2024-04-22 11:39:01 -04:00
assets chore: add some tracing to project loading 2024-04-22 11:39:01 -04:00
bench_data chore: add some tracing to project loading 2024-04-22 11:39:01 -04:00
crates fix: Fix attributes on generic parameters colliding in item tree 2024-04-27 13:15:36 +02:00
docs Show workspace info in the status bar 2024-04-26 11:28:33 +02:00
editors/code Show workspace info in the status bar 2024-04-26 11:28:33 +02:00
lib chore: add some tracing to project loading 2024-04-22 11:39:01 -04:00
xtask chore: add some tracing to project loading 2024-04-22 11:39:01 -04:00
.editorconfig chore: add some tracing to project loading 2024-04-22 11:39:01 -04:00
.git-blame-ignore-revs Show workspace info in the status bar 2024-04-26 11:28:33 +02:00
.gitattributes chore: add some tracing to project loading 2024-04-22 11:39:01 -04:00
.gitignore chore: add some tracing to project loading 2024-04-22 11:39:01 -04:00
.typos.toml chore: add some tracing to project loading 2024-04-22 11:39:01 -04:00
Cargo.lock Auto merge of #17102 - davidbarsky:david/add-some-tracing-to-project-loading, r=lnicola 2024-04-22 15:56:06 +00:00
Cargo.toml chore: add some tracing to project loading 2024-04-22 11:39:01 -04:00
clippy.toml chore: add some tracing to project loading 2024-04-22 11:39:01 -04:00
CONTRIBUTING.md chore: add some tracing to project loading 2024-04-22 11:39:01 -04:00
LICENSE-APACHE chore: add some tracing to project loading 2024-04-22 11:39:01 -04:00
LICENSE-MIT chore: add some tracing to project loading 2024-04-22 11:39:01 -04:00
PRIVACY.md chore: add some tracing to project loading 2024-04-22 11:39:01 -04:00
README.md chore: add some tracing to project loading 2024-04-22 11:39:01 -04:00
rust-bors.toml chore: add some tracing to project loading 2024-04-22 11:39:01 -04:00
rust-version Use josh for subtree syncs 2024-04-21 10:07:08 +03:00
rustfmt.toml chore: add some tracing to project loading 2024-04-22 11:39:01 -04:00
triagebot.toml chore: add some tracing to project loading 2024-04-22 11:39:01 -04: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.