Go to file
bors 77101febcc Auto merge of #141501 - marcoieni:dist-x86_64-linux-codebuild-again, r=Kobzol
ci: move dist-x86_64-linux job to codebuild
2025-05-28 08:58:49 +00:00
.github Fix CI for unrolled builds on the `try-perf` branch 2025-05-27 08:44:51 +02:00
LICENSES
compiler Rollup merge of #141551 - compiler-errors:hir-lints, r=BoxyUwU 2025-05-27 20:28:32 -04:00
library Auto merge of #141668 - tgross35:rollup-03gg6lf, r=tgross35 2025-05-28 01:20:50 +00:00
src Auto merge of #141501 - marcoieni:dist-x86_64-linux-codebuild-again, r=Kobzol 2025-05-28 08:58:49 +00:00
tests Auto merge of #141668 - tgross35:rollup-03gg6lf, r=tgross35 2025-05-28 01:20:50 +00:00
.clang-format
.editorconfig
.git-blame-ignore-revs git: ignore `60600a6fa403216bfd66e04f948b1822f6450af7` for blame purposes 2025-04-17 11:50:24 +08:00
.gitattributes Mark .pp files as Rust 2025-03-29 12:39:06 +01:00
.gitignore change config.toml to bootstrap.toml for bootstrap module 2025-03-17 12:56:41 +05:30
.gitmodules Lowercase git url for rust-lang/enzyme.git 2025-05-15 21:37:49 +00:00
.ignore change config.toml to bootstrap.toml for bootstrap module 2025-03-17 12:56:41 +05:30
.mailmap Add myself to mailmap 2025-04-14 14:27:15 +01:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md Improve CONTRIBUTING.md grammar and clarity 2025-05-23 23:03:06 +02:00
COPYRIGHT
Cargo.lock bump fluent-* crates 2025-05-27 14:11:14 +03:00
Cargo.toml clippy_dev: remove the need for markers when bumping the version 2025-05-17 04:27:39 -04:00
INSTALL.md mention about `x.py setup` in `INSTALL.md` 2025-04-24 09:15:53 +03:00
LICENSE-APACHE
LICENSE-MIT
README.md
RELEASES.md Rollup merge of #140879 - pthariensflame:patch-1, r=pietroalbini 2025-05-10 16:26:04 +02:00
REUSE.toml change config.toml to bootstrap.toml for bootstrap module 2025-03-17 12:56:41 +05:30
bootstrap.example.toml add `rust.debug-assertions-tools` option 2025-04-29 11:05:06 +02:00
configure
license-metadata.json
rust-bors.toml
rustfmt.toml Initial support for dynamically linked crates 2025-05-04 22:03:15 +03:00
triagebot.toml Rollup merge of #141602 - jieyouxu:llvm-submodule, r=apiraino 2025-05-27 20:57:55 +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 integrated 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 Rust language trademark policy.

Third-party logos may be subject to third-party copyrights and trademarks. See Licenses for details.