-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
56 files
Submodule reference
updated
9 files
+1 −0 | src/SUMMARY.md | |
+22 −6 | src/expressions.md | |
+63 −4 | src/expressions/operator-expr.md | |
+17 −0 | src/expressions/underscore-expr.md | |
+2 −0 | src/identifiers.md | |
+21 −4 | src/macros-by-example.md | |
+3 −4 | src/patterns.md | |
+39 −3 | src/tokens.md | |
+1 −1 | src/trait-bounds.md |
Submodule rustc-dev-guide
updated
35 files
+3 −0 | book.toml | |
+9 −2 | src/SUMMARY.md | |
+2 −2 | src/about-this-guide.md | |
+367 −0 | src/asm.md | |
+1 −1 | src/backend/codegen.md | |
+2 −2 | src/backend/monomorph.md | |
+1 −1 | src/building/bootstrapping.md | |
+1 −1 | src/building/compiler-documenting.md | |
+13 −16 | src/building/how-to-build-and-run.md | |
+1 −1 | src/building/suggested.md | |
+2 −2 | src/compiler-src.md | |
+0 −223 | src/compiletest.md | |
+1 −1 | src/contributing.md | |
+14 −7 | src/conventions.md | |
+1 −1 | src/crates-io.md | |
+1 −1 | src/diagnostics/diagnostic-items.md | |
+14 −160 | src/getting-started.md | |
+20 −23 | src/implementing_new_features.md | |
+1 −1 | src/macro-expansion.md | |
+2 −2 | src/overview.md | |
+2 −5 | src/profiling.md | |
+7 −2 | src/rustdoc.md | |
+1 −1 | src/test-implementation.md | |
+139 −524 | src/tests/adding.md | |
+73 −0 | src/tests/ci.md | |
+526 −0 | src/tests/compiletest.md | |
+45 −0 | src/tests/crater.md | |
+52 −0 | src/tests/docker.md | |
+403 −0 | src/tests/headers.md | |
+134 −330 | src/tests/intro.md | |
+50 −0 | src/tests/perf.md | |
+128 −17 | src/tests/running.md | |
+500 −0 | src/tests/ui.md | |
+1 −1 | src/ty.md | |
+10 −10 | src/walkthrough.md |