The Rust Programming Language's repositories
rust-analyzer
A Rust compiler front-end for IDEs
rust-clippy
A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
rust-bindgen
Automatically generates Rust FFI bindings to C (and some C++) libraries.
rustc-dev-guide
A guide to how rustc works and how to contribute to it.
rustc_codegen_cranelift
Cranelift based backend for rustc
rustc_codegen_gcc
libgccjit AOT codegen for rustc
crates.io-index
Registry index for crates.io
rust-forge
Information useful to people contributing to Rust
compiler-builtins
Porting `compiler-rt` intrinsics to Rust
www.rust-lang.org
The home of the Rust website
edition-guide
A guide to changes between various editions of Rust
simpleinfra
Rust Infrastructure automation
rustup-components-history
Rustup package status history
rust-repos
Dataset of Rust source code repositories
rust-project-goals
Rust Project Goals tracker
rustc-pr-tracking
Statistics about PRs on the rustc repository.
miri-test-libstd
Testing the Rust standard library with Miri, continuously
infra-smoke-tests
Smoke tests for the infrastructure of the Rust project