Go to file
bors bdbbb6c6a7 Auto merge of #125546 - ChrisDenton:mingw-ci, r=Mark-Simulacrum
Try to not reinstall tools in mingw CI

Reinstalling the tools seems prone to failure (e.g. [latest](https://github.com/rust-lang/rust/pull/125529#issuecomment-2130919307)) and is more work. It also seems unnecessary as CI actually uses a vendored tarball for builds.

cc `@mati865`
2024-05-26 18:50:48 +00:00
.github Rollup merge of #123492 - lcnr:master, r=davidtwco 2024-05-21 20:28:47 +02:00
.reuse
LICENSES
compiler Rollup merge of #125508 - scottmcm:fix-125506, r=Nilstrieb 2024-05-26 13:43:07 +02:00
library Auto merge of #122079 - tbu-:pr_copy_file_range_probe, r=the8472 2024-05-26 15:48:29 +00:00
src Auto merge of #125546 - ChrisDenton:mingw-ci, r=Mark-Simulacrum 2024-05-26 18:50:48 +00:00
tests Rollup merge of #125508 - scottmcm:fix-125506, r=Nilstrieb 2024-05-26 13:43:07 +02:00
.editorconfig
.git-blame-ignore-revs
.gitattributes
.gitignore
.gitmodules refactor: add rustc-perf submodule to src/tools 2024-05-20 14:56:49 +00:00
.mailmap
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYRIGHT
Cargo.lock compiler: const_eval/transform/validate.rs -> mir_transform/validate.rs 2024-05-24 09:56:56 -07:00
Cargo.toml
INSTALL.md
LICENSE-APACHE
LICENSE-MIT
README.md
RELEASES.md
config.example.toml describe new default value for `rust.lld` in config template 2024-05-16 16:08:06 +00:00
configure
rust-bors.toml
rustfmt.toml refactor: add rustc-perf submodule to src/tools 2024-05-20 14:56:49 +00:00
triagebot.toml Rollup merge of #125375 - Kobzol:triagebot-rfl-ping-group, r=Mark-Simulacrum 2024-05-26 13:43:06 +02:00
x
x.ps1
x.py

README.md

This is the main source code repository for Rust. It contains the compiler, standard library, and documentation.

Why Rust?

  • 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).

Quick Start

Read "Installation" from The Book.

Installing from Source

If you really want to install from source (though this is not recommended), see INSTALL.md.

Getting Help

See https://www.rust-lang.org/community for a list of chat platforms and forums.

Contributing

See CONTRIBUTING.md.

License

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.

Trademark

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.