|
1 | 1 | # Summary
|
2 | 2 |
|
3 |
| -- [About this guide](./about-this-guide.md) |
| 3 | +[About this guide](./about-this-guide.md) |
| 4 | + |
| 5 | +--- |
| 6 | + |
| 7 | +- [Part 1 Intro](./part-1-intro.md) |
4 | 8 | - [About the compiler team](./compiler-team.md)
|
5 | 9 | - [How to build the compiler and run what you built](./how-to-build-and-run.md)
|
6 | 10 | - [Build and Install distribution artifacts](./build-install-distribution-artifacts.md)
|
7 | 11 | - [Documenting Compiler](./compiler-documenting.md)
|
8 |
| -- [Coding conventions](./conventions.md) |
9 |
| -- [Stabilizing Features](./stabilization_guide.md) |
10 |
| -- [Walkthrough: a typical contribution](./walkthrough.md) |
11 | 12 | - [The compiler testing framework](./tests/intro.md)
|
12 | 13 | - [Running tests](./tests/running.md)
|
13 | 14 | - [Adding new tests](./tests/adding.md)
|
14 |
| - - [Using `compiletest` + commands to control test |
15 |
| - execution](./compiletest.md) |
| 15 | + - [Using `compiletest` + commands to control test execution](./compiletest.md) |
| 16 | +- [Walkthrough: a typical contribution](./walkthrough.md) |
| 17 | +- [Stabilizing Features](./stabilization_guide.md) |
16 | 18 | - [Debugging the Compiler](./compiler-debugging.md)
|
17 | 19 | - [Profiling the compiler](./profiling.md)
|
18 | 20 | - [with the linux perf tool](./profiling/with_perf.md)
|
| 21 | +- [Coding conventions](./conventions.md) |
| 22 | + |
| 23 | +--- |
| 24 | + |
| 25 | +- [Part 2 Intro](./part-2-intro.md) |
19 | 26 | - [High-level overview of the compiler source](./high-level-overview.md)
|
20 | 27 | - [The Rustc Driver](./rustc-driver.md)
|
21 | 28 | - [Rustdoc](./rustdoc.md)
|
|
71 | 78 |
|
72 | 79 | ---
|
73 | 80 |
|
74 |
| -- [Appendix A: Stupid Stats](./appendix/stupid-stats.md) |
75 |
| -- [Appendix B: Background material](./appendix/background.md) |
76 |
| -- [Appendix C: Glossary](./appendix/glossary.md) |
77 |
| -- [Appendix D: Code Index](./appendix/code-index.md) |
| 81 | +[Appendix A: Stupid Stats](./appendix/stupid-stats.md) |
| 82 | +[Appendix B: Background material](./appendix/background.md) |
| 83 | +[Appendix C: Glossary](./appendix/glossary.md) |
| 84 | +[Appendix D: Code Index](./appendix/code-index.md) |
0 commit comments