Commit 9bf807e
authored
Rollup merge of rust-lang#108002 - rustbot:docs-update, r=ehuss
Update books
## rust-lang/book
2 commits in f2a78f64b668f63f581203c6bac509903f7c00ee..d94e03a18a2590ed3f1c67b859cb11528d2a2d5c
2023-02-10 16:01:09 UTC to 2023-02-10 15:55:43 UTC
- Update to Rust 1.67.1
- Update to Rust 1.66.1
## rust-embedded/book
1 commits in f1a4614aa41cc544b91b79760a709e113f3451d7..701d1551429da4cb609082c0ac99df569e336710
2023-01-31 12:32:49 UTC to 2023-01-31 12:32:49 UTC
- fix: Circled Image not visible on B&W E-Ink screen (rust-embedded/book#339)
## rust-lang/nomicon
2 commits in bd1829d235296952bf72ca55635e360584b8805e..79b53665a7c61d171fb8c5ad0b73b371f9ee6ba7
2023-02-13 08:40:24 UTC to 2023-02-07 09:43:03 UTC
- Fixes double bug in Send-Sync example (rust-lang/nomicon#401)
- Small language fix in subtyping.md (rust-lang/nomicon#399)
## rust-lang/reference
4 commits in 22882fb3f7b4d69fdc0d1731e8b9cfcb6910537d..e5adb99c04817b7fbe08f4ffce5b36702667345f
2023-02-08 18:09:03 UTC to 2023-02-01 03:49:46 UTC
- Eliminate 'half open' terminology from range pattern grammar (rust-lang/reference#1330)
- fix place expression context example (rust-lang/reference#1327)
- remove confusing words (rust-lang/reference#1324)
- Reword "expression for a match arm" (rust-lang/reference#1325)
## rust-lang/rust-by-example
5 commits in 134376872e8c387ef369507e0ee9b5a0e3272718..efe23c4fe12e06351b8dc8c3d18312c761455109
2023-02-06 11:32:23 UTC to 2023-01-31 16:38:03 UTC
- fix irrelevant comments (rust-lang/rust-by-example#1676)
- remove redudant code (rust-lang/rust-by-example#1675)
- Line comments: change 'inside' to 'after' (rust-lang/rust-by-example#1674)
- fix incorrect trait bound demonstration (rust-lang/rust-by-example#1673)
- fix "High Order Functions" typo (rust-lang/rust-by-example#1672)
## rust-lang/rustc-dev-guide
14 commits in e359ee2..41a96ab
2023-02-11 06:41:56 UTC to 2023-01-31 18:42:30 UTC
- Add a citation file (rust-lang/rustc-dev-guide#1550)
- Improve git submodule help (rust-lang/rustc-dev-guide#1587)
- update examples for rustc 1.69.0-nightly (e1eaa2d 2023-02-06) (rust-lang/rustc-dev-guide#1590)
- Replace settings.json with x.py setup note (rust-lang/rustc-dev-guide#1588)
- Do not add accept header on linkcheck (rust-lang/rustc-dev-guide#1586)
- Fixed small grammar mistake in monomorph.md (rust-lang/rustc-dev-guide#1585)
- update bootstrap guide (rust-lang/rustc-dev-guide#1583)
- Use host symlink for custom rustup toolchain (rust-lang/rustc-dev-guide#1580)
- Fix broken links (rust-lang/rustc-dev-guide#1577)
- Add section on comparing types (rust-lang/rustc-dev-guide#1570)
- Update rustfmt path (rust-lang/rustc-dev-guide#1574)
- fix wrong heading level (rust-lang/rustc-dev-guide#1573)
- fix incorrect position of `Clarification of build command's stdout` (rust-lang/rustc-dev-guide#1572)
- extend bootstrap related documentations (rust-lang/rustc-dev-guide#1563)File tree
6 files changed
+6
-6
lines changed- src/doc
6 files changed
+6
-6
lines changed- .github/workflows/main.yml+2-2
- listings/ch02-guessing-game-tutorial/listing-02-04/output.txt+1
- listings/ch02-guessing-game-tutorial/no-listing-02-without-expect/output.txt+2-2
- listings/ch03-common-programming-concepts/no-listing-23-statements-dont-return-values/output.txt+1-1
- listings/ch04-understanding-ownership/no-listing-04-cant-use-after-move/output.txt+4
- listings/ch06-enums-and-pattern-matching/no-listing-07-cant-use-option-directly/output.txt+3-8
- listings/ch06-enums-and-pattern-matching/no-listing-10-non-exhaustive-match/output.txt+4
- listings/ch07-managing-growing-projects/listing-07-12/output.txt+6-6
- listings/ch08-common-collections/listing-08-19/output.txt-1
- listings/ch11-writing-automated-tests/listing-11-03/output.txt+1-1
- listings/ch11-writing-automated-tests/listing-11-10/output.txt+1-1
- listings/ch11-writing-automated-tests/no-listing-03-introducing-a-bug/output.txt+1-1
- listings/ch11-writing-automated-tests/no-listing-04-bug-in-add-two/output.txt+1-1
- listings/ch11-writing-automated-tests/no-listing-06-greeter-with-bug/output.txt+1-1
- listings/ch11-writing-automated-tests/no-listing-07-custom-failure-message/output.txt+1-1
- listings/ch11-writing-automated-tests/no-listing-09-guess-with-panic-msg-bug/output.txt+1-1
- listings/ch11-writing-automated-tests/output-only-01-show-output/output.txt+1-1
- listings/ch12-an-io-project/listing-12-12/output.txt+2-2
- listings/ch12-an-io-project/listing-12-16/output.txt+1-1
- listings/ch13-functional-features/listing-13-14/output.txt+2-2
- listings/ch15-smart-pointers/listing-15-03/output.txt+2-2
- listings/ch15-smart-pointers/listing-15-23/output.txt+1-1
- listings/ch16-fearless-concurrency/listing-16-14/output.txt+3
- listings/ch18-patterns-and-matching/listing-18-08/output.txt+8
- listings/ch18-patterns-and-matching/listing-18-10/output.txt+1-1
- listings/ch19-advanced-features/listing-19-20/output.txt+2-2
- listings/ch20-web-server/listing-20-22/output.txt+1
- listings/ch20-web-server/no-listing-04-update-worker-definition/output.txt+1
- rust-toolchain+1-1
- src/title-page.md+1-1
Submodule rustc-dev-guide updated 25 files
- CITATION.cff+9
- book.toml+4-4
- examples/rustc-driver-example.rs+4-4
- examples/rustc-driver-getting-diagnostics.rs+2-2
- examples/rustc-driver-interacting-with-the-ast.rs+4-5
- src/appendix/glossary.md+2-2
- src/backend/monomorph.md+1-1
- src/borrow_check/region_inference/lifetime_parameters.md+2-2
- src/building/bootstrapping.md+53-67
- src/building/how-to-build-and-run.md+2-8
- src/building/suggested.md+26-36
- src/constants.md+1-1
- src/getting-started.md+4
- src/git.md+10-8
- src/implementing_new_features.md+1-1
- src/llvm-coverage-instrumentation.md+3-4
- src/mir/visitor.md+3-3
- src/profiling/with_perf.md+6-5
- src/rustc-driver-getting-diagnostics.md+2-2
- src/rustc-driver-interacting-with-the-ast.md+4-4
- src/solve/the-solver.md+2-2
- src/solve/trait-solving.md+5-5
- src/tests/compiletest.md+5
- src/tests/running.md-21
- src/ty.md+62-18
0 commit comments