forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 1
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 book
updated
95 files
Submodule edition-guide
updated
8 files
Submodule reference
updated
6 files
+30 −27 | README.md | |
+2 −0 | rust-toolchain.toml | |
+4 −4 | src/attributes/codegen.md | |
+15 −0 | src/conditional-compilation.md | |
+27 −8 | src/expressions/operator-expr.md | |
+2 −1 | src/paths.md |
Submodule rust-by-example
updated
8 files
+2 −2 | .github/workflows/rbe.yml | |
+0 −23 | .travis.yml | |
+6 −0 | README.md | |
+257 −0 | TRANSLATING_JA.md | |
+17,231 −0 | po/ja.po | |
+1 −1 | src/attribute.md | |
+1 −1 | src/hello/print.md | |
+3 −0 | theme/index.hbs |
Submodule rustc-dev-guide
updated
17 files
+3 −1 | book.toml | |
+1 −2 | src/backend/updating-llvm.md | |
+1 −3 | src/borrow_check/region_inference.md | |
+2 −2 | src/bound-vars-and-params.md | |
+6 −0 | src/building/suggested.md | |
+2 −2 | src/const-eval/interpret.md | |
+1 −1 | src/diagnostics/diagnostic-structs.md | |
+1 −1 | src/diagnostics/error-codes.md | |
+9 −9 | src/generics.md | |
+16 −6 | src/git.md | |
+0 −2 | src/serialization.md | |
+11 −11 | src/tests/compiletest.md | |
+10 −9 | src/tests/headers.md | |
+22 −17 | src/tests/ui.md | |
+1 −1 | src/ty-fold.md | |
+3 −3 | src/ty.md | |
+1 −2 | src/unsafety-checking.md |