This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit c3f3e68
authored
Unrolled build for rust-lang#139491
Rollup merge of rust-lang#139491 - rustbot:docs-update, r=ehuss
Update books
## rust-lang/reference
12 commits in e95ebdfee02514d93f79ec92ae310a804e87f01f..46435cd4eba11b66acaa42c01da5c80ad88aee4b
2025-04-07 14:21:21 UTC to 2025-03-25 20:13:17 UTC
- Update book.toml fix the authors field (rust-lang/reference#1780)
- Update precedence table for borrow operators (rust-lang/reference#1776)
- Add the ability for rules to be specified in link definitions (rust-lang/reference#1775)
- Rework trait parameter patterns (rust-lang/reference#1771)
- Fix header rules (rust-lang/reference#1770)
- Add test wrappers (rust-lang/reference#1774)
- Update tools to Rust 2024 (rust-lang/reference#1773)
- Define byte (rust-lang/reference#1772)
- Fix CSS for new footnote style (rust-lang/reference#1777)
- do not reference LLVM in our definition of UB (rust-lang/reference#1750)
- Tweak reference for precise capturing in traits (rust-lang/reference#1769)
- Add edition admonitions (rust-lang/reference#1764)
## rust-lang/rust-by-example
2 commits in 6f69823c28ae8d929d6c815181c73d3e99ef16d3..0d7964d5b22cf920237ef1282d869564b4883b88
2025-04-07 11:19:31 UTC to 2025-03-29 02:25:52 UTC
- Rename count to index for clarity (rust-lang/rust-by-example#1920)
- Fixing grammar in panic section (rust-lang/rust-by-example#1916)2 files changed
+2
-2
lines changed- .cargo/config.toml+2
- .github/workflows/main.yml+4-1
- book.toml+1-1
- docs/authoring.md+19-3
- mdbook-spec/Cargo.toml+1-1
- mdbook-spec/src/lib.rs+47-2
- mdbook-spec/src/rules.rs+2-2
- mdbook-spec/src/std_links.rs+3-3
- rustfmt.toml+1
- src/abi.md+6-3
- src/attributes/codegen.md-10
- src/attributes/debugger.md-1
- src/attributes/diagnostics.md+1-2
- src/attributes/limits.md-2
- src/attributes/testing.md-1
- src/behavior-considered-undefined.md+15-25
- src/comments.md-2
- src/conditional-compilation.md-4
- src/const_eval.md+1-2
- src/destructors.md+2-6
- src/dynamically-sized-types.md+1-2
- src/expressions.md+19-19
- src/expressions/await-expr.md+3-1
- src/expressions/block-expr.md+3-1
- src/expressions/closure-expr.md+2-1
- src/expressions/method-call-expr.md+3-1
- src/identifiers.md-1
- src/inline-assembly.md-1
- src/input-format.md-3
- src/introduction.md+5-3
- src/items/associated-items.md+3-4
- src/items/external-blocks.md+2-1
- src/items/functions.md+2-2
- src/items/traits.md+53-25
- src/items/use-declarations.md+9-8
- src/linkage.md+1-3
- src/macro-ambiguity.md-1
- src/macros-by-example.md+7-5
- src/memory-model.md+24-3
- src/names/preludes.md+5-10
- src/paths.md+4-7
- src/patterns.md+6-3
- src/procedural-macros.md-1
- src/statements-and-expressions.md-1
- src/statements.md-2
- src/tokens.md+10-13
- src/trait-bounds.md-2
- src/type-layout.md-9
- src/types/closure.md-1
- src/types/impl-trait.md+6-2
- src/types/numeric.md-1
- src/types/trait-object.md+7-11
- src/unsafe-keyword.md+2-4
- src/visibility-and-privacy.md+2-3
- style-check/Cargo.toml+1-1
- theme/reference.css+28-14
- xtask/.gitignore+1
- xtask/Cargo.lock+7
- xtask/Cargo.toml+5
- xtask/src/main.rs+106
0 commit comments