This repository was archived by the owner on May 28, 2025. It is now read-only.
forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit a8953d8
Auto merge of rust-lang#134926 - rustbot:docs-update, r=ehuss
Update books
## rust-lang/book
13 commits in ad2011d3bcad9f152d034faf7635c22506839d58..04d06dfe541607e6419f3d028c3f9b245f3be4d9
2024年12月20日 22:44:11 UTC to 2024年12月16日 18:18:21 UTC
- Update section name (rust-lang/book#4175)
- Update text to reflect the change from '&str' to 'char' in example (rust-lang/book#4173)
- Update figure number in text and file name (rust-lang/book#4172)
- Fix chapter number (rust-lang/book#4171)
- Delete unused reference (rust-lang/book#4170)
- Remove orphaned half-sentence (rust-lang/book#4169)
- Fix chapter number (rust-lang/book#4168)
- A better phrasing for generic methods. (rust-lang/book#3428)
- Fix minor grammatical error (rust-lang/book#4098)
- Update appendix-06-translation.md to add another Chinese translation. (rust-lang/book#3608)
- Change Korean translation repo to newer (rust-lang/book#3625)
- Clarify/improve readability in Ch. 02 discussion of `Result` variants (rust-lang/book#4167)
- Ch. 20: conclude §01 with a reference to the Rustonomicon (rust-lang/book#4166)
## rust-lang/nomicon
1 commits in 97e84a38c94bf9362b11284c20b2cb4adaa1e868..7ef05b9777c94836bc92f50f23e6e00981521a89
2024年12月30日 10:38:10 UTC to 2024年12月30日 10:38:10 UTC
- Fix URL fragment to MutexGuard's negative impl of Send (rust-lang/nomicon#472)
## rust-lang/reference
3 commits in 9f41bc11342d46544ae0732caf14ec0bcaf27376..acd6794e712d5e2ef6f5c84fb95688d32a69b816
2024年12月18日 23:04:30 +0000 to 2024年12月30日 22:12:57 +0000
- Revert "`coverage` attribute" (rust-lang/reference#1706)
- Document Rust 2024 match ergonomics reservations (rust-lang/reference#1702)
- Add documentation for `#[diagnostic::do_not_recommend]` (rust-lang/reference#1663)
## rust-lang/edition-guide
5 commits in bc4ce51e1d4dacb9350a92e95f6159a42de2f8c6..d56e0f3a0656b7702ca466d4b191e16c28262b82
2024年12月18日 05:34:59 +0000 to 2024年12月31日 20:04:52 +0000
- 2024: Document rustfmt overflow_delimited_expr (rust-lang/edition-guide#352)
- 2024: Document rustfmt fixes (rust-lang/edition-guide#351)
- Update the transitioning steps (rust-lang/edition-guide#350)
- Revert "2024: Assignment operator RHS indentation" (rust-lang/edition-guide#343)
- Revert "2024: Add chapter on single-line `where` clauses" (rust-lang/edition-guide#344)
## rust-lang/rust-by-example
1 commits in 76406337f4131253443aea0ed7e7f451b464117c..093397535b48ae13ec76bc526b7e6eb8c096a85c
2024年12月18日 17:29:56 UTC to 2024年12月18日 17:29:56 UTC
- Mention that you're not allowed to partially move Drop types (rust-lang/rust-by-example#1902)
## rust-lang/rustc-dev-guide
18 commits in 7f7ba48f04abc2ad25e52f30b5e2bffa286b019f..ad93c5f1c49f2aeb45f7a4954017b1e607df9f5e
2024年12月30日 09:22:22 UTC to 2024年12月17日 17:00:38 UTC
- Opt into, rather than out of, linkcheck (rust-lang/rustc-dev-guide#2180)
- Remove stale implementation details of coverage instrumentation (rust-lang/rustc-dev-guide#2179)
- Remove properly tracked config file from .gitignore & add support for skipping of link-checking (rust-lang/rustc-dev-guide#2023)
- Add a couple of linkcheck exceptions: (rust-lang/rustc-dev-guide#2120)
- Add missing link for [Node] (rust-lang/rustc-dev-guide#2177)
- Fix 403 received for HEAD request (rust-lang/rustc-dev-guide#2176)
- Start using mdbook-linkcheck2 (rust-lang/rustc-dev-guide#2103)
- Document `x test --no-capture` (rust-lang/rustc-dev-guide#2174)
- Remove the `-test` suffix from normalize directives (rust-lang/rustc-dev-guide#2172)
- Rework the driver docs (rust-lang/rustc-dev-guide#2162)
- Document `forbid-output` for UI tests (rust-lang/rustc-dev-guide#2171)
- completions: Zsh is now supported (rust-lang/rustc-dev-guide#2173)
- region-outlives propagation (rust-lang/rustc-dev-guide#2169)
- compiletest: Document the `--debugger` flag (rust-lang/rustc-dev-guide#2170)
- document the public ci dashboard (rust-lang/rustc-dev-guide#2167)
- Fix trivial typo of "query-fied" (rust-lang/rustc-dev-guide#2165)
- Fix some typos (rust-lang/rustc-dev-guide#2166)
- Add suggestion for `--keep-stage 0` (rust-lang/rustc-dev-guide#2164)File tree
6 files changed
+6
-6
lines changed- src/doc
6 files changed
+6
-6
lines changed- src/appendix-06-translation.md+2-2
- src/ch02-00-guessing-game-tutorial.md+2-2
- src/ch05-03-method-syntax.md+1-1
- src/ch06-01-defining-an-enum.md+1-1
- src/ch06-02-match.md+1-1
- src/ch10-01-syntax.md+3-3
- src/ch14-03-cargo-workspaces.md-3
- src/ch17-03-more-futures.md-1
- src/ch20-01-unsafe-rust.md+5-2
- src/ch20-05-advanced-functions-and-closures.md+1-1
- src/ch21-00-final-project-a-web-server.md+3-3
- src/img/trpl21-01.png
Submodule edition-guide updated 6 files
- src/SUMMARY.md+1-2
- src/editions/transitioning-an-existing-project-to-a-new-edition.md+36-3
- src/rust-2024/rustfmt-assignment-operator-rhs-indentation.md-59
- src/rust-2024/rustfmt-formatting-fixes.md+644
- src/rust-2024/rustfmt-overflow-delimited-expr.md+83-3
- src/rust-2024/rustfmt-single-line-where-clauses.md-43
Submodule rust-by-example updated 1 file
Submodule rustc-dev-guide updated 35 files
- .github/workflows/ci.yml+4-4
- .gitignore-3
- README.md+13-6
- book.toml+7-1
- ci/linkcheck.sh+10-9
- examples/rustc-driver-example.rs+74-74
- examples/rustc-driver-interacting-with-the-ast.rs+75-66
- examples/rustc-interface-example.rs+81
- examples/rustc-interface-getting-diagnostics.rs+15-26
- src/appendix/bibliography.md+1-1
- src/asm.md+1-1
- src/borrow_check/opaque-types-region-inference-restrictions.md+2-2
- src/borrow_check/region_inference/closure_constraints.md+5-1
- src/borrow_check/region_inference/lifetime_parameters.md+1-1
- src/building/bootstrapping/what-bootstrapping-does.md+1-1
- src/building/how-to-build-and-run.md+1-1
- src/building/suggested.md+7-3
- src/coherence.md+1-1
- src/diagnostics.md+1-1
- src/hir.md+1
- src/llvm-coverage-instrumentation.md+2-354
- src/overview.md+3-3
- src/pat-exhaustive-checking.md+1-1
- src/profiling/with_perf.md+1-1
- src/rustc-driver/getting-diagnostics.md+1-1
- src/rustc-driver/interacting-with-the-ast.md+6-7
- src/rustc-driver/intro.md+20-24
- src/tests/adding.md+1-1
- src/tests/ci.md+18-1
- src/tests/compiletest.md+11
- src/tests/directives.md+3-3
- src/tests/running.md+2-2
- src/tests/ui.md+2-6
- src/ty_module/binders.md+1-1
- src/ty_module/instantiating_binders.md+2-2
0 commit comments