diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-10-29 12:09:01 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-29 12:09:01 +0900 |
| commit | 218af6f7140f9e02fa8dd2f0dadefcf193c7c6f3 (patch) | |
| tree | 3bf048641e51fea84e68818ec371fac4ec146990 | |
| parent | c7792230c073410fad646dd09e1de3c3d29ef250 (diff) | |
| parent | 23167cbfe9e52abb36aebc0b85149ed48dcf6e38 (diff) | |
| download | rust-218af6f7140f9e02fa8dd2f0dadefcf193c7c6f3.tar.gz rust-218af6f7140f9e02fa8dd2f0dadefcf193c7c6f3.zip | |
Rollup merge of #78492 - ehuss:update-books, r=ehuss
Update books ## nomicon 7 commits in 6e57e64501f61873ab80cb78a07180a22751a5d6..69333eddb1de92fd17e272ce4677cc983d3bd71d 2020-09-14 11:40:23 -0400 to 2020-10-17 15:44:12 -0700 - Tweak GHA config (rust-lang-nursery/nomicon#240) - Fix link for `[T]` (rust-lang-nursery/nomicon#239) - Update casts.md (rust-lang-nursery/nomicon#232) - [WIP] Add more links (rust-lang-nursery/nomicon#180) - Data Race definition should be more precise (rust-lang-nursery/nomicon#219) - Update the diagnostic of `error[E0597]` in dropck.md (rust-lang-nursery/nomicon#157) - fix typo in Lifetimes mutable reference aliasing section (rust-lang-nursery/nomicon#225) ## reference 3 commits in 1b78182e71709169dc0f1c3acdc4541b6860e1c4..10c16caebe475d0d11bec0531b95d7697856c13c 2020-10-11 13:53:47 -0700 to 2020-10-25 20:51:26 -0700 - Add `unsafe` for `mod` and `extern`. (rust-lang-nursery/reference#898) - mention how unions interact with dropping (rust-lang-nursery/reference#897) - Add `move_ref_pattern` docs (rust-lang-nursery/reference#881) ## book 2 commits in 451a1e30f2dd137aa04e142414eafb8d05f87f84..13e1c05420bca86ecc79e4ba5b6d02de9bd53c62 2020-10-05 09:11:18 -0500 to 2020-10-20 14:57:32 -0500 - Referencing to Appendix B (rust-lang/book#2481) - Use GITHUB_PATH instead of add-path (rust-lang/book#2477) ## rust-by-example 2 commits in 152475937a8d8a1f508d8eeb57db79139bc803d9..99eafee0cb14e6ec641bf02a69d7b30f6058349a 2020-10-09 09:29:50 -0300 to 2020-10-21 14:21:55 -0300 - Formatting footer items. (rust-lang/rust-by-example#1385) - Add partial moves example for `move_ref_pattern` stabilization (rust-lang/rust-by-example#1377) ## edition-guide 3 commits in 81f16863014de60b53de401d71ff904d163ee030..7bc9b7a5e800f79df62947cb7d566fd2fbaf19fe 2020-08-27 13:56:31 -0700 to 2020-10-23 18:31:23 -0500 - A few small updates. (rust-lang/edition-guide#221) - Clarify the limitation of ? in main and tests (rust-lang/edition-guide#219) - Update deprecated GitHub Actions commands. (rust-lang/edition-guide#220)
| m--------- | src/doc/book | 0 | ||||
| m--------- | src/doc/edition-guide | 0 | ||||
| m--------- | src/doc/nomicon | 0 | ||||
| m--------- | src/doc/reference | 0 | ||||
| m--------- | src/doc/rust-by-example | 0 |
5 files changed, 0 insertions, 0 deletions
diff --git a/src/doc/book b/src/doc/book -Subproject 451a1e30f2dd137aa04e142414eafb8d05f87f8 +Subproject 13e1c05420bca86ecc79e4ba5b6d02de9bd53c6 diff --git a/src/doc/edition-guide b/src/doc/edition-guide -Subproject 81f16863014de60b53de401d71ff904d163ee03 +Subproject 7bc9b7a5e800f79df62947cb7d566fd2fbaf19f diff --git a/src/doc/nomicon b/src/doc/nomicon -Subproject 6e57e64501f61873ab80cb78a07180a22751a5d +Subproject 69333eddb1de92fd17e272ce4677cc983d3bd71 diff --git a/src/doc/reference b/src/doc/reference -Subproject 1b78182e71709169dc0f1c3acdc4541b6860e1c +Subproject 10c16caebe475d0d11bec0531b95d7697856c13 diff --git a/src/doc/rust-by-example b/src/doc/rust-by-example -Subproject 152475937a8d8a1f508d8eeb57db79139bc803d +Subproject 99eafee0cb14e6ec641bf02a69d7b30f6058349 |
