Commit Graph

  • cf63e4df39 Switch IRC to Discord Carol (Nichols || Goulding) 2019-04-17 17:46:26 -04:00
  • 0e47382af6 Make the code not compile to match the text Alex Tokarev 2019-04-20 19:24:56 +03:00
  • 05bd3e0b7f A small typo? Nan Xiao 2019-04-25 10:43:38 +08:00
  • ac4b9cd9d8 Ferris does-not-compile added (ch9.2) Komron 2019-04-18 17:30:21 +02:00
  • f1d9750c3b Update install instructions for VS 2019 Tjeu Kayim 2019-04-17 20:13:10 +02:00
  • db919bc6bb Link to chapters mentioned in chapter 12 Carol (Nichols || Goulding) 2019-04-15 20:09:10 -04:00
  • 6678e8221a Split up a long sentence Carol (Nichols || Goulding) 2019-04-15 19:24:00 -04:00
  • aa82907fd8 Merge pull request #1907 from L0uisc/Unclear-wording-4.3 Carol (Nichols || Goulding) 2019-04-15 19:22:22 -04:00
  • cf7042f911 Merge pull request #1900 from L0uisc/array-out-of-bounds Carol (Nichols || Goulding) 2019-04-15 19:19:05 -04:00
  • 5fa10e2ea9 Merge pull request #1901 from L0uisc/lifetime-explanation Carol (Nichols || Goulding) 2019-04-15 19:16:35 -04:00
  • 2797e27757 Merge pull request #1831 from tonytonyjan/patch-3 Carol (Nichols || Goulding) 2019-04-15 18:43:20 -04:00
  • c231bf7e49 Merge pull request #1890 from Plotnus/patch-1 Carol (Nichols || Goulding) 2019-04-15 18:41:55 -04:00
  • c973f37f5a Merge pull request #1891 from Plotnus/patch-2 Carol (Nichols || Goulding) 2019-04-15 14:22:25 -04:00
  • 489fd11cad Merge pull request #1919 from fedorg/2018fix Carol (Nichols || Goulding) 2019-04-15 14:20:46 -04:00
  • 50f62a720b Merge pull request #1921 from lewisbelcher/patch-1 Carol (Nichols || Goulding) 2019-04-15 14:16:13 -04:00
  • 3970cf3177 Merge pull request #1915 from andreevlex/feature/update-link-russian-translation Carol (Nichols || Goulding) 2019-04-15 14:10:06 -04:00
  • 259e59423e Update ch04-03-slices.md Lewis Belcher 2019-04-14 13:43:23 +02:00
  • 506c9f12d4 point 2018 book redirects to existing pages instead of index Fedor Golishevskiy 2019-04-14 04:23:30 +03:00
  • d97c439557 Merge pull request #1917 from rust-lang/ch7-layout Carol (Nichols || Goulding) 2019-04-12 13:51:56 -04:00
  • 7d871527ca Remove snapshot files that aren't needed anymore Carol (Nichols || Goulding) 2019-04-12 13:12:10 -04:00
  • 035d511ae6 Propagate a change nostarch made Carol (Nichols || Goulding) 2019-04-12 13:11:35 -04:00
  • 281d927b40 Change the wording of section references to what i prefer Carol (Nichols || Goulding) 2019-04-12 13:10:29 -04:00
  • e1bae6b1e3 Add snip comments and sentence encouraging you to try this code Carol (Nichols || Goulding) 2019-04-12 11:43:31 -04:00
  • 047fe341ba Explain why eat_at_restaurant is pub Carol (Nichols || Goulding) 2019-04-12 11:24:31 -04:00
  • 558c065546 Merge pull request #1912 from rust-lang/mdbook2 Carol (Nichols || Goulding) 2019-04-12 11:24:55 -04:00
  • 73c6165483 Update link for Russian translation. Alexander Andreev 2019-04-12 18:18:47 +03:00
  • 0d7e6c52af Update the version of mdbook we use in-tree to match rust-lang/rust Carol (Nichols || Goulding) 2019-04-12 09:05:14 -04:00
  • 3c3220613d Fix spellingz Carol (Nichols || Goulding) 2019-04-11 15:40:56 -04:00
  • bd27438570 Update listings in ch 19-6 for nostarch Carol (Nichols || Goulding) 2019-04-11 15:32:48 -04:00
  • f3a464797b Add a high-level overview of the changes in this version of the book Carol (Nichols || Goulding) 2019-04-11 15:01:52 -04:00
  • c2cdf3089c Merge pull request #1893 from lwshang/master Carol (Nichols || Goulding) 2019-04-11 14:22:49 -04:00
  • dbcedd3d60 Redo listing numbers in chapter 19 after removals Carol (Nichols || Goulding) 2019-04-11 14:18:11 -04:00
  • 10f89936b0 Remove Advanced Lifetimes section completely Carol (Nichols || Goulding) 2019-04-11 11:51:14 -04:00
  • f5ce5888e7 Merge branch 'gh1780' Carol (Nichols || Goulding) 2019-04-11 11:46:06 -04:00
  • e8b055d3dd Merge remote-tracking branch 'origin/master' into gh1780 Carol (Nichols || Goulding) 2019-04-11 11:38:32 -04:00
  • efeb2da6ee Merge remote-tracking branch 'origin/master' into gh1567 Carol (Nichols || Goulding) 2019-04-11 11:36:30 -04:00
  • 37a17ef40c Remove FnBox and use builtin impl FnOnce for Box<FnOnce()> instead. CrLF0710 2019-04-09 17:05:20 +08:00
  • a0a8516b01 fixed deleted space Jonathan Plotner 2019-04-09 19:01:32 -04:00
  • 173c4456ef Fix unclear wording in 4.3 Louis Cloete 2019-04-09 17:18:02 +02:00
  • e59c9f8ee9 Corrected typo Louis Cloete 2019-04-08 18:11:04 +02:00
  • e74d176dca Update ch10-03-lifetime-syntax.md Louis Cloete 2019-04-08 17:45:23 +02:00
  • 7ac22b109a Corrected error for array out of bounds Louis Cloete 2019-04-08 16:59:32 +02:00
  • 82093d572f Fix Travis CI badge url lwshang 2019-04-05 16:50:53 -04:00
  • 5c57d8e28c Adding trailing comma Jonathan Plotner 2019-04-03 02:25:04 -04:00
  • 2ca8f70d41 Update range so matches rust-fmt . Jonathan Plotner 2019-04-02 15:17:16 -04:00
  • 37276b1bc5 Reword description of memory leak cycle mulhern 2019-03-27 12:09:07 -04:00
  • b93ec30bbc Unignore example that now compiles Carol (Nichols || Goulding) 2019-03-26 16:53:41 -04:00
  • 322aa86fa2 Merge pull request #1863 from vlad20012/patch-1 Carol (Nichols || Goulding) 2019-03-26 16:53:13 -04:00
  • 6a115b42d2 Merge pull request #1881 from chirgjn/patch-1 Carol (Nichols || Goulding) 2019-03-26 16:47:08 -04:00
  • 828d794db4 Wrap to 80 cols Carol (Nichols || Goulding) 2019-03-26 16:46:30 -04:00
  • 3360194abf Merge pull request #1885 from king6cong/complete Carol (Nichols || Goulding) 2019-03-26 16:45:44 -04:00
  • eb66c9c3e0 Merge pull request #1884 from nicholasshirley/master Carol (Nichols || Goulding) 2019-03-26 16:45:01 -04:00
  • 9c3a5bc026 Make sentence more complete king6cong 2019-03-26 20:32:36 +08:00
  • 5179c2a60f remove leftover '=' Nicholas Shirley 2019-03-25 09:44:32 +01:00
  • cfb8fb9bb9 consistenly use increment and decrement Nicholas Shirley 2019-03-25 08:59:10 +01:00
  • 705cdc1c58 Fix mdbook link text in readme Chirag Jain 2019-03-24 01:15:46 +05:30
  • feeaff2f4e Merge pull request #1878 from ehuss/fix-conditional-compilation Carol (Nichols || Goulding) 2019-03-21 17:48:07 -04:00
  • a2bbd29cb9 Fix link to Reference's conditional-compilation. Eric Huss 2019-03-21 14:26:40 -07:00
  • d6f7d1537b Fix subject/verb agreement Carol (Nichols || Goulding) 2019-03-21 09:13:02 -04:00
  • aaa5b32003 Remove nostarch snapshot files that have been incorporated and checked Carol (Nichols || Goulding) 2019-03-21 09:12:48 -04:00
  • 0de4a7d66a haha teach the dictionary steve's name Carol (Nichols || Goulding) 2019-03-21 12:17:56 -04:00
  • e6befd9e21 Add authorship info to the front page Carol (Nichols || Goulding) 2019-03-20 10:20:10 -04:00
  • 4fb0aedf88 Merge pull request #1866 from s3bk/master Carol (Nichols || Goulding) 2019-03-20 10:14:02 -04:00
  • d74d392e68 fix accidental <ol>'s Sebastian Köln 2019-03-18 20:53:53 +01:00
  • 6aa13a6e63 Fix code snippet Vlad Beskrovnyy 2019-03-15 12:17:03 +03:00
  • 51053e97dd Merge pull request #1848 from rust-lang/ch19 Carol (Nichols || Goulding) 2019-03-11 15:46:58 -04:00
  • 538efa8574 Mention lock returns MutexGuard wrapped in a LockResult Carol (Nichols || Goulding) 2019-03-10 14:10:50 -04:00
  • d7df985b7f Merge pull request #1842 from rust-lang/add-nll-example Carol (Nichols || Goulding) 2019-03-10 13:58:26 -04:00
  • 98e4db374b Temporarily ignore an example because of a rustdoc bug Carol (Nichols || Goulding) 2019-03-10 11:09:50 -04:00
  • 26bc1b2e7b spellingz Carol (Nichols || Goulding) 2019-03-08 20:36:03 -05:00
  • afba420af2 Propagate changes to markdown Carol (Nichols || Goulding) 2019-03-08 20:07:18 -05:00
  • a889e16b0f Carol's edits Carol (Nichols || Goulding) 2019-03-08 17:00:47 -05:00
  • 9ebf59cf5e Merge pull request #1 from rust-lang/master damoasda 2019-03-08 23:21:13 +01:00
  • d28549a2a4 Chapter 19 as received from nostarch Carol (Nichols || Goulding) 2019-03-08 15:44:23 -05:00
  • fa6519e87f Specify edition2018 Carol (Nichols || Goulding) 2019-03-08 08:27:08 -05:00
  • 506ce62eed Merge pull request #1845 from fieldinrain/fix_parameter_name Carol (Nichols || Goulding) 2019-03-08 08:13:09 -05:00
  • 83165fe466 fix parameter name fieldinrain 2019-03-05 19:08:10 +09:00
  • 11bedee95a Add an example that illustrates NLL Carol (Nichols || Goulding) 2019-03-03 15:01:25 -05:00
  • 9cffbeabec Merge pull request #1838 from rust-lang/more-edits Carol (Nichols || Goulding) 2019-03-02 08:22:41 -05:00
  • d83f107a88 spellingz Carol (Nichols || Goulding) 2019-03-02 08:00:40 -05:00
  • f1d2586109 Propagate changes to markdown Carol (Nichols || Goulding) 2019-03-01 17:08:32 -05:00
  • 35086d8834 Carol's edits Carol (Nichols || Goulding) 2019-03-01 17:03:50 -05:00
  • 72980ab5aa Docx files as received from nostarch Carol (Nichols || Goulding) 2019-03-01 16:56:56 -05:00
  • 8b3ad7fef3 Remove the 2018 edition nostarch directory Carol (Nichols || Goulding) 2019-03-01 16:54:17 -05:00
  • fab9419503 Merge pull request #1832 from kornelski/chapterrename Carol (Nichols || Goulding) 2019-02-25 07:53:23 -05:00
  • 1768b73dcc More link fixes Kornel 2019-02-25 01:13:38 +00:00
  • d2336f4186 Update links to ch07-02 Kornel 2019-02-24 22:57:21 +00:00
  • 76df60bcce fancy quotes Carol (Nichols || Goulding) 2019-02-24 11:57:29 -05:00
  • 6cd30387f6 Merge pull request #1824 from rust-lang/next-round-of-edits Carol (Nichols || Goulding) 2019-02-24 12:17:07 -05:00
  • ac6e4a003b Merge pull request #1788 from kornelski/noindex Carol (Nichols || Goulding) 2019-02-24 12:07:20 -05:00
  • a40e84321f Remove extra space Carol (Nichols || Goulding) 2019-02-24 11:58:14 -05:00
  • 5245c58cd3 Replace T: 'a + Messenger with T: Messenger Jian Weihang 2019-02-24 22:54:07 +08:00
  • 6f162249f8 Exclude old second-edition and 2018-edition stub pages from search engines Kornel Lesiński 2019-02-21 00:38:23 +00:00
  • 6d3e77c8fa Merge pull request #1825 from BooleanCat/indices Carol (Nichols || Goulding) 2019-02-20 14:39:50 -05:00
  • 059c99f792 Merge pull request #1826 from xtian/patch-1 Carol (Nichols || Goulding) 2019-02-20 14:39:07 -05:00
  • 2c44e9b72e ch10-03-lifetime-syntax.md: Improve sentence structure Christian Wesselhoeft 2019-02-20 09:33:35 -07:00
  • 03611fc861 Consistently use indices over indexes Tom Godkin 2019-02-20 14:55:30 +00:00
  • 540f3088c6 Merge pull request #1754 from rust-lang/gh1645 Carol (Nichols || Goulding) 2019-02-19 09:01:29 -05:00
  • 4b43cf4ea8 tweak wording around binaries Steve Klabnik 2019-01-07 14:55:10 -05:00
  • c179f34564 Update line numbers because of extern crate being gone Carol (Nichols || Goulding) 2019-02-18 21:55:46 -05:00