Skip to content

No labels!

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

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-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.
A-meta
A-meta
Area: Issues & PRs about the rust-lang/rust repository itself
A-metadata
A-metadata
Area: Crate metadata
A-metrics
A-metrics
Area: Metrics
A-MIR
A-MIR
Area: Mid-level IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.html
A-mir-opt
A-mir-opt
Area: MIR optimizations
A-mir-opt-GVN
A-mir-opt-GVN
Area: MIR opt Global Value Numbering (GVN)
A-mir-opt-inlining
A-mir-opt-inlining
Area: MIR inlining
A-mir-opt-nrvo
A-mir-opt-nrvo
Fixed by the Named Return Value Opt. (NRVO)
A-miri
A-miri
Area: The miri tool
A-monomorphization
A-monomorphization
Area: Monomorphization
A-naked
A-naked
Area: `#[naked]`, prologue and epilogue-free, functions, https://git.io/vAzzS
A-name-mangling
A-name-mangling
Area: name mangling / decoration
A-NLL
A-NLL
Area: Non-lexical lifetimes (NLL)
A-panic
A-panic
Area: Panicking machinery
A-parallel-queries
A-parallel-queries
Area: Parallel query execution
A-parser
A-parser
Area: The parsing of Rust source code to an AST
A-path-remapping
A-path-remapping
Area: path remapping, --remap-path-prefix, --remap-cwd-prefix, --remap-diagnostics-scope etc.
A-patterns
A-patterns
Relating to patterns and pattern matching
A-permissions
A-permissions
Area: filesystem perms and other kind of permissions
A-PGO
A-PGO
Area: Profile-guided optimizations (PGO)
A-pin
A-pin
Area: Pin