| commit | 7ab669f32f97f126a063027b99095c6b6b63e620 | [log] [tgz] |
|---|---|---|
| author | bors <bors@rust-lang.org> | Mon Oct 13 05:11:33 2025 +0000 |
| committer | bors <bors@rust-lang.org> | Mon Oct 13 05:11:33 2025 +0000 |
| tree | 99b9dd23b466e5bd87eda7a3f8a473a26e97935e | |
| parent | 71cd25a2f0e35927806ce2e4b53723f491b4b1bc [diff] | |
| parent | 3d94daf4bec055d0e96685044e5f31e7b2b7e183 [diff] |
Auto merge of #147518 - dianqk:update-llvm, r=cuviper,Kobzol Update LLVM to 21.1.3 Fixes https://github.com/rust-lang/rust/issues/146742. After rust-lang/rust#146124, we need more space to run x86_64-gnu-distcheck if building LLVM from source. According to the building log, the space freed by `free-disk-space-linux.sh` is not entirely available. ``` You are running out of disk space. The runner will stop working when the machine runs out of disk space. Free space left: 98 MB disk usage: Filesystem Size Used Avail Use% Mounted on /dev/root 72G 43G 29G 60% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sda16 881M 60M 760M 8% /boot /dev/sda15 105M 6.2M 99M 6% /boot/efi /dev/sdb1 74G 28K 70G 1% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ```
rust-analyzer is a language server that provides IDE functionality for writing Rust programs. You can use it with any editor that supports the Language Server Protocol (VS Code, Vim, Emacs, Zed, etc).
rust-analyzer features include go-to-definition, find-all-references, refactorings and code completion. rust-analyzer also supports integrated formatting (with rustfmt) and integrated diagnostics (with rustc and clippy).
Internally, rust-analyzer is structured as a set of libraries for analyzing Rust code. See Architecture in the manual.
https://rust-analyzer.github.io/book/installation.html
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.
See the security and privacy sections of the manual.
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
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.