Skip to content

No labels!

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

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
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
A-licensing
A-licensing
Area: Compiler licensing
A-lifetimes
A-lifetimes
Area: Lifetimes / regions
A-link-to-definition
A-link-to-definition
rustdoc --generate-link-to-definition nightly-only feature
A-linkage
A-linkage
Area: linking into static, shared libraries and binaries
A-linkers
A-linkers
Area: linkers... you gotta love linkers
A-lints
A-lints
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 (LTO)
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
A-macros-2.0
A-macros-2.0
Area: Declarative macros 2.0 (#39412)
A-markdown-parsing
A-markdown-parsing
Area: Markdown parsing for doc-comments
A-maybe-future-edition
A-maybe-future-edition
Something we may consider for a future edition.