This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit a0346bb
authored
Rollup merge of rust-lang#130158 - rustbot:docs-update, r=ehuss
Update books
## rust-lang/edition-guide
1 commits in eeba2cb9c37ab74118a4fb5e5233f7397e4a91f8..b3ca7ade0f87d7e3fb538776defc5b2cc4188172
2024-09-03 22:59:56 UTC to 2024-09-03 22:59:56 UTC
- Rename `static_mut_refs` file to plural
## rust-embedded/book
1 commits in ff5d61d56f11e1986bfa9652c6aff7731576c37d..dbae36bf3f8410aa4313b3bad42e374735d48a9d
2024-09-04 20:49:11 UTC to 2024-09-04 20:49:11 UTC
- Fix small error in c bindings (rust-embedded/book#377)
## rust-lang/reference
6 commits in 0668397076da350c404dadcf07b6cbc433ad3743..687faf9958c52116d003b41dfd29cc1cf44f5311
2024-09-03 20:21:23 UTC to 2024-08-29 01:11:29 UTC
- `asm!`: clarify that `nomem` / `readonly` can access private memory (rust-lang/reference#1598)
- Switch warning blocks to use admonitions (rust-lang/reference#1595)
- dont use stdcall on x86_64 where it is not a valid ABI (rust-lang/reference#1600)
- Add capturing and precise capturing rules (rust-lang/reference#1577)
- Add a prefix to rule HTML IDs (rust-lang/reference#1593)
- Add a description of rule identifiers (rust-lang/reference#1594)
## rust-lang/rust-by-example
2 commits in 859786c5bc99301bbc22fc631a5c2b341860da08..c79ec345f08a1e94494cdc8c999709a90203fd88
2024-09-08 13:24:48 UTC to 2024-09-08 13:24:08 UTC
- Fix typo in conversion/from_into (rust-lang/rust-by-example#1882)
- Corrected x values for example rectangle (rust-lang/rust-by-example#1884)
## rust-lang/rustc-dev-guide
9 commits in fa928a6..0ed9229
2024-09-09 10:58:45 UTC to 2024-08-31 13:02:08 UTC
- fix some comments (rust-lang/rustc-dev-guide#2059)
- Fix a link and create an implied internal link (rust-lang/rustc-dev-guide#2051)
- link to additional LLVM update PRs (rust-lang/rustc-dev-guide#2055)
- fix/improve rdg contributing howto (rust-lang/rustc-dev-guide#2056)
- fixed the typo (rust-lang/rustc-dev-guide#2058)
- fix typo maker -> marker (thanks `@lholten)` (rust-lang/rustc-dev-guide#2057)
- improve query system documentation (rust-lang/rustc-dev-guide#2041)
- add section on overlap checks (rust-lang/rustc-dev-guide#2042)
- clarify the role of rustc_const_unstable (rust-lang/rustc-dev-guide#2045)File tree
5 files changed
+5
-5
lines changed- src/doc
5 files changed
+5
-5
lines changed- mdbook-spec/src/lib.rs+21-6
- src/behavior-considered-undefined.md+4-13
- src/conditional-compilation.md+2-5
- src/expressions/method-call-expr.md+5-8
- src/expressions/operator-expr.md+9-16
- src/inline-assembly.md+2-2
- src/introduction.md+14-12
- src/items/external-blocks.md+2-8
- src/items/functions.md+1-1
- src/names/preludes.md+2-7
- src/names/scopes.md+1-1
- src/patterns.md+2-7
- src/trait-bounds.md+22-1
- src/type-layout.md+4-18
- src/types/impl-trait.md+30-3
- theme/reference.css+20-20
Submodule rustc-dev-guide updated 18 files
- src/SUMMARY.md+1
- src/backend/updating-llvm.md+4
- src/borrow_check/opaque-types-region-inference-restrictions.md+2-2
- src/coherence.md+95
- src/contributing.md+10-9
- src/memory.md+2-1
- src/mir/drop-elaboration.md+1-1
- src/queries/incremental-compilation-in-detail.md+3-1
- src/queries/incremental-compilation.md+14
- src/queries/query-evaluation-model-in-detail.md+3-3
- src/solve/invariants.md+2
- src/stability.md+5-5
- src/tests/headers.md+1-1
- src/traits/specialization.md+2-2
- 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+1-1
0 commit comments