Labels
Labels
880 labels
- Area: the naughtiest repr
- Area: Reproducible / deterministic builds
- Area: Name/path resolution done by `rustc_resolve` specifically
- Area: Result and Option combinators
- Area: port run-make Makefiles to rmake.rs
- Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
- Relevant for the Rust-for-Linux project
- Area: rustc-dev-guide
- Area: Rustdoc's JS front-end
- Area: Rustdoc JSON backend
- Area: The (unstable) rustdoc scrape-examples feature described in RFC 3123
- Area: Rustdoc's search feature
- Area: Themes for HTML pages generated by rustdoc
- Area: `rustdoc --show-type-layout` (nightly-only)
- Area: Rustdoc UI (generated HTML)
- Area: Rustfmt
- A miscompilation found by Rustlantis
- Area: Sanitizers for correctness and code quality
- Area: saving results of analyses such as inference and borrowck results to a file.
- Area: Security (example: address space layout randomization).
- Area: Self-profiling feature of the compiler
- Area: SIMD (Single Instruction Multiple Data)
- Area: `[T]`
- Area: Slice patterns, https://github.com/rust-lang/rust/issues/23121
- Area: Trait impl specialization
- Area: Spurious failures in builds (spuriously == for no apparent reason)
- Area: `#[stable]`, `#[unstable]` etc.
- Area: stable MIR
- Area: Stack probing and guard pages
- Area: str and String