-
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
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule book
updated
49 files
Submodule reference
updated
10 files
+28 −5 | src/attributes/type_system.md | |
+1 −1 | src/behavior-considered-undefined.md | |
+8 −1 | src/comments.md | |
+6 −2 | src/const_eval.md | |
+18 −1 | src/input-format.md | |
+24 −8 | src/interior-mutability.md | |
+6 −6 | src/items/constant-items.md | |
+1 −1 | src/items/functions.md | |
+1 −1 | src/keywords.md | |
+5 −0 | src/type-layout.md |
Submodule rustc-dev-guide
updated
12 files
+0 −1 | src/ast-validation.md | |
+16 −2 | src/building/how-to-build-and-run.md | |
+2 −2 | src/coherence.md | |
+34 −0 | src/contributing.md | |
+1 −2 | src/getting-started.md | |
+1 −1 | src/mir/construction.md | |
+1 −1 | src/mir/passes.md | |
+100 −0 | src/rustdoc-internals/search.md | |
+3 −3 | src/rustdoc.md | |
+35 −38 | src/solve/proof-trees.md | |
+4 −0 | src/tests/intro.md | |
+11 −4 | src/tests/running.md |