Skip to content

Commit 013df8b

Browse files
committed
move CONTRIBUTING.md to rustc-dev-guide
1 parent 21ee99e commit 013df8b

File tree

2 files changed

+508
-8
lines changed

2 files changed

+508
-8
lines changed

src/SUMMARY.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44

55
---
66

7-
- [Part 1: Building, debugging, and contributing to Rustc](./part-1-intro.md)
7+
- [Part 1: Building and debugging Rustc](./part-1-intro.md)
88
- [Prerequisites](./building/prerequisites.md)
99
- [Getting Started](./getting-started.md)
10-
- [About the compiler team](./compiler-team.md)
1110
- [How to Build and Run the Compiler](./building/how-to-build-and-run.md)
1211
- [Suggested Workflows](./building/suggested.md)
1312
- [Bootstrapping](./building/bootstrapping.md)
@@ -18,24 +17,26 @@
1817
- [Running tests](./tests/running.md)
1918
- [Adding new tests](./tests/adding.md)
2019
- [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)
2620
- [Debugging the Compiler](./compiler-debugging.md)
2721
- [Profiling the compiler](./profiling.md)
2822
- [with the linux perf tool](./profiling/with_perf.md)
29-
- [Coding conventions](./conventions.md)
3023
- [crates.io Dependencies](./crates-io.md)
3124
- [Errors and Lints](diagnostics.md)
3225
- [`LintStore`](./diagnostics/lintstore.md)
3326
- [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)
3434
- [Notification groups](notification-groups/about.md)
3535
- ["Cleanup Crew"](notification-groups/cleanup-crew.md)
3636
- [LLVM](notification-groups/llvm.md)
3737
- [Windows](notification-groups/windows.md)
3838
- [ARM](notification-groups/arm.md)
39+
- [Coding conventions](./conventions.md)
3940
- [Licenses](./licenses.md)
4041
- [Part 2: High-level Compiler Architecture](./part-2-intro.md)
4142
- [Overview of the Compiler](./overview.md)

0 commit comments

Comments
 (0)