Commit 3aec6fa
authored
Rollup merge of #141259 - rustbot:docs-update, r=ehuss
Update books
## rust-lang/book
4 commits in d33916341d480caede1d0ae57cbeae23aab23e88..230c68bc1e08f5f3228384a28cc228c81dfbd10d
2025-05-19 14:25:14 UTC to 2025-05-08 21:28:56 UTC
- Chapter 6 from tech review (rust-lang/book#4370)
- Chapter 5 from tech review (rust-lang/book#4359)
- Chapter 4 from tech review (rust-lang/book#4358)
- Chapter 3 from tech review (rust-lang/book#4353)
## rust-lang/reference
12 commits in 387392674d74656f7cb437c05a96f0c52ea8e601..acd0231ebc74849f6a8907b5e646ce86721aad76
2025-05-19 15:41:22 UTC to 2025-05-06 21:36:01 UTC
- Add doc for avx512 target features (rust-lang/reference#1778)
- Parse grammar without regexes (rust-lang/reference#1827)
- Parse optionals and repeats without regexes (rust-lang/reference#1826)
- Fix grammar for `RangePatternBound` regarding literals (rust-lang/reference#1825)
- Fix grammar for `LiteralPattern` regarding `-` (rust-lang/reference#1824)
- Doc: Add the LoongArch stabilized target features (rust-lang/reference#1707)
- Fix naked em-dash (rust-lang/reference#1820)
- Add missing attribute for statement macros (rust-lang/reference#1819)
- Make linked rules are clicked, highlight the color (rust-lang/reference#1817)
- Use the reference grammar for inline assembly (rust-lang/reference#1807)
- Fix typo in introduction (rust-lang/reference#1810)
- Add an example admonition (rust-lang/reference#1812)
## rust-lang/rust-by-example
2 commits in 8a8918c698534547fa8a1a693cb3e7277f0bfb2f..c9d151f9147c4808c77f0375ba3fa5d54443cb9e
2025-05-13 17:49:05 UTC to 2025-05-13 17:48:43 UTC
- fix(docs): standardize on `no_run` attribute for documentation examples (rust-lang/rust-by-example#1929)
- Fix typo in Japanese translation (rust-lang/rust-by-example#1928)3 files changed
+3
-3
lines changed- listings/ch04-understanding-ownership/listing-04-01/src/main.rs+1-1
- listings/ch04-understanding-ownership/listing-04-03/src/main.rs+4-4
- listings/ch04-understanding-ownership/listing-04-08/src/main.rs+2-3
- listings/ch04-understanding-ownership/no-listing-01-can-mutate-string/src/main.rs+1-1
- listings/ch04-understanding-ownership/no-listing-08-reference-with-annotations/src/main.rs+1-1
- listings/ch04-understanding-ownership/no-listing-10-multiple-mut-not-allowed/output.txt+2-2
- listings/ch04-understanding-ownership/no-listing-10-multiple-mut-not-allowed/src/main.rs+1-1
- listings/ch04-understanding-ownership/no-listing-12-immutable-and-mutable-not-allowed/output.txt+2-2
- listings/ch04-understanding-ownership/no-listing-12-immutable-and-mutable-not-allowed/src/main.rs+1-1
- listings/ch04-understanding-ownership/no-listing-15-dangling-reference-annotated/src/main.rs+1-1
- listings/ch05-using-structs-to-structure-related-data/listing-05-11/output.txt+3-3
- listings/ch05-using-structs-to-structure-related-data/listing-05-11/src/main.rs+1-1
- nostarch/chapter03.md+26-22
- nostarch/chapter04.md+36-34
- nostarch/chapter05.md+32-28
- nostarch/chapter06.md+49-54
- nostarch/docx/chapter03.docx
- nostarch/docx/chapter04.docx
- nostarch/docx/chapter05.docx
- nostarch/docx/chapter06.docx
- src/ch03-02-data-types.md+12-12
- src/ch03-03-how-functions-work.md+6-4
- src/ch03-05-control-flow.md+8-5
- src/ch04-01-what-is-ownership.md+10-10
- src/ch04-03-slices.md+14-11
- src/ch05-01-defining-structs.md+6-5
- src/ch06-01-defining-an-enum.md+5-5
- src/ch06-03-if-let.md+19-17
- tools/docx-to-md.xsl+4-8
- docs/authoring.md+7-1
- mdbook-spec/src/admonitions.rs+106
- mdbook-spec/src/grammar/parser.rs+121-72
- mdbook-spec/src/lib.rs+2-75
- src/attributes.md+1-1
- src/attributes/codegen.md+70
- src/inline-assembly.md+57-16
- src/introduction.md+9-1
- src/items/generics.md+1-1
- src/patterns.md+10-21
- src/statements.md+1-1
- theme/reference.css+16-1
0 commit comments