Skip to content

Commit

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

## nomicon

2 commits in a5a48441d411f61556b57d762b03d6874afe575d..a8584998eacdea7106a1dfafcbf6c1c06fcdf925
2020-12-06 10:39:41 +0900 to 2021-01-06 12:49:49 -0500
- Update vector code examples
- Remove outdated information about `jemalloc`

## reference

13 commits in b278478b766178491a8b6f67afa4bcd6b64d977a..50af691f838937c300b47812d0507c6d88c14f97
2020-12-21 18:18:03 -0800 to 2021-01-12 21:19:20 -0800
- Update grammar for parser unification. (rust-lang/reference#927)
- Define constraining an implementation (rust-lang/reference#928)
- Document extra behavior of #[no_mangle] (rust-lang/reference#930)
- Add a float examle without a `.`. (rust-lang/reference#929)
- Add more details about const generics. (rust-lang/reference#921)
- Fix footnotes. (rust-lang/reference#926)
- Add "Logic errors" as behavior not considered unsafe (rust-lang/reference#919)
- Update grammar for order of parameters/arguments. (rust-lang/reference#920)
- Fix formatting in the tuple section (rust-lang/reference#923)
- document const generics (rust-lang/reference#901)
- Update mdbook (rust-lang/reference#918)
- linkage.md: update link to FFI section of the Book. (rust-lang/reference#917)
- Document array expression with a const. (rust-lang/reference#914)

## book

8 commits in 5bb44f8b5b0aa105c8b22602e9b18800484afa21..ac57a0ddd23d173b26731ccf939f3ba729753275
2020-12-18 20:07:31 -0500 to 2021-01-09 14:18:45 -0500
- Update version of mdbook we're testing with to 0.4.5 (rust-lang/book#2561)
- Fix grammar in ch13-01-closures.md (rust-lang/book#2534)
- Merge remote-tracking branch 'origin/pr/2527'
- Clarify code example ch6.3 (rust-lang/book#2485)
- Fix link added in rust-lang/book#2495 to be relative and at the bottom
- Merge remote-tracking branch 'origin/pr/2495'
- Update output to match the updated poem punctuation
- Fix rust-lang/book#2539 - Remove fancy apostrophes from poem for Windows

## rust-by-example

3 commits in 1cce0737d6a7d3ceafb139b4a206861fb1dcb2ab..03e23af01f0b4f83a3a513da280e1ca92587f2ec
2020-12-21 17:36:29 -0300 to 2021-01-09 10:20:28 -0300
- Replace for loop with iteration (rust-lang/rust-by-example#1404)
- Update mdbook (rust-lang/rust-by-example#1402)
- Add note for match guards to include catch-all (rust-lang/rust-by-example#1401)

## embedded-book

1 commits in ba34b8a968f9531d38c4dc4411d5568b7c076bfe..ceec19e873be87c6ee5666b030c6bb612f889a96
2020-11-17 00:20:43 +0000 to 2021-01-03 13:13:10 +0000
- book.toml: add link to GitHub repo  (rust-embedded/book#276)
  • Loading branch information
JohnTitor committed Jan 14, 2021
2 parents ab0aa0a + 6bfd987 commit d9e41b7
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 36 files
+2 −2 .github/workflows/main.yml
+1 −1 listings/ch06-enums-and-pattern-matching/no-listing-12-if-let/src/main.rs
+1 −1 listings/ch11-writing-automated-tests/listing-11-10/output.txt
+3 −3 listings/ch12-an-io-project/listing-12-03/poem.txt
+3 −3 listings/ch12-an-io-project/listing-12-04/output.txt
+3 −3 listings/ch12-an-io-project/listing-12-04/poem.txt
+3 −3 listings/ch12-an-io-project/listing-12-05/poem.txt
+3 −3 listings/ch12-an-io-project/listing-12-06/poem.txt
+3 −3 listings/ch12-an-io-project/listing-12-07/poem.txt
+3 −3 listings/ch12-an-io-project/listing-12-08/poem.txt
+3 −3 listings/ch12-an-io-project/listing-12-09/poem.txt
+3 −3 listings/ch12-an-io-project/listing-12-10/poem.txt
+3 −3 listings/ch12-an-io-project/listing-12-11/poem.txt
+3 −3 listings/ch12-an-io-project/listing-12-12/output.txt
+3 −3 listings/ch12-an-io-project/listing-12-12/poem.txt
+3 −3 listings/ch12-an-io-project/listing-12-13/poem.txt
+3 −3 listings/ch12-an-io-project/listing-12-14/poem.txt
+3 −3 listings/ch12-an-io-project/listing-12-15/poem.txt
+3 −3 listings/ch12-an-io-project/listing-12-16/poem.txt
+3 −3 listings/ch12-an-io-project/listing-12-17/poem.txt
+3 −3 listings/ch12-an-io-project/listing-12-18/poem.txt
+3 −3 listings/ch12-an-io-project/listing-12-19/poem.txt
+3 −3 listings/ch12-an-io-project/listing-12-20/poem.txt
+3 −3 listings/ch12-an-io-project/listing-12-21/poem.txt
+3 −3 listings/ch12-an-io-project/listing-12-22/poem.txt
+3 −3 listings/ch12-an-io-project/listing-12-23/poem.txt
+3 −3 listings/ch12-an-io-project/listing-12-24/poem.txt
+3 −3 listings/ch12-an-io-project/no-listing-01-handling-errors-in-main/poem.txt
+3 −3 listings/ch12-an-io-project/no-listing-02-using-search-in-run/poem.txt
+3 −3 listings/ch12-an-io-project/output-only-02-missing-lifetimes/poem.txt
+1 −1 listings/ch12-an-io-project/output-only-03-multiple-matches/output.txt
+3 −3 listings/ch12-an-io-project/output-only-03-multiple-matches/poem.txt
+3 −3 listings/ch12-an-io-project/output-only-04-no-matches/poem.txt
+3 −2 src/ch04-01-what-is-ownership.md
+3 −3 src/ch13-01-closures.md
+1 −3 src/ch16-03-shared-state.md
2 changes: 1 addition & 1 deletion src/doc/embedded-book
Submodule embedded-book updated 1 files
+3 −0 book.toml
2 changes: 1 addition & 1 deletion src/doc/rust-by-example

0 comments on commit d9e41b7

Please sign in to comment.