Skip to content

No labels!

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

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-no_std
A-no_std
Area: `#![no_std]`
A-panic
A-panic
Area: Panicking machinery
A-parallel-compiler
A-parallel-compiler
Area: parallel compiler
A-parser
A-parser
Area: The lexing & 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
A-plugins
A-plugins
Area: compiler plugins, doc.rust-lang.org/nightly/unstable-book/language-features/plugin.html
A-pretty
A-pretty
Area: Pretty printing (including `-Z unpretty`)
A-print-requests
A-print-requests
Area: print requests (`--print=...`)
A-proc-macro-back-compat
A-proc-macro-back-compat
Area: Backwards compatibility hacks for proc macros
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-python
A-python
Area: python, like bootstrap/CI scripts or linters/formatters, etc.
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-reachable-priv
A-reachable-priv
Issues involving private types that are indirectly reachable or effect the public api
A-repr
A-repr
Area: the `#[repr(stuff)]` attribute
A-repr-packed
A-repr-packed
Area: the naughtiest repr
A-reproducibility
A-reproducibility
Area: Reproducible / deterministic builds