Skip to content

No labels!

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

A-attributes
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-auto-traits
A-auto-traits
Area: auto traits (e.g., `auto trait Send {}`)
A-autovectorization
A-autovectorization
Area: Autovectorization, which can impact perf or code size
A-backtrace
A-backtrace
Area: Backtraces
A-binary-formats
A-binary-formats
Area: binary formats (e.g. ELF, XCOFF, etc.)
A-bootstrap-config
A-bootstrap-config
Area: bootstrap `config.toml` and the config system
A-bootstrap-profiling
A-bootstrap-profiling
Area: bootstrap profiling
A-bootstrap-stages
A-bootstrap-stages
Area: issues with the meaning of stage numbers
A-bootstrap-stamp
A-bootstrap-stamp
Area: bootstrap stamp logic
A-bootstrap-tracing
A-bootstrap-tracing
Area: bootstrap tracing
A-borrow-checker
A-borrow-checker
Area: The borrow checker
A-box
A-box
Area: Our favorite opsem complication
A-cfg
A-cfg
Area: `cfg` conditional compilation
A-CI
A-CI
Area: Our Github Actions CI
A-CLI
A-CLI
Area: Command-line interface (CLI) to the compiler
A-clippy
A-clippy
Area: Clippy
A-closures
A-closures
Area: Closures (`|…| { … }`)
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-compiler-builtins
A-compiler-builtins
Area: compiler-builtins (https://github.com/rust-lang/compiler-builtins)
A-compiletest
A-compiletest
Area: The compiletest test runner
A-compiletest-annotations
A-compiletest-annotations
Area: compiletest error annotations
A-compiletest-compare-modes
A-compiletest-compare-modes
Area: compiletest compare-modes
A-compiletest-directives
A-compiletest-directives
Area: compiletest directives
A-compiletest-normalizations
A-compiletest-normalizations
Area: compiletest normalizations
A-concurrency
A-concurrency
Area: Concurrency