forked from rust-lang/rust
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5d842a6
commit 49795b4
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule rustc-dev-guide
updated
19 files
+4 −3 | examples/rustc-driver-example.rs | |
+1 −0 | examples/rustc-driver-getting-diagnostics.rs | |
+3 −2 | src/SUMMARY.md | |
+38 −0 | src/about-this-guide.md | |
+8 −1 | src/bug-fix-procedure.md | |
+31 −2 | src/building/how-to-build-and-run.md | |
+2 −0 | src/building/new-target.md | |
+2 −0 | src/building/suggested.md | |
+1 −1 | src/compiler-debugging.md | |
+101 −229 | src/contributing.md | |
+3 −0 | src/conventions.md | |
+157 −0 | src/external-repos.md | |
+1 −1 | src/fuzzing.md | |
+39 −238 | src/getting-started.md | |
+2 −0 | src/implementing_new_features.md | |
+6 −31 | src/notification-groups/cleanup-crew.md | |
+1 −1 | src/rustc-driver-getting-diagnostics.md | |
+1 −1 | src/rustc-driver-interacting-with-the-ast.md | |
+5 −3 | src/rustdoc.md |