-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule book
updated
7 files
Submodule reference
updated
3 files
+1 −0 | book.toml | |
+1 −2 | src/attributes/testing.md | |
+3 −3 | src/crates-and-source-files.md |
Submodule rustc-dev-guide
updated
15 files
+1 −1 | book.toml | |
+8 −4 | ci/date-check/src/main.rs | |
+11 −8 | src/backend/codegen.md | |
+2 −1 | src/building/prerequisites.md | |
+89 −70 | src/diagnostics/diagnostic-structs.md | |
+32 −13 | src/diagnostics/lintstore.md | |
+16 −9 | src/diagnostics/translation.md | |
+8 −4 | src/git.md | |
+110 −49 | src/parallel-rustc.md | |
+34 −31 | src/part-5-intro.md | |
+5 −21 | src/stabilization_guide.md | |
+0 −1 | src/test-implementation.md | |
+8 −7 | src/the-parser.md | |
+105 −56 | src/thir.md | |
+3 −5 | src/type-inference.md |