Skip to content

No labels!

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

A-allocators
A-allocators
Area: Custom and system allocators
A-associated-items
A-associated-items
Area: Associated items such as associated types and consts.
A-attributes
A-attributes
Area: #[attributes(..)]
A-borrow-checker
A-borrow-checker
Area: The borrow checker
A-catch
A-catch
Area: `do catch { .. }` expressions
A-closures
A-closures
Area: closures (`|args| { .. }`)
A-code-coverage
A-code-coverage
Area: Source-based code coverage (-Zinstrument-coverage)
A-codegen
A-codegen
Area: Code generation
A-coercions
A-coercions
Area: implicit and explicit `expr as Type` coercions
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-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-cranelift
A-cranelift
Things relevant to the [future] cranelift backend
A-cross-crate-reexports
A-cross-crate-reexports
Area: Documentation that has been re-exported from a different crate
A-cross
A-cross
Area: Cross compilation
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-doctests
A-doctests
Area: Documentation tests, run by rustdoc
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-error-codes
A-error-codes
Area: Explanation of an error code (--explain)
You can’t perform that action at this time.