Skip to content

Commit

Permalink
Rollup merge of rust-lang#71641 - ehuss:update-books, r=ehuss
Browse files Browse the repository at this point in the history
Update books

## nomicon

5 commits in 6eb24d6e9c0773d4aee68ed5fca121ce3cdf676a..4d2d275997746d35eabfc4d992dfbdcce2f626ed
2020-04-06 02:21:15 +0200 to 2020-04-27 10:24:52 -0400
- Fix example in FFI, section NPO
- Update implementation code of `split_at_mut`
- Use rust-lang/rust linkchecker on CI.
- Use just `std::_` instead of `::std::_`
- Remove illegal space.

## reference

2 commits in 3ce94ca..ed22e6fbfcb6ce436e9ea3b4bb4a55b2fb50a57e
2020-04-11 17:00:27 +0200 to 2020-04-24 12:46:22 -0700
- Fix grammer for tuple patterns and tuple struct patterns (rust-lang/reference#794)
- Document drop scopes (rust-lang/reference#514)

## book

2 commits in f5db319e0b19c22964398d56bc63103d669e1bba..e37c0e84e2ef73d3a4ebffda8011db6814a3b02d
2020-04-13 08:06:03 -0500 to 2020-04-26 09:31:36 -0500
- Mention short-circuiting in Appendix 02 (rust-lang/book#2318)
- Increase HTTP buffer size and add 'Content-Length' header (rust-lang/book#2246)

## rust-by-example

8 commits in c106d1683c3a2b0960f0f0fb01728cbb19807332..ffc99581689fe2455908aaef5f5cf50dd03bb8f5
2020-04-09 09:14:39 -0300 to 2020-04-24 15:05:04 -0300
- Fix Example -> Examples (rust-lang/rust-by-example#1340)
- Make unsuffixed literal plural (rust-lang/rust-by-example#1335)
- Ensure example error matches the comment (rust-lang/rust-by-example#1336)
- Add missing triple backticks (rust-lang/rust-by-example#1339)
- Clarify conditional compilation (rust-lang/rust-by-example#1338)
- Clarifies how to customize lib crate name (rust-lang/rust-by-example#1337)
- Fix bytes of youkoso in shiftjis (rust-lang/rust-by-example#1333)
- Fix possible typo (rust-lang/rust-by-example#1334)

## embedded-book

4 commits in 668fb07b6160b9c468f598e839c1e044db65de30..40beccdf1bb8eb9184a2e3b42db8b8c6e394247f
2020-04-13 12:38:16 +0000 to 2020-04-26 17:44:14 +0000
- Add hint on memory config to GDB debugging section  (rust-embedded/book#215)
- Adds cargo-generate to installation instructions  (rust-embedded/book#213)
- collections: Fix example allocator  (rust-embedded/book#206)
- Flip111/patch 8  (rust-embedded/book#233)
  • Loading branch information
Dylan-DPC authored Apr 28, 2020
2 parents 3d1f958 + 501dae7 commit b17ef86
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/doc/book
Submodule book updated 33 files
+1 −1 listings/ch20-web-server/listing-20-02/src/main.rs
+1 −1 listings/ch20-web-server/listing-20-03/src/main.rs
+1 −1 listings/ch20-web-server/listing-20-04/src/main.rs
+6 −2 listings/ch20-web-server/listing-20-05/src/main.rs
+6 −2 listings/ch20-web-server/listing-20-06/src/main.rs
+6 −2 listings/ch20-web-server/listing-20-07/src/main.rs
+6 −2 listings/ch20-web-server/listing-20-08/src/main.rs
+1 −1 listings/ch20-web-server/listing-20-09/src/main.rs
+1 −1 listings/ch20-web-server/listing-20-10/src/main.rs
+1 −1 listings/ch20-web-server/listing-20-11/src/main.rs
+1 −1 listings/ch20-web-server/listing-20-12/src/main.rs
+1 −1 listings/ch20-web-server/listing-20-13/src/bin/main.rs
+1 −1 listings/ch20-web-server/listing-20-14/src/bin/main.rs
+1 −1 listings/ch20-web-server/listing-20-15/src/bin/main.rs
+1 −1 listings/ch20-web-server/listing-20-16/src/bin/main.rs
+1 −1 listings/ch20-web-server/listing-20-17/src/bin/main.rs
+1 −1 listings/ch20-web-server/listing-20-18/src/bin/main.rs
+1 −1 listings/ch20-web-server/listing-20-19/src/bin/main.rs
+1 −1 listings/ch20-web-server/listing-20-20/src/bin/main.rs
+1 −1 listings/ch20-web-server/listing-20-21/src/bin/main.rs
+1 −1 listings/ch20-web-server/listing-20-22/src/bin/main.rs
+1 −1 listings/ch20-web-server/listing-20-23/src/bin/main.rs
+1 −1 listings/ch20-web-server/listing-20-24/src/bin/main.rs
+1 −1 listings/ch20-web-server/listing-20-25/src/bin/main.rs
+1 −1 listings/ch20-web-server/no-listing-01-define-threadpool-struct/src/bin/main.rs
+1 −1 listings/ch20-web-server/no-listing-02-impl-threadpool-new/src/bin/main.rs
+1 −1 listings/ch20-web-server/no-listing-03-define-execute/src/bin/main.rs
+1 −1 listings/ch20-web-server/no-listing-04-update-worker-definition/src/bin/main.rs
+1 −1 listings/ch20-web-server/no-listing-05-fix-worker-new/src/bin/main.rs
+1 −1 listings/ch20-web-server/no-listing-06-fix-threadpool-drop/src/bin/main.rs
+1 −1 listings/ch20-web-server/no-listing-07-define-message-enum/src/bin/main.rs
+2 −2 src/appendix-02-operators.md
+2 −1 src/ch20-01-single-threaded.md
2 changes: 1 addition & 1 deletion src/doc/embedded-book
2 changes: 1 addition & 1 deletion src/doc/nomicon

0 comments on commit b17ef86

Please sign in to comment.