Rust language and compiler ecosystem

56 repos across 3 sub-areas

The Rust programming language, its compiler, tooling, and standard libraries. This cluster contains the core Rust language implementation, package management via Cargo, the rustup installer and toolchain manager, and a broad ecosystem of Rust libraries and frameworks. Most repos are written in Rust itself, reflecting both the language's self-hosting nature and a community of contributors building core infrastructure and foundational tools.

Rust language and compiler tooling

27 repos

The Rust programming language implementation, compiler infrastructure, and core development tools. This cluster encompasses the Rust compiler itself, rustfmt (the standard code formatter), and related language projects that form the foundation of Rust's ecosystem. Contributors and maintainers work on language features, compiler optimizations, linting, and code quality tools that enable Rust developers to write safe, concurrent, and performant systems code.

Rust language tooling and development

19 repos

Infrastructure, standards, and tools for the Rust programming language itself. This cluster covers the Rust compiler (rustc), code formatting (rustfmt), language reference documentation, RFC processes for language evolution, and developer guides for contributing to Rust. Most repos are written in Rust and focus on linting, language server protocols, and ecosystem documentation. Useful for anyone working on Rust tooling, language features, or understanding how the language is developed and standardized.

Rust language and compiler ecosystem

10 repos

The Rust programming language implementation, compiler infrastructure, and core standard library development. This cluster encompasses the main Rust compiler, standard architecture libraries (stdarch, stdsimd), and closely-related language development work. Repositories here focus on language features, compiler optimization, async/await runtime support, and low-level platform abstractions that form the foundation of the Rust ecosystem.