Labels
Labels
928 labels
- Area: Documentation tests, run by rustdoc
- Area: The `rust.download-rustc` build option.
- Area: rustc_driver that ties everything together into the `rustc` compiler
- Area: Dynamically-sized types (DSTs)
- Area: Dyn compatibility (formerly: object safety)
- Area: trait objects, vtable layout
- Area: Dynamic/Shared Libraries
- Area: The 2015 edition (the first edition)
- Area: The 2018 edition
- Area: The 2021 edition
- Area: The 2024 edition
- Area: The 2027 edition (TBD)
- Area: Related to editions collectively or in general (i.e., the mechanism itself).
- Area: Enums (discriminated unions, or more generally ADTs (algebraic data types))
- Area: Explanation of an error code (--explain)
- Area: Error handling
- Relating to exhaustiveness / usefulness checking of patterns
- Area: `extern` functions
- Area: Foreign function interface (FFI)
- Area: `std::fs`
- Area: Floating point numbers and arithmetic
- Area: `core::fmt`
- Area: Compiler frontend (errors, parsing and HIR)
- Area: Generic associated types (GATs)
- Things relevant to the [future] GCC backend
- Area: `git`-related shenanigans (usually bootstrap related)
- Area: GitHub Actions (GHA)
- Area: `global_asm!`
- Area: The grammar of Rust
- Area: Code for handling the "interrupt ABI" of various processors