Go to file
bors 84b40fc908 Auto merge of #125628 - matthiaskrgr:rollup-3zk9v3w, r=matthiaskrgr
Rollup of 4 pull requests

Successful merges:

 - #125339 (The number of tests does not depend on the architecture's pointer width)
 - #125542 (Migrate rustdoc verify output files)
 - #125616 (MIR validation: ensure that downcast projection is followed by field projection)
 - #125625 (Use grep to implement verify-line-endings)

Failed merges:

 - #125573 (Migrate `run-make/allow-warnings-cmdline-stability` to `rmake.rs`)

r? `@ghost`
`@rustbot` modify labels: rollup
2024-05-27 20:49:23 +00:00
.github
.reuse
LICENSES
compiler Rollup merge of #125616 - RalfJung:mir-validate-downcast-projection, r=compiler-errors 2024-05-27 20:43:26 +02:00
library Rollup merge of #124870 - Lokathor:update-result-docs, r=dtolnay 2024-05-27 13:10:33 +02:00
src Auto merge of #125628 - matthiaskrgr:rollup-3zk9v3w, r=matthiaskrgr 2024-05-27 20:49:23 +00:00
tests Auto merge of #125628 - matthiaskrgr:rollup-3zk9v3w, r=matthiaskrgr 2024-05-27 20:49:23 +00:00
.editorconfig
.git-blame-ignore-revs
.gitattributes
.gitignore
.gitmodules
.mailmap
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYRIGHT
Cargo.lock Uplift EarlyBinder 2024-05-26 20:45:37 -04:00
Cargo.toml
INSTALL.md
LICENSE-APACHE
LICENSE-MIT
README.md
RELEASES.md
config.example.toml Remove deprecated field `dist.missing-tools` 2024-05-25 10:35:07 +03:00
configure
rust-bors.toml
rustfmt.toml
triagebot.toml Rollup merge of #125566 - camelid:notify-accepted, r=GuillaumeGomez 2024-05-26 15:28:29 -07: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.