Empowering everyone to build reliable and efficient software.
Go to file
bors f0cb410305 Auto merge of #137182 - cuviper:beta-next, r=cuviper
[beta] Prepare Rust 1.86.0

This includes one backport:

- fix musl's CVE-2025-26519 #137127

r? cuviper
2025-02-17 21:02:40 +00:00
.github
compiler update version placeholders 2025-02-17 09:35:47 -08:00
library update version placeholders 2025-02-17 09:35:47 -08:00
LICENSES
src bump channel to beta 2025-02-17 09:45:31 -08:00
tests Rollup merge of #137038 - maurer:tolerate-captures, r=nikic 2025-02-14 14:05:28 -08:00
.clang-format
.editorconfig
.git-blame-ignore-revs
.gitattributes
.gitignore ignore vendor directory in git status 2025-02-12 21:16:36 -05:00
.gitmodules
.ignore
.mailmap
Cargo.lock Windows: Update generated bindings to 0.59 2025-02-13 10:32:59 +00:00
Cargo.toml
CODE_OF_CONDUCT.md
config.example.toml Rollup merge of #136941 - Kobzol:ccache-build, r=onur-ozkan 2025-02-13 17:46:09 -08:00
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 triagebot: automatically add more rustdoc related labels 2025-02-13 12:16:31 -06: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 media guide.

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