-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule book
updated
30 files
Submodule embedded-book
updated
2 files
+ − | src/assets/verify.jpeg | |
+1 −1 | src/intro/install/verify.md |
Submodule reference
updated
4 files
+1 −1 | src/behavior-considered-undefined.md | |
+1 −1 | src/destructors.md | |
+1 −1 | src/linkage.md | |
+21 −24 | src/patterns.md |
Submodule rust-by-example
updated
5 files
+1 −4 | src/error/option_unwrap/and_then.md | |
+1 −1 | src/error/result/result_map.md | |
+2 −2 | src/generics/bounds.md | |
+1 −1 | src/hello/comment.md | |
+1 −1 | src/index.md |
Submodule rustc-dev-guide
updated
25 files
+9 −0 | CITATION.cff | |
+4 −4 | book.toml | |
+4 −4 | examples/rustc-driver-example.rs | |
+2 −2 | examples/rustc-driver-getting-diagnostics.rs | |
+4 −5 | examples/rustc-driver-interacting-with-the-ast.rs | |
+2 −2 | src/appendix/glossary.md | |
+1 −1 | src/backend/monomorph.md | |
+2 −2 | src/borrow_check/region_inference/lifetime_parameters.md | |
+53 −67 | src/building/bootstrapping.md | |
+2 −8 | src/building/how-to-build-and-run.md | |
+26 −36 | src/building/suggested.md | |
+1 −1 | src/constants.md | |
+4 −0 | src/getting-started.md | |
+10 −8 | src/git.md | |
+1 −1 | src/implementing_new_features.md | |
+3 −4 | src/llvm-coverage-instrumentation.md | |
+3 −3 | src/mir/visitor.md | |
+6 −5 | src/profiling/with_perf.md | |
+2 −2 | src/rustc-driver-getting-diagnostics.md | |
+4 −4 | src/rustc-driver-interacting-with-the-ast.md | |
+2 −2 | src/solve/the-solver.md | |
+5 −5 | src/solve/trait-solving.md | |
+5 −0 | src/tests/compiletest.md | |
+0 −21 | src/tests/running.md | |
+62 −18 | src/ty.md |