Skip to content

No labels!

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

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
A-stack-probe
A-stack-probe
Area: Stack probing and guard pages
A-str
A-str
Area: str and String
A-strict-provenance
A-strict-provenance
Area: Strict provenance for raw pointers
A-suggestion-diagnostics
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
A-syntaxext
A-syntaxext
Area: Syntax extensions
A-synthetic-impls
A-synthetic-impls
Area: Synthetic impls, used by rustdoc to document auto traits and traits with blanket impls
A-target-feature
A-target-feature
Area: Enabling/disabling target features like AVX, Neon, etc.
A-target-specs
A-target-specs
Area: Compile-target specifications
A-targets
A-targets
Area: Concerning the implications of different compiler targets
A-technical-debt
A-technical-debt
Area: Internal cleanup work
A-test-infra
A-test-infra
Area: test infrastructure (may span bootstrap/compiletest/more)
A-testsuite
A-testsuite
Area: The testsuite used to check the correctness of rustc
A-THIR
A-THIR
Area: Typed HIR
A-thread
A-thread
Area: `std::thread`
A-thread-locals
A-thread-locals
Area: Thread local storage (TLS)
A-tidy
A-tidy
Area: The tidy tool
A-time
A-time
Area: Time
A-tool-attributes
A-tool-attributes
Area: tool attributes like `#[rustfmt::skip]`
A-trait-objects
A-trait-objects
Area: trait objects, vtable layout
A-trait-system
A-trait-system
Area: Trait system
A-translation
A-translation
Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic