forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 7
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 edition-guide
updated
2 files
+1 −1 | src/SUMMARY.md | |
+0 −0 | src/rust-2024/static-mut-references.md |
Submodule reference
updated
16 files
+21 −6 | mdbook-spec/src/lib.rs | |
+4 −13 | src/behavior-considered-undefined.md | |
+2 −5 | src/conditional-compilation.md | |
+5 −8 | src/expressions/method-call-expr.md | |
+9 −16 | src/expressions/operator-expr.md | |
+2 −2 | src/inline-assembly.md | |
+14 −12 | src/introduction.md | |
+2 −8 | src/items/external-blocks.md | |
+1 −1 | src/items/functions.md | |
+2 −7 | src/names/preludes.md | |
+1 −1 | src/names/scopes.md | |
+2 −7 | src/patterns.md | |
+22 −1 | src/trait-bounds.md | |
+4 −18 | src/type-layout.md | |
+30 −3 | src/types/impl-trait.md | |
+20 −20 | theme/reference.css |
Submodule rust-by-example
updated
2 files
+1 −1 | src/conversion/from_into.md | |
+3 −3 | src/custom_types/structs.md |
Submodule rustc-dev-guide
updated
18 files
+1 −0 | src/SUMMARY.md | |
+4 −0 | src/backend/updating-llvm.md | |
+2 −2 | src/borrow_check/opaque-types-region-inference-restrictions.md | |
+95 −0 | src/coherence.md | |
+10 −9 | src/contributing.md | |
+2 −1 | src/memory.md | |
+1 −1 | src/mir/drop-elaboration.md | |
+3 −1 | src/queries/incremental-compilation-in-detail.md | |
+14 −0 | src/queries/incremental-compilation.md | |
+3 −3 | src/queries/query-evaluation-model-in-detail.md | |
+2 −0 | src/solve/invariants.md | |
+5 −5 | src/stability.md | |
+1 −1 | src/tests/headers.md | |
+2 −2 | src/traits/specialization.md | |
+1 −1 | src/ty_module/binders.md | |
+1 −1 | src/ty_module/early_binder.md | |
+1 −1 | src/ty_module/instantiating_binders.md | |
+1 −1 | src/walkthrough.md |