848 B
848 B
Summary
- About this guide
- How to build the compiler and run what you built
- Using the compiler testing framework
- Walkthrough: a typical contribution
- High-level overview of the compiler source
- The parser
- Macro expansion
- Name resolution
- The HIR (High-level IR)
- The
tymodule: representing types - Type inference
- Trait resolution
- Type checking
- MIR construction
- MIR borrowck
- MIR optimizations
- trans: generating LLVM IR
- Glossary