Skip to content

Commit 8e3fcaf

Browse files
committed
rename compiler source chapter and add placeholder for overview
1 parent 72a7022 commit 8e3fcaf

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

src/SUMMARY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@
3535
- [Licenses](./licenses.md)
3636

3737
- [Part 2: High-level Compiler Architecture](./part-2-intro.md)
38-
- [High-level overview of the compiler source](./high-level-overview.md)
3938
- [The Rustc Driver and Interface](./rustc-driver.md)
4039
- [Rustdoc](./rustdoc.md)
4140
- [Ex: Type checking through `rustc_interface`](./rustc-driver-interacting-with-the-ast.md)
41+
- [Overview of the Compiler](./overview.md)
42+
- [The compiler source code](./compiler-src.md)
4243
- [Queries: demand-driven compilation](./query.md)
4344
- [The Query Evaluation Model in Detail](./queries/query-evaluation-model-in-detail.md)
4445
- [Incremental compilation](./queries/incremental-compilation.md)
File renamed without changes.

src/overview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Overview of the Compiler
2+
3+
See https://github.com/rust-lang/rustc-dev-guide/pull/633

0 commit comments

Comments
 (0)