Pinned Repositories
book
The Rust Programming Language
cargo
The Rust package manager
mdBook
Create book from markdown files. Like Gitbook but implemented in Rust
rfcs
RFCs for changes to Rust
rust
Empowering everyone to build reliable and efficient software.
rust-analyzer
A Rust compiler front-end for IDEs
rust-by-example
Learn Rust with examples (Live code editor included)
rust-clippy
A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
rustlings
:crab: Small exercises to get you used to reading and writing Rust code!
rustup
The Rust toolchain installer
The Rust Programming Language's Repositories
rust-lang/rustlings
:crab: Small exercises to get you used to reading and writing Rust code!
rust-lang/regex
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
rust-lang/log
Logging implementation for Rust
rust-lang/git2-rs
libgit2 bindings for Rust
rust-lang/rust-playground
The Rust Playground
rust-lang/portable-simd
The testing ground for the future of portable SIMD in Rust
rust-lang/rust-enhanced
The official Sublime Text 4 package for the Rust Programming Language
rust-lang/cfg-if
A if/elif-like macro for Rust #[cfg] statements
rust-lang/backtrace-rs
Backtraces in Rust
rust-lang/glob
Support for matching file paths against Unix shell style patterns.
rust-lang/compiler-builtins
Rust implementations of compiler-rt and libm
rust-lang/stacker
Manual segmented stacks for Rust
rust-lang/a-mir-formality
a model of MIR and the Rust type/trait system
rust-lang/edition-guide
A guide to changes between various editions of Rust
rust-lang/google-summer-of-code
Rust project ideas for Google Summer of Code
rust-lang/cargo-bisect-rustc
Bisects rustc, either nightlies or CI artifacts
rust-lang/thanks
Celebrate Rust contributors.
rust-lang/libs-team
The home of the library team
rust-lang/libz-sys
Rust crate package to link to a system libz (zlib)
rust-lang/llvm-project
Rust-specific fork of LLVM.
rust-lang/thorin
DWARF packaging utility, written in Rust, supporting GNU extension and DWARF 5 package formats.
rust-lang/infra-team
Coordination repository for the Rust infra team
rust-lang/trait-system-refactor-initiative
The Rustc Trait System Refactor Initiative
rust-lang/promote-release
Tooling to publish Rust releases.
rust-lang/relnotes
Generate release notes for "The Rust Programming Language"
rust-lang/gha-self-hosted
GitHub Actions self-hosted runners infrastructure
rust-lang/josh-sync
Utilities for synchronizing Josh subtrees to the Rust compiler repo
rust-lang/literal-escaper
Provides code to unescape string literals. It is used by rustc_lexer and proc_macro.
rust-lang/enzyme
Rust-specific fork of Enzyme.
rust-lang/content-team
Home of the Rust Content Team