|
8 | 8 |
|
9 | 9 | # Building and debugging `rustc` |
10 | 10 |
|
11 | | -- [How to Build and Run the Compiler](./building/how-to-build-and-run.md) |
| 11 | +- [How to build and run the compiler](./building/how-to-build-and-run.md) |
12 | 12 | - [Prerequisites](./building/prerequisites.md) |
13 | 13 | - [Suggested Workflows](./building/suggested.md) |
14 | 14 | - [Distribution artifacts](./building/build-install-distribution-artifacts.md) |
|
25 | 25 | - [Test headers](./tests/headers.md) |
26 | 26 | - [Performance testing](./tests/perf.md) |
27 | 27 | - [Crater](./tests/crater.md) |
28 | | -- [Debugging the Compiler](./compiler-debugging.md) |
| 28 | +- [Debugging the compiler](./compiler-debugging.md) |
29 | 29 | - [Using the tracing/logging instrumentation](./tracing.md) |
30 | 30 | - [Profiling the compiler](./profiling.md) |
31 | 31 | - [with the linux perf tool](./profiling/with_perf.md) |
|
57 | 57 | # High-level Compiler Architecture |
58 | 58 |
|
59 | 59 | - [Prologue](./part-2-intro.md) |
60 | | -- [Overview of the Compiler](./overview.md) |
| 60 | +- [Overview of the compiler](./overview.md) |
61 | 61 | - [The compiler source code](./compiler-src.md) |
62 | 62 | - [Bootstrapping](./building/bootstrapping.md) |
63 | 63 | - [Queries: demand-driven compilation](./query.md) |
|
95 | 95 | - [MIR construction](./mir/construction.md) |
96 | 96 | - [MIR visitor and traversal](./mir/visitor.md) |
97 | 97 | - [MIR passes: getting the MIR for a function](./mir/passes.md) |
98 | | -- [Identifiers in the Compiler](./identifiers.md) |
| 98 | +- [Identifiers in the compiler](./identifiers.md) |
99 | 99 | - [Closure expansion](./closure.md) |
100 | 100 | - [Inline assembly](./asm.md) |
101 | 101 |
|
|
168 | 168 | - [Profile-guided Optimization](./profile-guided-optimization.md) |
169 | 169 | - [LLVM Source-Based Code Coverage](./llvm-coverage-instrumentation.md) |
170 | 170 | - [Sanitizers Support](./sanitizers.md) |
171 | | -- [Debugging Support in the Rust Compiler](./debugging-support-in-rustc.md) |
| 171 | +- [Debugging support in the Rust compiler](./debugging-support-in-rustc.md) |
172 | 172 |
|
173 | 173 | --- |
174 | 174 |
|
|
0 commit comments