Skip to content

No labels!

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

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
A-contributor-roadblock
A-contributor-roadblock
Area: Makes things more difficult for new contributors to rust itself
A-control-flow
A-control-flow
Area: Relating to control flow
A-coroutines
A-coroutines
Area: Coroutines
A-cranelift
A-cranelift
Things relevant to the [future] cranelift backend
A-crate-compat
A-crate-compat
Area: Impacting semver compatibility of crates in the ecosystem
A-crates
A-crates
Area: Crates and their interactions (like crate loading)
A-cross
A-cross
Area: Cross compilation
A-cross-crate-reexports
A-cross-crate-reexports
Area: Documentation that has been re-exported from a different crate
A-debuginfo
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
A-destructors
A-destructors
Area: destructors (Drop, ..)
A-diagnostics
A-diagnostics
Area: Messages for errors, warnings, and lints
A-doc-alias
A-doc-alias
Area: #[doc(alias)]
A-doc-coverage
A-doc-coverage
Area: Calculating how much of a crate has documentation
A-docs
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
A-doctests
A-doctests
Area: Documentation tests, run by rustdoc
A-download-rustc
A-download-rustc
Area: Related to the `rust.download-rustc` build option
A-driver
A-driver
Area: rustc_driver that ties everything together into the `rustc` compiler
A-dst
A-dst
Area: Dynamically Sized Types
A-edition-2018-lints
A-edition-2018-lints
Area: lints supporting the 2018 edition
A-edition-2021
A-edition-2021
Area: The 2021 edition
A-edition-2024
A-edition-2024
Area: The 2024 edition
A-edition-2027
A-edition-2027
Area: The 2027 edition
A-error-codes
A-error-codes
Area: Explanation of an error code (--explain)
A-error-handling
A-error-handling
Area: Error handling
A-exhaustiveness-checking
A-exhaustiveness-checking
Relating to exhaustiveness / usefulness checking of patterns