File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
---
6
6
7
- - [ Part 1 Intro ] ( ./part-1-intro.md )
7
+ - [ Part 1: Building, debugging, and contributing to Rustc ] ( ./part-1-intro.md )
8
8
- [ About the compiler team] ( ./compiler-team.md )
9
9
- [ How to build the compiler and run what you built] ( ./how-to-build-and-run.md )
10
10
- [ Build and Install distribution artifacts] ( ./build-install-distribution-artifacts.md )
22
22
23
23
---
24
24
25
- - [ Part 2 Intro ] ( ./part-2-intro.md )
25
+ - [ Part 2: How rustc works ] ( ./part-2-intro.md )
26
26
- [ High-level overview of the compiler source] ( ./high-level-overview.md )
27
27
- [ The Rustc Driver] ( ./rustc-driver.md )
28
28
- [ Rustdoc] ( ./rustdoc.md )
Original file line number Diff line number Diff line change 1
- # Part 1: General Knowledge
1
+ # Part 1: Building, debugging, and contributing to Rustc
2
2
3
3
This section of the rustc-guide contains knowledge that should be useful to you
4
4
regardless of what part of the compiler you are working on. This includes both
You can’t perform that action at this time.
0 commit comments