This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit ee8ea3a
authored
Rollup merge of rust-lang#125332 - rustbot:docs-update, r=ehuss
Update books
## rust-lang/book
8 commits in bebcf527e67755a989a1739b7cfaa8f0e6b30040..5e9051f71638aa941cd5dda465e25c61cde9594f
2024-05-16 14:58:56 UTC to 2024-05-07 23:58:22 UTC
- Convert ch01-03-hello-cargo.md Listing 1-2 using `<Listing>` (rust-lang/book#3924)
- infra: fix rendering bug in mdbook-trpl-note (rust-lang/book#3925)
- infra: support `Listing`s without `file-name` (rust-lang/book#3920)
- Add a `<Listing>` preprocessor (rust-lang/book#3918)
- Update explanation according to code listing (rust-lang/book#3916)
- infra: run package tests (rust-lang/book#3915)
- Fix workspace behavior by excluding `listings` (rust-lang/book#3914)
- Backport changes to chapter 8 (rust-lang/book#3913)
## rust-embedded/book
1 commits in 17842ebb050f62e40a4618edeb8e8ee86e758707..dd962bb82865a5284f2404e5234f1e3222b9c022
2024-05-17 23:43:59 UTC to 2024-05-17 23:43:59 UTC
- 'llvm-tools-preview' component is now named 'llvm-tools' (rust-embedded/book#372)
## rust-lang/reference
2 commits in 51817951d0d213a0011f82b62aae02c3b3f2472e..e356977fceaa8591c762312d8d446769166d4b3e
2024-05-10 12:49:15 UTC to 2024-05-07 13:32:57 UTC
- Document inline const/const block expression (rust-lang/reference#1295)
- patterns: include yet unstable exclusive range patterns (rust-lang/reference#1484)
## rust-lang/rust-by-example
7 commits in 229ad13b64d919b12e548d560f06d88963b25cd3..20482893d1a502df72f76762c97aed88854cdf81
2024-05-20 14:36:21 UTC to 2024-05-14 16:17:03 UTC
- Clarify interchangability for From and Into (rust-lang/rust-by-example#1851)
- Update ja.po based on the latest master (rust-lang/rust-by-example#1850)
- Add explicit section link (rust-lang/rust-by-example#1847)
- Adjust translation build on CI (rust-lang/rust-by-example#1849)
- Update mdbook version in CI (rust-lang/rust-by-example#1848)
- Fix some broken links in ja.po (rust-lang/rust-by-example#1844)
- Fix an external link to absolute (rust-lang/rust-by-example#1842)
## rust-lang/rustc-dev-guide
8 commits in 2d1947f..b6d4a49
2024-05-17 17:04:58 UTC to 2024-05-09 13:22:03 UTC
- Add a high level explanation of early/late bound params (rust-lang/rustc-dev-guide#1982)
- Fix broken link to "Lowering" (rust-lang/rustc-dev-guide#1981)
- Broken link fix (rust-lang/rustc-dev-guide#1980)
- Add note about how to pick up abandoned PRs (rust-lang/rustc-dev-guide#1977)
- Toc here is overkill (rust-lang/rustc-dev-guide#1976)
- Link to lint `L-*` labels (rust-lang/rustc-dev-guide#1975)
- Update the rustc_interface examples for current rustc (rust-lang/rustc-dev-guide#1974)
- Edit `Parameter Environments`'s url as it has been edited in rust-lang#1953 (rust-lang/rustc-dev-guide#1973)File tree
5 files changed
+5
-5
lines changed- src/doc
5 files changed
+5
-5
lines changed- .github/workflows/main.yml+17
- Cargo.lock+80-7
- Cargo.toml+9-1
- book.toml+4-1
- ci/dictionary.txt+1
- nostarch/book.toml+4-1
- nostarch/chapter08.md+257-215
- packages/mdbook-trpl-listing/Cargo.toml+19
- packages/mdbook-trpl-listing/src/lib.rs+746
- packages/mdbook-trpl-listing/src/main.rs+37
- packages/mdbook-trpl-note/Cargo.toml+5-5
- packages/mdbook-trpl-note/src/lib.rs+33-8
- src/ch01-02-hello-world.md+2-2
- src/ch01-03-hello-cargo.md+2-3
- src/ch05-02-example-structs.md+1-1
- src/ch08-00-common-collections.md+1-1
- src/ch08-01-vectors.md+17-19
- src/ch08-02-strings.md+34-33
- src/ch08-03-hash-maps.md+43-42
- tests/integration/main.rs+22
- theme/listing.css+3
Submodule rustc-dev-guide updated 19 files
- examples/rustc-driver-example.rs+2-2
- examples/rustc-driver-getting-diagnostics.rs+5-5
- examples/rustc-driver-interacting-with-the-ast.rs+4-4
- src/SUMMARY.md+3-3
- src/appendix/code-index.md+1-1
- src/ast-validation.md-4
- src/const-eval.md+1-1
- src/contributing.md+2
- src/early-late-bound-params/early-late-bound-implementation-nuances.md+1-7
- src/early-late-bound-params/early-late-bound-summary.md+35
- src/early-late-bound-params/turbofishing-and-early-late-bound.md
- src/early-late-bound-summary.md-10
- src/getting-started.md+14
- src/git.md+1-1
- src/hir.md+1-1
- src/rustc-driver-getting-diagnostics.md+2-2
- src/rustc-driver-interacting-with-the-ast.md+1-1
- src/traits/caching.md+1-1
- src/traits/resolution.md+1-1
0 commit comments