| commit | ba783b5fdafac1d53246de77888b1ce5560d9ac2 | [log] [tgz] |
|---|---|---|
| author | Stuart Cook <Zalathar@users.noreply.github.com> | Thu Aug 07 20:49:44 2025 +1000 |
| committer | GitHub <noreply@github.com> | Thu Aug 07 20:49:44 2025 +1000 |
| tree | cf4651ad03aeb185d118e5e2ff6870a6461303b9 | |
| parent | 4304bc3171221183a1e8a7f448a3c58d590847c1 [diff] | |
| parent | d2d766235320e2fca9288156d6ae269bbf0a0944 [diff] |
Rollup merge of #144473 - zeroomega:rustc_inconsistency, r=Mark-Simulacrum Address libunwind.a inconsistency issues in the bootstrap program We noticed when building rustc multiple time in a roll, some files will not be consistent across the build despite the fact that they are built from same source under the same environment. This patch addresses the inconsistency issue we found on libunwind.a, by sorting the order of the files passed to the linker.
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.