Skip to content

No labels!

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

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
A-resolve
A-resolve
Area: Name/path resolution done by `rustc_resolve` specifically
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-for-linux
A-rust-for-linux
Relevant for the Rust-for-Linux project
A-rustc-dev-guide
A-rustc-dev-guide
Area: rustc-dev-guide
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
A-rustdoc-search
A-rustdoc-search
Area: Rustdoc's search feature
A-rustdoc-themes
A-rustdoc-themes
Area: Themes for HTML pages generated by rustdoc
A-rustdoc-type-layout
A-rustdoc-type-layout
Area: `rustdoc --show-type-layout` (nightly-only)
A-rustdoc-ui
A-rustdoc-ui
Area: Rustdoc UI (generated HTML)
A-rustfmt
A-rustfmt
Area: Rustfmt
A-sanitizers
A-sanitizers
Area: Sanitizers for correctness and code quality
A-save-analysis
A-save-analysis
Area: saving results of analyses such as inference and borrowck results to a file.
A-security
A-security
Area: Security (example: address space layout randomization).
A-self-profile
A-self-profile
Area: Self-profiling feature of the compiler
A-SIMD
A-SIMD
Area: SIMD (Single Instruction Multiple Data)
A-slice
A-slice
Area: `[T]`
A-slice-patterns
A-slice-patterns
Area: Slice patterns, https://github.com/rust-lang/rust/issues/23121
A-specialization
A-specialization
Area: Trait impl specialization
A-spurious
A-spurious
Area: Spurious failures in builds (spuriously == for no apparent reason)
A-stability
A-stability
Area: `#[stable]`, `#[unstable]` etc.
A-stable-MIR
A-stable-MIR
Area: stable MIR