Skip to content

No labels!

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

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-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-plugin
A-plugin
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-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-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
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
A-resolve
A-resolve
Area: Name resolution
A-result-option
A-result-option
Area: Result and Option combinators
A-run-make
A-run-make
Area: port run-make Makefiles to rmake.rs
A-runtime
A-runtime
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
A-rust-2018-preview
A-rust-2018-preview
Area: The 2018 edition preview
A-rust-for-linux
A-rust-for-linux
Relevant for the Rust-for-Linux project
A-rustdoc-js
A-rustdoc-js
Area: Rustdoc's JS front-end
A-rustdoc-json
A-rustdoc-json
Area: Rustdoc JSON backend
A-rustdoc-scrape-examples
A-rustdoc-scrape-examples
Area: The (unstable) rustdoc scrape-examples feature described in RFC 3123