Skip to content

No labels!

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

A-ffi
A-ffi
Area: Foreign Function Interface (FFI)
A-floating-point
A-floating-point
Area: Floating point numbers and arithmetic
A-fmt
A-fmt
Area: std::fmt
A-frontend
A-frontend
Area: frontend (errors, parsing and HIR)
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-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: Related to implied 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 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: lang 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] related
A-licensing
A-licensing
Area: compiler licensing
A-lifetimes
A-lifetimes
Area: lifetime related
A-linkage
A-linkage
Area: linking into static, shared libraries and binaries
A-lint
A-lint
Area: Lints (warnings about flaws in source code) such as unused_mut.
A-LLVM
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
A-local-reexports
A-local-reexports
Area: Documentation that has been locally re-exported (i.e., non-cross-crate)
A-lto
A-lto
Area: Link Time Optimization
A-macros
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
A-macros-1.2
A-macros-1.2
Area: Declarative macros 1.2