Commit e6d922b
authored
Rollup merge of #88277 - ehuss:update-books, r=ehuss
Update books
## reference
1 commits in 4884fe45c14f8b22121760fb117181bb4da8dfe0..da6ea9b03f74cae0a292f40315723d7a3a973637
2021-07-28 21:31:28 -0700 to 2021-08-19 21:28:10 -0700
- Allow users to change status labels (rust-lang/reference#1083)
## book
7 commits in 7e49659102f0977d9142190e1ba23345c0f00eb1..687e21bde2ea10c261f79fa14797c5137425098d
2021-08-03 21:41:35 -0400 to 2021-08-18 20:48:38 -0400
- Small tweaks to Ferris size and position
- Retain previous height: auto just in case
- Shrink and move ferris when possible
- Snapshot chapter 6 for nostarch
- Demonstrate variable as catch-all for match. Fixes rust-lang/book#1868.
- Improve the if let example to have a binding pattern. Fixes rust-lang/book#1401.
- Fixes typo (rust-lang/book#2816)
## rust-by-example
1 commits in 0dc9cd4e89f00cb5230f120e1a083916386e422b..04f489c889235fe3b6dfe678ae5410d07deda958
2021-07-23 09:14:27 -0300 to 2021-08-17 08:01:20 -0300
- Grammar mistake (rust-lang/rust-by-example#1456)
## rustc-dev-guide
5 commits in c4644b4..cf0e151
2021-08-10 20:41:44 +0900 to 2021-08-22 11:47:02 -0300
- Fix typo “a Rc” → “an Rc” (rust-lang/rustc-dev-guide#1191)
- Expand THIR section with more details (rust-lang/rustc-dev-guide#1183)
- Remove docs for old -Z profile-queries flag
- update mdbook version to latest
- allow to quickly edit a page directly on github4 files changed
+4
-4
lines changed- ferris.css+15-3
- ferris.js+26-8
- listings/ch06-enums-and-pattern-matching/listing-06-06/src/main.rs+3-3
- listings/ch06-enums-and-pattern-matching/no-listing-11-underscore-placeholder/src/main.rs-12
- listings/ch06-enums-and-pattern-matching/no-listing-12-if-let/src/main.rs+3-3
- listings/ch06-enums-and-pattern-matching/no-listing-15-binding-catchall/Cargo.lock
- listings/ch06-enums-and-pattern-matching/no-listing-15-binding-catchall/Cargo.toml
- listings/ch06-enums-and-pattern-matching/no-listing-15-binding-catchall/src/main.rs+14
- listings/ch06-enums-and-pattern-matching/no-listing-16-underscore-catchall/Cargo.lock+6
- listings/ch06-enums-and-pattern-matching/no-listing-16-underscore-catchall/Cargo.toml+6
- listings/ch06-enums-and-pattern-matching/no-listing-16-underscore-catchall/src/main.rs+14
- listings/ch06-enums-and-pattern-matching/no-listing-17-underscore-unit/Cargo.lock+6
- listings/ch06-enums-and-pattern-matching/no-listing-17-underscore-unit/Cargo.toml+6
- listings/ch06-enums-and-pattern-matching/no-listing-17-underscore-unit/src/main.rs+13
- nostarch/chapter06.md+837
- src/ch03-05-control-flow.md+3-3
- src/ch06-02-match.md+54-16
- src/ch06-03-if-let.md+13-8
Submodule rust-by-example updated 1 file
0 commit comments