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.
Auto merge of rust-lang#99623 - RalfJung:rollup-0h066kc, r=RalfJung
Rollup of 3 pull requests Successful merges: - rust-lang#99588 (Update books) - rust-lang#99602 (cargotest: do not run quickcheck tests in xsv) - rust-lang#99607 (interpret: fix vtable check debug assertion) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
- Loading branch information
Showing
7 changed files
with
34 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule book
updated
38 files
Submodule reference
updated
14 files
+11 −6 | src/behavior-considered-undefined.md | |
+1 −1 | src/comments.md | |
+2 −1 | src/expressions.md | |
+13 −8 | src/expressions/await-expr.md | |
+47 −0 | src/expressions/operator-expr.md | |
+1 −1 | src/interior-mutability.md | |
+1 −1 | src/items/functions.md | |
+14 −23 | src/items/unions.md | |
+0 −47 | src/macros-by-example.md | |
+7 −0 | src/runtime.md | |
+1 −1 | src/statements-and-expressions.md | |
+2 −2 | src/types/pointer.md | |
+8 −7 | src/types/union.md | |
+1 −1 | src/visibility-and-privacy.md |
Submodule rust-by-example
updated
2 files
+2 −0 | src/flow_control/match/destructuring/destructure_tuple.md | |
+1 −1 | src/types/cast.md |
Submodule rustc-dev-guide
updated
30 files
+3 −1 | .github/workflows/ci.yml | |
+3 −0 | .gitignore | |
+4 −0 | book.toml | |
+1 −0 | mermaid-init.js | |
+4 −0 | mermaid.min.js | |
+2 −1 | src/SUMMARY.md | |
+1 −1 | src/asm.md | |
+2 −2 | src/backend/monomorph.md | |
+4 −4 | src/building/bootstrapping.md | |
+2 −2 | src/building/compiler-documenting.md | |
+10 −26 | src/building/how-to-build-and-run.md | |
+7 −12 | src/building/suggested.md | |
+7 −9 | src/contributing.md | |
+37 −74 | src/debugging-support-in-rustc.md | |
+2 −2 | src/implementing_new_features.md | |
+2 −2 | src/lang-items.md | |
+1 −1 | src/macro-expansion.md | |
+7 −6 | src/mir/optimizations.md | |
+277 −0 | src/opaque-types-impl-trait-inference.md | |
+25 −25 | src/overview.md | |
+7 −7 | src/parallel-rustc.md | |
+3 −2 | src/profiling.md | |
+2 −2 | src/profiling/wpa_profiling.md | |
+1 −1 | src/rustdoc-internals.md | |
+2 −2 | src/rustdoc.md | |
+1 −1 | src/salsa.md | |
+3 −3 | src/tests/compiletest.md | |
+2 −2 | src/tests/intro.md | |
+5 −2 | src/tests/running.md | |
+21 −11 | src/ty.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters