forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 6
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 edition-guide
updated
9 files
Submodule reference
updated
4 files
+49 −1 | src/expressions/literal-expr.md | |
+1 −1 | src/items/external-blocks.md | |
+2 −2 | src/lifetime-elision.md | |
+2 −3 | src/tokens.md |
Submodule rust-by-example
updated
6 files
+7 −0 | CONTRIBUTING.md | |
+1 −1 | README.md | |
+2 −1 | src/custom_types/structs.md | |
+1 −1 | src/macros.md | |
+1 −1 | src/scope/borrow.md | |
+1 −1 | src/std_misc/process/pipe.md |
Submodule rustc-dev-guide
updated
19 files
+2 −2 | src/appendix/glossary.md | |
+2 −0 | src/borrow_check/drop_check.md | |
+3 −3 | src/borrow_check/region_inference/lifetime_parameters.md | |
+1 −1 | src/bug-fix-procedure.md | |
+1 −1 | src/building/bootstrapping.md | |
+9 −6 | src/compiler-debugging.md | |
+27 −31 | src/diagnostics.md | |
+14 −13 | src/diagnostics/diagnostic-structs.md | |
+3 −3 | src/diagnostics/error-codes.md | |
+2 −3 | src/diagnostics/error-guaranteed.md | |
+1 −1 | src/diagnostics/lintstore.md | |
+3 −3 | src/diagnostics/translation.md | |
+3 −4 | src/llvm-coverage-instrumentation.md | |
+5 −9 | src/macro-expansion.md | |
+4 −1 | src/memory.md | |
+9 −6 | src/overview.md | |
+16 −14 | src/panic-implementation.md | |
+2 −2 | src/the-parser.md | |
+13 −11 | src/ty.md |