Find a file
David Barsky d711d0a19a
Merge pull request #19553 from davidbarsky/davidbarsky/fix-rustdoc-tests
internal: fix `NameGenerator`'s and `AnyMap`'s rustdocs
2025-04-09 16:56:31 +00:00
.github Add post-merge analysis CI workflow 2025-03-07 09:43:52 +01:00
compiler Auto merge of #137695 - nnethercote:always-inline-query_get_at, r=saethlin 2025-03-09 21:36:57 +00:00
library std: move stdio to sys 2025-03-09 23:42:13 +01:00
LICENSES
src Merge pull request #19553 from davidbarsky/davidbarsky/fix-rustdoc-tests 2025-04-09 16:56:31 +00:00
tests doctests: build test bundle and harness separately 2025-03-10 01:47:36 +01:00
.clang-format
.editorconfig
.git-blame-ignore-revs
.gitattributes
.gitignore Git ignore citool's target directory 2025-03-06 06:57:00 -08:00
.gitmodules
.ignore
.mailmap
Cargo.lock Rollup merge of #138160 - jdonszelmann:move-find-attr2, r=oli-obk 2025-03-09 10:34:52 +01:00
Cargo.toml Add unreachable_pub to the default lints for compiler/ crates. 2025-03-08 08:41:43 +11:00
CODE_OF_CONDUCT.md
config.example.toml move rust.description to build.description 2025-03-05 08:38:40 +03:00
configure
CONTRIBUTING.md Fix some typos 2025-03-04 16:05:32 +08:00
COPYRIGHT
INSTALL.md Update MSVC INSTALL.md instructions to recommend VS 2022 + recent Windows 10/11 SDK 2025-03-04 03:47:45 +08:00
LICENSE-APACHE
license-metadata.json
LICENSE-MIT
README.md
RELEASES.md
REUSE.toml
rust-bors.toml
rustfmt.toml
triagebot.toml Rollup merge of #137885 - klensy:tidy-triagebot, r=jieyouxu 2025-03-09 10:34:48 +01: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.