-
Notifications
You must be signed in to change notification settings - Fork 13k
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 #90754 - matthiaskrgr:rollup-v0483m5, r=matthiaskrgr
Rollup of 3 pull requests Successful merges: - #90690 (kmc-solid: Avoid the use of `asm_const`) - #90748 (Add a real tracking issue for `CommandExt::groups`) - #90751 (Update books) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
- Loading branch information
Showing
8 changed files
with
13 additions
and
14 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
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
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
31 files
Submodule edition-guide
updated
2 files
+1 −1 | src/rust-2021/default-cargo-resolver.md | |
+1 −1 | src/rust-2021/prelude.md |
Submodule nomicon
updated
3 files
+1 −1 | src/arc-mutex/arc-layout.md | |
+1 −1 | src/phantom-data.md | |
+1 −1 | src/subtyping.md |
Submodule rust-by-example
updated
2 files
+1 −1 | src/custom_types/enum/testcase_linked_list.md | |
+1 −1 | src/custom_types/structs.md |
Submodule rustc-dev-guide
updated
30 files
+4 −0 | .github/workflows/date-check.yml | |
+31 −29 | src/about-this-guide.md | |
+6 −6 | src/backend/implicit-caller-location.md | |
+5 −5 | src/backend/monomorph.md | |
+4 −4 | src/borrow_check.md | |
+14 −14 | src/borrow_check/moves_and_initialization/move_paths.md | |
+8 −8 | src/borrow_check/region_inference/constraint_propagation.md | |
+6 −6 | src/borrow_check/region_inference/lifetime_parameters.md | |
+1 −1 | src/borrow_check/type_check.md | |
+61 −54 | src/building/bootstrapping.md | |
+6 −1 | src/building/suggested.md | |
+1 −1 | src/closure.md | |
+3 −3 | src/compiletest.md | |
+2 −2 | src/const-eval.md | |
+23 −19 | src/contributing.md | |
+9 −3 | src/diagnostics.md | |
+20 −20 | src/llvm-coverage-instrumentation.md | |
+11 −11 | src/mir/dataflow.md | |
+1 −1 | src/mir/debugging.md | |
+6 −2 | src/mir/index.md | |
+11 −10 | src/mir/optimizations.md | |
+4 −3 | src/mir/passes.md | |
+2 −1 | src/mir/visitor.md | |
+7 −7 | src/miri.md | |
+6 −6 | src/overview.md | |
+9 −9 | src/profiling/with_perf.md | |
+1 −1 | src/rustdoc-internals.md | |
+10 −5 | src/sanitizers.md | |
+0 −1 | src/tests/adding.md | |
+1 −2 | src/tests/intro.md |