commit | cc42e3439186d0f159d1f69bf200e8c51f1b3169 | [log] [tgz] |
---|---|---|
author | Trevor Gross <t.gross35@gmail.com> | Tue Aug 06 22:17:33 2024 -0500 |
committer | GitHub <noreply@github.com> | Tue Aug 06 22:17:33 2024 -0500 |
tree | 45c69dd5a2d16063c6d8043bca6b19d0403e0394 | |
parent | b3bfd666273dcfd2f3d036f6a27ff5affc96558b [diff] | |
parent | d8c2b767c6a18780a617d82c6a232253e447e5db [diff] |
Rollup merge of #128638 - ChrisDenton:link-dedup, r=jieyouxu run-make: enable msvc for `link-dedup` This is just a case of differing style of linker arguments. I also cleaned up a bit where we were running the same command three times in a row. Instead I reused the output. One thing that confused me is why we were testing for the same lib three times in a row but not two. After figuring that out I added a note to hopefully save future readers some confusion. try-job: x86_64-msvc try-job: i686-msvc
Website | Getting started | Learn | Documentation | Contributing
This is the main source code repository for Rust. It contains the compiler, standard library, and documentation.
Performance: Fast and memory-efficient, suitable for critical services, embedded devices, and easily integrate with other languages.
Reliability: Our rich type system and ownership model ensure memory and thread safety, reducing bugs at compile-time.
Productivity: Comprehensive documentation, a compiler committed to providing great diagnostics, and advanced tooling including package manager and build tool (Cargo), auto-formatter (rustfmt), linter (Clippy) and editor support (rust-analyzer).
Read “Installation” from The Book.
If you really want to install from source (though this is not recommended), see INSTALL.md.
See https://www.rust-lang.org/community for a list of chat platforms and forums.
See CONTRIBUTING.md.
Rust is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.
See LICENSE-APACHE, LICENSE-MIT, and COPYRIGHT for details.
The Rust Foundation owns and protects the Rust and Cargo trademarks and logos (the “Rust Trademarks”).
If you want to use these names or brands, please read the media guide.
Third-party logos may be subject to third-party copyrights and trademarks. See Licenses for details.