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