|
4 | 4 |
|
5 | 5 | ---
|
6 | 6 |
|
7 |
| -- [Part 1: Building, debugging, and contributing to Rustc](./part-1-intro.md) |
8 |
| - - [About the compiler team](./compiler-team.md) |
| 7 | +- [Part 1: Building and debugging Rustc](./part-1-intro.md) |
9 | 8 | - [How to Build and Run the Compiler](./building/how-to-build-and-run.md)
|
10 | 9 | - [Suggested Workflows](./building/suggested.md)
|
11 | 10 | - [Bootstrapping](./building/bootstrapping.md)
|
|
16 | 15 | - [Running tests](./tests/running.md)
|
17 | 16 | - [Adding new tests](./tests/adding.md)
|
18 | 17 | - [Using `compiletest` + commands to control test execution](./compiletest.md)
|
19 |
| - - [Walkthrough: a typical contribution](./walkthrough.md) |
20 |
| - - [Bug Fix Procedure](./bug-fix-procedure.md) |
21 |
| - - [Implementing new features](./implementing_new_features.md) |
22 |
| - - [Stability attributes](./stability.md) |
23 |
| - - [Stabilizing Features](./stabilization_guide.md) |
24 | 18 | - [Debugging the Compiler](./compiler-debugging.md)
|
25 | 19 | - [Profiling the compiler](./profiling.md)
|
26 | 20 | - [with the linux perf tool](./profiling/with_perf.md)
|
27 |
| - - [Coding conventions](./conventions.md) |
28 | 21 | - [crates.io Dependencies](./crates-io.md)
|
29 | 22 | - [Errors and Lints](diagnostics.md)
|
30 | 23 | - [`LintStore`](./diagnostics/lintstore.md)
|
31 | 24 | - [Diagnostic Codes](./diagnostics/diagnostic-codes.md)
|
| 25 | +- [Part 1.5: Contributing to Rust](./contributing.md) |
| 26 | + - [About the compiler team](./compiler-team.md) |
| 27 | + - [Walkthrough: a typical contribution](./walkthrough.md) |
| 28 | + - [Bug Fix Procedure](./bug-fix-procedure.md) |
| 29 | + - [Implementing new features](./implementing_new_features.md) |
| 30 | + - [Stability attributes](./stability.md) |
| 31 | + - [Stabilizing Features](./stabilization_guide.md) |
32 | 32 | - [Notification groups](notification-groups/about.md)
|
33 | 33 | - ["Cleanup Crew"](notification-groups/cleanup-crew.md)
|
34 | 34 | - [LLVM](notification-groups/llvm.md)
|
35 | 35 | - [Windows](notification-groups/windows.md)
|
36 | 36 | - [ARM](notification-groups/arm.md)
|
| 37 | + - [Coding conventions](./conventions.md) |
37 | 38 | - [Licenses](./licenses.md)
|
38 | 39 | - [Part 2: High-level Compiler Architecture](./part-2-intro.md)
|
39 | 40 | - [Overview of the Compiler](./overview.md)
|
|
0 commit comments