No labels!
There aren’t any labels for this repository quite yet.
349 labels
A-associated-items
A-associated-items
Area: Associated items such as associated types and consts.
A-coercions
A-coercions
Area: implicit and explicit `expr as Type` coercions
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-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-debuginfo
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
A-diagnostics
A-diagnostics
Area: Messages for errors, warnings, and lints
A-doc-coverage
A-doc-coverage
Area: Calculating how much of a crate has documentation
A-driver
A-driver
Area: rustc_driver that ties everything together into the `rustc` compiler
A-edition-2018-lints
A-edition-2018-lints
Area: lints supporting the 2018 edition