Skip to content

No labels!

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

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.
A-meta
A-meta
Area: Issues about the rust-lang/rust repository.
A-metadata
A-metadata
Area: Crate metadata
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-inlining
A-mir-opt-inlining
Area: MIR inlining
A-mir-opt-nrvo
A-mir-opt-nrvo
Fixed by 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-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-patterns
A-patterns
Relating to patterns and pattern matching
A-pin
A-pin
Area: Pin
A-plugin
A-plugin
Area: compiler plugins, doc.rust-lang.org/nightly/unstable-book/language-features/plugin.html
A-pretty
A-pretty
Area: Pretty printing.
A-proc-macro-back-compat
A-proc-macro-back-compat
Area: Backwards compatibility hacks for proc macros -s
A-proc-macros
A-proc-macros
Area: Procedural macros
A-process
A-process
Area: std::process and std::env
A-profile-rt
A-profile-rt
Area: The profiler runtime for llvm-profdata and llvm-cov
A-query-system
A-query-system
Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
A-raw-pointers
A-raw-pointers
Area: raw pointers, MaybeUninit, NonNull
A-repr-c
A-repr-c
Issue: `repr(C)` does not work the way it should
A-reproducibility
A-reproducibility
Area: Reproducible / Deterministic builds
A-resolve
A-resolve
Area: Path resolution
A-result-option
A-result-option
Area: Result and Option combinators