1
Fork 0
Empowering everyone to build reliable and efficient software. Gabriel's commits. https://www.rust-lang.org/
Find a file
2025-04-18 20:34:56 +02:00
.github Use rust-cache to speed-up citool compilation 2025-04-15 10:04:25 +02:00
compiler Auto merge of #139996 - matthiaskrgr:rollup-0nka2hw, r=matthiaskrgr 2025-04-18 13:49:17 +00:00
library Auto merge of #139996 - matthiaskrgr:rollup-0nka2hw, r=matthiaskrgr 2025-04-18 13:49:17 +00:00
LICENSES
src Update rustdoc-json-types FORMAT_VERSION to 45 2025-04-18 20:34:56 +02:00
tests Add regression test for span 1-indexed check 2025-04-18 20:32:40 +02:00
.clang-format
.editorconfig
.git-blame-ignore-revs git: ignore 60600a6fa4 for blame purposes 2025-04-17 11:50:24 +08:00
.gitattributes
.gitignore
.gitmodules
.ignore
.mailmap Add myself to mailmap 2025-04-14 14:27:15 +01:00
bootstrap.example.toml
Cargo.lock Rollup merge of #139976 - jieyouxu:plumbing, r=Kobzol 2025-04-18 05:17:54 +02:00
Cargo.toml
CODE_OF_CONDUCT.md
configure
CONTRIBUTING.md
COPYRIGHT
INSTALL.md
LICENSE-APACHE
license-metadata.json
LICENSE-MIT
README.md
RELEASES.md
REUSE.toml
rust-bors.toml
rustfmt.toml
triagebot.toml Rollup merge of #139687 - spastorino:add-spastorino-to-vacation, r=Urgau 2025-04-11 21:21:02 +02:00
x
x.ps1
x.py

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.