-
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
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule reference
updated
7 files
+1 −0 | src/conditional-compilation.md | |
+1 −1 | src/items/implementations.md | |
+9 −7 | src/type-layout.md | |
+6 −0 | src/types/boolean.md | |
+5 −0 | src/types/numeric.md | |
+10 −0 | src/types/pointer.md | |
+6 −0 | src/types/textual.md |
Submodule rust-by-example
updated
4 files
+1 −1 | src/error/option_unwrap/defaults.md | |
+3 −1 | src/scope/borrow.md | |
+3 −2 | src/scope/lifetime/fn.md | |
+27 −2 | src/scope/lifetime/static_lifetime.md |
Submodule rustc-dev-guide
updated
20 files
+1 −0 | .editorconfig | |
+2 −0 | src/SUMMARY.md | |
+1 −1 | src/appendix/glossary.md | |
+3 −2 | src/backend/updating-llvm.md | |
+154 −0 | src/borrow_check/drop_check.md | |
+2 −2 | src/building/how-to-build-and-run.md | |
+134 −0 | src/building/optimized-build.md | |
+7 −6 | src/building/suggested.md | |
+11 −11 | src/early-late-bound.md | |
+25 −26 | src/generics.md | |
+4 −0 | src/getting-started.md | |
+20 −16 | src/git.md | |
+42 −0 | src/licenses.md | |
+19 −18 | src/llvm-coverage-instrumentation.md | |
+5 −5 | src/memory.md | |
+6 −0 | src/mir/index.md | |
+2 −2 | src/return-position-impl-trait-in-trait.md | |
+2 −2 | src/rustdoc-internals.md | |
+9 −3 | src/tests/compiletest.md | |
+17 −15 | src/ty.md |