-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 reference
updated
14 files
+1 −1 | src/SUMMARY.md | |
+0 −1 | src/attributes/type_system.md | |
+2 −4 | src/const_eval.md | |
+2 −2 | src/destructors.md | |
+2 −4 | src/expressions.md | |
+0 −7 | src/expressions/array-expr.md | |
+1 −2 | src/expressions/block-expr.md | |
+75 −81 | src/expressions/if-expr.md | |
+54 −26 | src/expressions/loop-expr.md | |
+1 −1 | src/expressions/struct-expr.md | |
+2 −2 | src/names.md | |
+2 −2 | src/names/namespaces.md | |
+1 −1 | src/patterns.md | |
+2 −2 | src/tokens.md |
Submodule rust-by-example
updated
11 files
+1 −0 | src/SUMMARY.md | |
+2 −0 | src/attribute.md | |
+123 −0 | src/error/option_unwrap/defaults.md | |
+3 −0 | src/fn/closures.md | |
+9 −1 | src/fn/closures/closure_examples/iter_any.md | |
+1 −1 | src/fn/closures/closure_examples/iter_find.md | |
+10 −9 | src/hello/print.md | |
+1 −1 | src/std/rc.md | |
+1 −1 | src/std_misc/threads/testcase_mapreduce.md | |
+6 −5 | src/testing/integration_testing.md | |
+2 −2 | src/unsafe/asm.md |
Submodule rustc-dev-guide
updated
11 files
+33 −39 | src/building/compiler-documenting.md | |
+46 −5 | src/building/how-to-build-and-run.md | |
+16 −0 | src/building/new-target.md | |
+1 −0 | src/contributing.md | |
+37 −1 | src/debugging-support-in-rustc.md | |
+1 −1 | src/diagnostics/diagnostic-items.md | |
+1 −1 | src/git.md | |
+2 −2 | src/macro-expansion.md | |
+5 −5 | src/mir/optimizations.md | |
+2 −2 | src/name-resolution.md | |
+10 −8 | src/serialization.md |