Master Resources
Use this section as the canonical resource hub for learning Rust compiler engineering, moving from orientation to real rustc contributions. It complements the architecture, debugging, testing, performance, and workflow material in this guide. ppl ai file upload.s3.amazonaws
Official Rust compiler resources
| Resource | Best use | Link |
| | | |
| Rust Compiler Development Guide | Primary reference for rustc architecture, bootstrapping, queries, MIR, testing, profiling, and contribution workflows | rustc dev guide |
| Rust repository | Compiler, standard library, test suite, bootstrap infrastructure, and contribution history | rust lang/rust |
| Dev Guide source | File issues or contribute improvements to the compiler documentation itself | rustc dev guide repository |