| commit | 0df096161dd9eeb9a1ae4dbef3e4779b44968ec8 | [log] [tgz] |
|---|---|---|
| author | bors <bors@rust-lang.org> | Wed Jul 30 06:00:09 2025 +0000 |
| committer | bors <bors@rust-lang.org> | Wed Jul 30 06:00:09 2025 +0000 |
| tree | 579773a4c7e8e193c455f6516ec5ddafc72776a9 | |
| parent | 041b0c999a263075b9fb6c5599f60d76023d9b74 [diff] | |
| parent | f13fe5a4dc0ba9f968d68196169cce7c27a4ab44 [diff] |
Auto merge of #144305 - ChrisDenton:win-free-disk-space, r=marcoieni Free disk space on Windows 2025 runners I've managed to reduce the time deletion takes by: - Using powershell, which is generally faster for filesystem operations than msys2 - Performing deletions concurrently then waiting for them all to complete It still takes 2-10 mins but that's not too bad.
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.
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.