Skip to content

No labels!

There aren’t any labels for this repository quite yet.

A-download-rustc
A-download-rustc
Area: The `rust.download-rustc` build option.
A-driver
A-driver
Area: rustc_driver that ties everything together into the `rustc` compiler
A-DSTs
A-DSTs
Area: Dynamically-sized types (DSTs)
A-edition-2018-lints
A-edition-2018-lints
Area: Lints supporting the 2018 edition
A-edition-2021
A-edition-2021
Area: The 2021 edition
A-edition-2024
A-edition-2024
Area: The 2024 edition
A-edition-2027
A-edition-2027
Area: The 2027 edition
A-enum
A-enum
🤓 akshually it's an "ADT" or "algebraic data type"
A-error-codes
A-error-codes
Area: Explanation of an error code (--explain)
A-error-handling
A-error-handling
Area: Error handling
A-exhaustiveness-checking
A-exhaustiveness-checking
Relating to exhaustiveness / usefulness checking of patterns
A-FFI
A-FFI
Area: Foreign function interface (FFI)
A-filesystem
A-filesystem
Area: `std::fs`
A-floating-point
A-floating-point
Area: Floating point numbers and arithmetic
A-fmt
A-fmt
Area: `std::fmt`
A-frontend
A-frontend
Area: Compiler frontend (errors, parsing and HIR)
A-GATs
A-GATs
Area: Generic associated types (GATs)
A-gcc
A-gcc
Things relevant to the [future] GCC backend
A-github-actions
A-github-actions
Area: GitHub Actions (GHA)
A-grammar
A-grammar
Area: The grammar of Rust
A-hardware-interrupts
A-hardware-interrupts
Area: Code for handling the "interrupt ABI" of various processors
A-higher-ranked
A-higher-ranked
Area: Higher-ranked things (e.g., lifetimes, types, trait bounds aka HRTBs)
A-HIR
A-HIR
Area: The high-level intermediate representation (HIR)
A-hygiene
A-hygiene
Area: Macro hygiene
A-impl-trait
A-impl-trait
Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch.
A-implied-bounds
A-implied-bounds
Area: Implied bounds / inferred outlives-bounds
A-incr-comp
A-incr-comp
Area: Incremental compilation
A-inference
A-inference
Area: Type inference
A-inline-assembly
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
A-intra-doc-links
A-intra-doc-links
Area: Intra-doc links, the ability to link to items in docs by name