Skip to content

No labels!

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

-Cprefer-dynamic
-Cprefer-dynamic
Codegen option: Prefer dynamic linking to static linking.
-Zbuild-std
-Zbuild-std
Unstable Cargo option: Compile the standard library yourself.
-Znormalize-docs
-Znormalize-docs
Unstable rustdoc option: Normalize/evaluate types when generating docs
-Zpolymorphize
-Zpolymorphize
Unstable option: Polymorphization.
-Zrandomize-layout
-Zrandomize-layout
Unstable option: Randomize the layout of types.
A-abi
A-abi
Area: Concerning the application binary interface (ABI).
A-allocators
A-allocators
Area: Custom and system allocators
A-array
A-array
Area: [T; N]
A-associated-items
A-associated-items
Area: Associated items such as associated types and consts.
A-async-await
A-async-await
Area: Async & Await
A-atomic
A-atomic
Area: atomics, barriers, and sync primitives
A-attributes
A-attributes
Area: #[attributes(..)]
A-auto-traits
A-auto-traits
Area: auto traits (`auto trait Send`)
A-autovectorization
A-autovectorization
Issue related to autovectorization, which can impact perf or code size.
A-borrow-checker
A-borrow-checker
Area: The borrow checker
A-ci
A-ci
Area: Our Github Actions CI
A-cli
A-cli
Area: Command line interface to the compiler.
A-clippy
A-clippy
Area: Clippy
A-closures
A-closures
Area: closures (`|args| { .. }`)
A-code-coverage
A-code-coverage
Area: Source-based code coverage (-Cinstrument-coverage)
A-codegen
A-codegen
Area: Code generation
A-coercions
A-coercions
Area: implicit and explicit `expr as Type` coercions
A-coherence
A-coherence
Area: Coherence
A-coinduction
A-coinduction
Area: Concerning coinduction, most often for auto traits
A-collections
A-collections
Area: std::collections.
A-concurrency
A-concurrency
Area: Concurrency related issues.
A-const-eval
A-const-eval
Area: constant evaluation (mir interpretation)
A-const-fn
A-const-fn
Area: const fn foo(..) {..}. Pure functions which can be applied at compile time.
A-const-generics
A-const-generics
Area: const generics (parameters and arguments)
A-const-prop
A-const-prop
Area: Constant Propagation