-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule book
updated
5 files
+4 −3 | src/appendix-04-useful-development-tools.md | |
+1 −1 | src/ch05-02-example-structs.md | |
+1 −1 | src/ch13-02-iterators.md | |
+6 −5 | src/ch15-02-deref.md | |
+2 −2 | src/ch16-01-threads.md |
Submodule reference
updated
9 files
+3 −0 | src/attributes.md | |
+0 −4 | src/attributes/derive.md | |
+1 −1 | src/expressions.md | |
+2 −2 | src/expressions/block-expr.md | |
+1 −1 | src/expressions/closure-expr.md | |
+3 −3 | src/identifiers.md | |
+57 −1 | src/items/external-blocks.md | |
+25 −5 | src/type-layout.md | |
+3 −3 | src/types/pointer.md |
Submodule rust-by-example
updated
5 files
+2 −2 | src/error/option_unwrap/defaults.md | |
+3 −3 | src/flow_control/match/guard.md | |
+1 −2 | src/mod/struct_visibility.md | |
+1 −1 | src/std/str.md | |
+1 −1 | src/unsafe/asm.md |
Submodule rustc-dev-guide
updated
18 files
+1 −1 | src/backend/codegen.md | |
+47 −39 | src/building/bootstrapping.md | |
+12 −2 | src/building/how-to-build-and-run.md | |
+2 −6 | src/building/new-target.md | |
+4 −2 | src/building/prerequisites.md | |
+50 −3 | src/const-eval.md | |
+31 −79 | src/contributing.md | |
+3 −5 | src/diagnostics.md | |
+15 −2 | src/diagnostics/diagnostic-structs.md | |
+3 −1 | src/feature-gates.md | |
+2 −3 | src/git.md | |
+0 −3 | src/img/rustc_stages.svg | |
+9 −3 | src/implementing_new_features.md | |
+1 −1 | src/name-resolution.md | |
+1 −1 | src/overview.md | |
+1 −1 | src/rustc-driver.md | |
+2 −4 | src/stability.md | |
+1 −1 | src/tests/intro.md |