Labels
Labels
880 labels
- Area: Attributes (`#[…]`, `#![…]`)
- Area: auto traits (e.g., `auto trait Send {}`)
- Area: Autovectorization, which can impact perf or code size
- Area: Backtraces
- Area: binary formats (e.g. ELF, XCOFF, etc.)
- Area: bootstrap `config.toml` and the config system
- Area: bootstrap profiling
- Area: issues with the meaning of stage numbers
- Area: bootstrap stamp logic
- Area: bootstrap tracing
- Area: The borrow checker
- Area: Our favorite opsem complication
- Area: `cfg` conditional compilation
- Area: Our Github Actions CI
- Area: Command-line interface (CLI) to the compiler
- Area: Clippy
- Area: Closures (`|…| { … }`)
- Area: Source-based code coverage (-Cinstrument-coverage)
- Area: Code generation
- Area: implicit and explicit `expr as Type` coercions
- Area: Coherence
- Area: Concerning coinduction, most often for auto traits
- Area: `std::collections`
- Area: compiler-builtins (https://github.com/rust-lang/compiler-builtins)
- Area: The compiletest test runner
- Area: compiletest error annotations
- Area: compiletest compare-modes
- Area: compiletest directives
- Area: compiletest normalizations
- Area: Concurrency