File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 35
35
- [ Licenses] ( ./licenses.md )
36
36
37
37
- [ Part 2: High-level Compiler Architecture] ( ./part-2-intro.md )
38
- - [ High-level overview of the compiler source] ( ./high-level-overview.md )
39
- - [ The Rustc Driver and Interface] ( ./rustc-driver.md )
40
- - [ Rustdoc] ( ./rustdoc.md )
38
+ - [ Overview of the Compiler] ( ./overview.md )
39
+ - [ The compiler source code] ( ./compiler-src.md )
41
40
- [ Queries: demand-driven compilation] ( ./query.md )
42
41
- [ The Query Evaluation Model in Detail] ( ./queries/query-evaluation-model-in-detail.md )
43
42
- [ Incremental compilation] ( ./queries/incremental-compilation.md )
File renamed without changes.
Original file line number Diff line number Diff line change
1
+ # Overview of the Compiler
2
+
3
+ See https://github.com/rust-lang/rustc-dev-guide/pull/633
You can’t perform that action at this time.
0 commit comments