Skip to content

No labels!

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

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-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-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-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
A-intrinsics
A-intrinsics
Area: Intrinsics
A-io
A-io
Area: `std::io`, `std::fs`, `std::net` and `std::path`
A-iterators
A-iterators
Area: Iterators
A-lang-item
A-lang-item
Area: Language items
A-layout
A-layout
Area: Memory layout of types
A-lazy-normalization
A-lazy-normalization
Area: Lazy normalization (tracking issue: #60471)
A-libtest
A-libtest
Area: `#[test]` / the `test` library