Find a file
WANG Rui 35979519ae bootstrap: Build jemalloc for LoongArch with support for 16K pages
By default, jemalloc is configured with a 4K page size. If the
host’s page size is larger than this, it will crash at runtime.
This patch raises the page size to 16K.
2025-09-11 21:55:05 +08:00
.github Merge commit '877967959a' into clippy-subtree-update 2025-08-22 14:57:22 +02:00
compiler Rollup merge of #146428 - jieyouxu:revert-assert-desugaring, r=estebank,jackh726 2025-09-11 14:06:33 +10:00
library Rollup merge of #146425 - ferrocene:pvdrz/improve-array-coverage, r=workingjubilee 2025-09-11 14:06:33 +10:00
LICENSES
src bootstrap: Build jemalloc for LoongArch with support for 16K pages 2025-09-11 21:55:05 +08:00
tests Rollup merge of #146428 - jieyouxu:revert-assert-desugaring, r=estebank,jackh726 2025-09-11 14:06:33 +10:00
.clang-format
.editorconfig editorconfig: don't use nonexistant syntax 2025-08-24 10:37:19 -05:00
.git-blame-ignore-revs
.gitattributes
.gitignore
.gitmodules
.ignore
.mailmap Rollup merge of #143713 - tgross35:mailmap, r=Mark-Simulacrum 2025-08-29 12:54:08 +10:00
bootstrap.example.toml add rust.break-on-ice to bootstrap.toml 2025-09-01 20:35:36 -07:00
Cargo.lock Rollup merge of #146378 - alexcrichton:update-wasm-component-ld, r=lqd 2025-09-10 14:17:39 +02:00
Cargo.toml Revert introduction of [workspace.dependencies]. 2025-09-02 19:12:54 +10:00
CODE_OF_CONDUCT.md
configure
CONTRIBUTING.md Merge commit '877967959a' into clippy-subtree-update 2025-08-22 14:57:22 +02:00
COPYRIGHT
INSTALL.md
LICENSE-APACHE
license-metadata.json
LICENSE-MIT
package-lock.json Update browser-ui-test version to 0.22.0 2025-09-06 20:33:37 +02:00
package.json Update browser-ui-test version to 0.22.0 2025-09-06 20:33:37 +02:00
README.md
RELEASES.md Fix some doc typos 2025-08-19 23:53:45 +02:00
REUSE.toml
rust-bors.toml
rustfmt.toml
triagebot.toml triagebot: warn about #[rustc_intrinsic_const_stable_indirect]; make warnings a bit more noticeable 2025-09-09 08:34:15 +02:00
typos.toml
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.