Labels
Labels
930 labels
- 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: Stack probing and guard pages
- Area: str and String
- Area: Strict provenance for raw pointers
- Area: Suggestions generated by the compiler applied by `cargo fix`
- Area: Syntax extensions
- Area: Synthetic impls, used by rustdoc to document auto traits and traits with blanket impls
- Area: Enabling/disabling target features like AVX, Neon, etc.
- Area: Compile-target specifications
- Area: Concerning the implications of different compiler targets
- Area: Internal cleanup work
- Area: temporary lifetime extension
- Area: test infrastructure (may span bootstrap/compiletest/more)
- Area: `minicore` test auxiliary and `//@ add-core-stubs`
- Area: The testsuite used to check the correctness of rustc
- Area: Typed HIR
- Area: `std::thread`
- Area: Thread local storage (TLS)
- Area: The tidy tool
- Area: Time
- Area: tool attributes like `#[rustfmt::skip]`
- Area: Trait system
- Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic
- Area: Searching rustdoc pages using type signatures
- Area: Type system
- Area: Unicode
- Area: memory leaks detected by valgrind leak-check=full