Labels
Labels
880 labels
- Area: Inline assembly (`asm!(…)`)
- Area: Intra-doc links, the ability to link to items in docs by name
- Area: Intrinsics
- Area: `std::io`, `std::fs`, `std::net` and `std::path`
- Area: Iterators
- Area: Language items
- Area: Memory layout of types
- Area: Lazy normalization (tracking issue: #60471)
- Area: lexer
- Area: `#[test]` / the `test` library
- Area: Compiler licensing
- Area: Lifetimes / regions
- rustdoc --generate-link-to-definition nightly-only feature
- Area: linking into static, shared libraries and binaries
- Area: linkers... you gotta love linkers
- Area: lint levels
- Area: Lints (warnings about flaws in source code) such as unused_mut.
- Area: Linkage issues specific to rust-lld
- Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
- Area: Documentation that has been locally re-exported (i.e., non-cross-crate)
- Area: Link-time optimization (LTO)
- Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
- Area: Markdown parsing for doc-comments
- Something we may consider for a future edition.
- `#[feature(member_constraints)]`
- Area: Issues & PRs about the rust-lang/rust repository itself
- Area: Crate metadata
- Area: method lookup (typeck, post `rustc_resolve`, not to be confused with `A-resolve`)
- Area: Metrics
- Area: Mid-level IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.html