-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Commit 05b34e8
Rollup merge of #145856 - rustbot:docs-update, r=ehuss
Update books
## rust-lang/nomicon
1 commits in 3ff384320598bbe8d8cfe5cb8f18f78a3a3e6b15..57ed4473660565d9357fcae176b358d7e8724ebf
2025年08月18日 17:31:07 UTC to 2025年08月18日 17:31:07 UTC
- Fix unknown field `author` error when building the book (rust-lang/nomicon#500)
## rust-lang/reference
11 commits in 59b8af811886313577615c2cf0e045f01faed88b..89f67b3c1b904cbcd9ed55e443d6fc67c8ca2769
2025年08月22日 07:16:52 UTC to 2025年08月14日 18:42:19 UTC
- Update `instruction_set` to use the attribute template (rust-lang/reference#1912)
- Update `debugger_visualizer` to use the attribute template (rust-lang/reference#1922)
- Update `collapse_debuginfo` to use the attribute template (rust-lang/reference#1923)
- Clarify operand evaluation order in compound assignment with primitiv... (rust-lang/reference#1941)
- Switch to using native mdbook fragment redirects (rust-lang/reference#1965)
- Fix traits implemented for function items (rust-lang/reference#1969)
- Clarify that safe extern items do not require unsafe (rust-lang/reference#1970)
- Update `type_length_limit` to use the attribute template (rust-lang/reference#1917)
- Add missing rule identifier for const outer generics (rust-lang/reference#1962)
- Fix indentation of static path restriction text (rust-lang/reference#1961)
- Add doc for `sse4a` and `tbm` (rust-lang/reference#1949)
## rust-lang/rust-by-example
2 commits in adc1f3b9012ad3255eea2054ca30596a953d053d..ad27f82c18464525c761a4a8db2e01785da59e1f
2025年08月20日 23:50:16 UTC to 2025年08月13日 21:41:46 UTC
- Support building books using mdbook in main (v0.5.x) (rust-lang/rust-by-example#1952)
- Improve the hints in `fmt` (1.2.3. Formatting); mention type casting (rust-lang/rust-by-example#1951)3 files changed
+3
-3
lines changed- .github/workflows/main.yml+1-1
- book.toml+12
- docs/attribute-template.md+75-14
- src/attributes/codegen.md+39-22
- src/attributes/debugger.md+178-137
- src/attributes/derive.md+9-7
- src/attributes/limits.md+30-16
- src/attributes/testing.md+15-12
- src/conditional-compilation.md+7-5
- src/const_eval.md+2-1
- src/crates-and-source-files.md-14
- src/expressions/if-expr.md-14
- src/expressions/loop-expr.md-14
- src/expressions/operator-expr.md+92-42
- src/glossary.md-14
- src/items/extern-crates.md+5-18
- src/items/external-blocks.md+7-5
- src/items/modules.md-14
- src/items/traits.md-14
- src/lifetime-elision.md-14
- src/procedural-macros.md+2-15
- src/runtime.md+4-16
- src/types/function-item.md+7-2
- src/unsafe-keyword.md+17-5
- src/unsafety.md+2-2
Submodule rust-by-example updated 2 files
0 commit comments