Compiler
This section documents the Rust compiler itself, its APIs, and how to contribute and provide bug fixes for the compiler.
External Links
- The Rustc Dev Guide documents how the compiler works as well providing helpful information to help get new contributors involved in the development.
- Rustc’s internal documentation.
- The Compiler team website is the home for all of the compiler team’s planning.
- oli-obk’s FIXME page lists all of the
FIXME
comments in the Rust compiler.