Commit Graph

  • ea90a77471 Change the generic definition a bit Carol (Nichols || Goulding) 2017-09-25 12:20:21 -04:00
  • 1d8d09524f Fix inaccurate wording Ameya Lokare 2017-09-24 02:07:12 -07:00
  • e4e9fb481b Update ch11-01-writing-tests.md Eric Tenza 2017-09-23 12:28:10 -05:00
  • c58929e014 Merge pull request #930 from rust-lang/ch5-again Carol (Nichols || Goulding) 2017-09-22 14:45:15 -04:00
  • 3ca034e368 Fix following listing numbers Carol (Nichols || Goulding) 2017-09-22 12:51:02 -04:00
  • ddabe8527e Further clarifies fully qualified syntax Carol (Nichols || Goulding) 2017-09-21 14:34:49 -04:00
  • 4a5116ddb0 Sneak in a sentence about field level mutability not being a thing Carol (Nichols || Goulding) 2017-09-21 15:46:48 -04:00
  • 1bc06d013b Swap length x width for width x height Carol (Nichols || Goulding) 2017-09-21 15:34:56 -04:00
  • 55f6c5808a Exporting changes from the doc Carol (Nichols || Goulding) 2017-09-21 15:21:35 -04:00
  • 0fac8a951d Fixing more things Carol (Nichols || Goulding) 2017-09-21 15:09:48 -04:00
  • eead60d31e Addressing liz's comments Carol (Nichols || Goulding) 2017-09-21 14:58:06 -04:00
  • 050de26e00 Ch 5 back from liz again Carol (Nichols || Goulding) 2017-09-21 14:40:07 -04:00
  • eba02d1e9d Merge pull request #927 from hmenke/patch-1 Steve Klabnik 2017-09-21 10:44:41 -04:00
  • 310de34fd1 Revert confusion about hashed out code Henri Menke 2017-09-21 14:00:44 +12:00
  • 38b0077b98 Added missing highlighting, removed wrong code Henri Menke 2017-09-21 11:30:21 +12:00
  • 049d68ed35 Merge pull request #926 from smorenne/ch11-edits Steve Klabnik 2017-09-20 17:38:18 -04:00
  • 07d80270a0 Small formatting mistake smorenne 2017-09-20 22:14:00 +02:00
  • f87d4c2a3b Merge remote-tracking branch 'origin/pr/914' Carol (Nichols || Goulding) 2017-09-19 16:37:30 -04:00
  • 017f511e43 Merge pull request #898 from rust-lang/ch15-edits Carol (Nichols || Goulding) 2017-09-19 13:57:25 -04:00
  • 089403aa32 Merge pull request #924 from Lasoloz/master Carol (Nichols || Goulding) 2017-09-19 13:43:46 -04:00
  • fc3a73d7da nostarchify Carol (Nichols || Goulding) 2017-09-18 17:05:27 -04:00
  • 68267b982a fancy quotes Carol (Nichols || Goulding) 2017-09-18 16:47:45 -04:00
  • b06188623a Spellingz Carol (Nichols || Goulding) 2017-09-18 16:18:57 -04:00
  • 0666228102 Fix what is dereferencing what how, ref auto dereferencing on methods Carol (Nichols || Goulding) 2017-09-18 14:49:31 -04:00
  • 398ad3b7d5 Tweak reference cycle section title to be less misleading Carol (Nichols || Goulding) 2017-09-18 14:27:03 -04:00
  • aa13bc1ecf Dance around the exact size of a box Carol (Nichols || Goulding) 2017-09-18 14:24:50 -04:00
  • 90af43b990 Document and show drop order Carol (Nichols || Goulding) 2017-09-18 14:00:30 -04:00
  • d0abf1f216 Take care of all the .clones called on smart pointers Carol (Nichols || Goulding) 2017-09-18 13:53:19 -04:00
  • 3864b384d4 Clarify size of enum varants; fixes #886 Carol (Nichols || Goulding) 2017-09-18 13:44:57 -04:00
  • 92e2630e78 Make some more edits to ch 15 Carol (Nichols || Goulding) 2017-09-18 13:37:00 -04:00
  • e53f22ab69 Whoops missed a change to Rc::clone Carol (Nichols || Goulding) 2017-09-11 13:50:49 -04:00
  • 12d1fce2e4 Edits to 15-06 Carol (Nichols || Goulding) 2017-09-07 20:50:59 -04:00
  • 494002748f Edits to 15-05 Carol (Nichols || Goulding) 2017-08-25 18:03:50 -04:00
  • 88ae5d9455 Edits to 15-04 Carol (Nichols || Goulding) 2017-08-23 15:40:26 -04:00
  • c2014ea50d Edits to 15-03 Carol (Nichols || Goulding) 2017-08-23 14:07:43 -04:00
  • 8be16664c6 Edits to 15-02 Carol (Nichols || Goulding) 2017-08-16 22:07:41 -04:00
  • 27addf4b2b Edits to 15-01 Carol (Nichols || Goulding) 2017-08-15 11:34:52 -04:00
  • dfcfc6eab3 Edits to 15-00 Carol (Nichols || Goulding) 2017-08-13 16:18:20 -04:00
  • 6c79e20cfa Corrected code examples by adding pub keyword. Lasoloz 2017-09-18 23:53:17 +02:00
  • 4a9e3b3448 Merge pull request #923 from rust-lang/ch8-ce Carol (Nichols || Goulding) 2017-09-18 13:12:49 -04:00
  • 089474e03d Address steve's comments Carol (Nichols || Goulding) 2017-09-18 12:57:43 -04:00
  • d7e86a7a91 Fix typo. You can't indincate everything you see. Carol (Nichols || Goulding) 2017-09-16 15:33:12 -04:00
  • 54e8198018 Propagate ch 8 edits to src Carol (Nichols || Goulding) 2017-09-16 15:03:48 -04:00
  • 6b14ef5fea Use a string slice to defer explanation of deref a bit Carol (Nichols || Goulding) 2017-09-16 14:58:55 -04:00
  • 1deecf2cd9 Add a section on iterating through a vector Carol (Nichols || Goulding) 2017-09-16 14:58:28 -04:00
  • a133837899 Propagating most of the doc changes to md Carol (Nichols || Goulding) 2017-09-16 14:58:16 -04:00
  • 543ce60854 Change example to defer deref coercion a bit Carol (Nichols || Goulding) 2017-09-13 13:28:22 -04:00
  • 4a60aac4d6 Add a bit about iterating over vectors Carol (Nichols || Goulding) 2017-09-13 13:05:24 -04:00
  • 92071eb1b3 More detailed pass Carol (Nichols || Goulding) 2017-09-13 11:15:45 -04:00
  • a28354eb26 Backporting upstream changes, making my first pass Carol (Nichols || Goulding) 2017-09-12 19:54:51 -04:00
  • 9f026e4a60 Update the xsl because of course Carol (Nichols || Goulding) 2017-09-12 18:14:55 -04:00
  • 537f8ca45f Chapter 8 as received after copyediting Carol (Nichols || Goulding) 2017-09-12 16:16:19 -04:00
  • b23553746f Merge pull request #919 from eldruin/master Carol (Nichols || Goulding) 2017-09-16 15:49:01 -04:00
  • 9420352d7b Add associativity to the dictionary Carol (Nichols || Goulding) 2017-09-16 15:43:18 -04:00
  • f4bce88a0f We used u32 in chapter 2, not i32 Carol (Nichols || Goulding) 2017-09-16 15:40:26 -04:00
  • 764391a9be Merge pull request #916 from dnaeon/ch11-typo Carol (Nichols || Goulding) 2017-09-16 15:35:34 -04:00
  • df527f94d4 Undo a rewording since this chapter is frozen Carol (Nichols || Goulding) 2017-09-16 15:30:42 -04:00
  • 1819a20774 Merge remote-tracking branch 'origin/pr/912' Carol (Nichols || Goulding) 2017-09-16 15:29:58 -04:00
  • b0c864ae7e Merge pull request #911 from corderophi678/patch-1 Carol (Nichols || Goulding) 2017-09-16 15:27:17 -04:00
  • 7ba095f765 Merge pull request #900 from matklad/patch-1 Carol (Nichols || Goulding) 2017-09-16 15:25:38 -04:00
  • b9444c6740 Remove superfluous 'only' Diego Barrios Romero 2017-09-11 07:56:18 +02:00
  • abb42cc0be ch11: typo fix Marin Atanasov Nikolov 2017-09-08 15:27:39 +03:00
  • cdff0e4e81 Rewrite section about fully qualified syntax gralpli 2017-09-03 00:25:38 +02:00
  • 5c60c965d9 Remove claim f32 is faster on 32-bit platforms Andrea 2017-08-22 02:28:06 +01:00
  • 278f4db548 Merge pull request #913 from rust-lang/trusty-different-dictionary Carol (Nichols || Goulding) 2017-09-01 17:26:07 -04:00
  • ef27d48f09 these are all totally words Carol (Nichols || Goulding) 2017-09-01 16:42:17 -04:00
  • 40910f557c Implementer -> implementor Carol (Nichols || Goulding) 2017-09-01 16:33:35 -04:00
  • cfcfc0d9fc Switch to trusty permanently Carol (Nichols || Goulding) 2017-09-01 15:53:27 -04:00
  • 311ae962a3 Minor corrections on chapter 6: - 6.1: Mention the code shown in the example correctly - 6.2: Suggested change on Listing 6-4 top comment so it is easier to understand for non native English speakers without changing its meaning. Isaac Andrade 2017-09-01 13:19:53 -06:00
  • 4cbe19df34 fix mislabeled reference to chapter 4 section Dr. Rich Cordero 2017-09-01 11:29:12 -04:00
  • 2251d8d9c4 Synchronize operator precedence with reference Aleksey Kladov 2017-08-27 18:15:45 +03:00
  • 81d4334f4e Merge pull request #887 from tfheen/master Carol (Nichols || Goulding) 2017-08-23 12:51:43 -04:00
  • 518a397b9a Merge pull request #888 from chriskuehl/fix-indentation Carol (Nichols || Goulding) 2017-08-23 12:48:56 -04:00
  • d9fe2d0032 Merge pull request #889 from bigreddmachine/patch-1 Carol (Nichols || Goulding) 2017-08-23 12:48:15 -04:00
  • 35df45edc0 Fix variable reference typo Mike C 2017-08-16 15:54:15 -04:00
  • a1d8c0904d Fix indentation Chris Kuehl 2017-08-15 19:51:44 -07:00
  • fee6866377 Use double backslash outside of code blocks Tollef Fog Heen 2017-08-15 22:26:01 +02:00
  • d09c9e8144 nostarchify the last chapterrrr Carol (Nichols || Goulding) 2017-08-12 17:32:41 -04:00
  • e8e280053f Name the image with the chapter name to follow convention Carol (Nichols || Goulding) 2017-08-12 17:24:46 -04:00
  • 56352c28cf Fix quotes Carol (Nichols || Goulding) 2017-08-12 17:17:17 -04:00
  • de0a92fab3 Clarify why reading from a stream needs mut Carol (Nichols || Goulding) 2017-08-12 17:12:13 -04:00
  • 356f0f8b72 Update nostarch ch 19 Carol (Nichols || Goulding) 2017-08-12 16:04:30 -04:00
  • ce20925484 Merge pull request #879 from DavidDeprost/patch-6 Carol (Nichols || Goulding) 2017-08-12 15:59:35 -04:00
  • 919f834345 Merge pull request #883 from tflovorn/master Carol (Nichols || Goulding) 2017-08-12 15:59:00 -04:00
  • 3839060553 Remove mention of vtable, don't get into implementation details Carol (Nichols || Goulding) 2017-08-12 15:56:46 -04:00
  • e0d04c7e42 Explicitly mention the differences between pointer types Carol (Nichols || Goulding) 2017-08-12 15:51:59 -04:00
  • de930c3b57 Is a fn -> coerces to a fn Carol (Nichols || Goulding) 2017-08-12 15:28:46 -04:00
  • e5bb921a47 Change FnOnce to Fn in this example Carol (Nichols || Goulding) 2017-08-12 15:24:46 -04:00
  • d0762595ce Use a C standard library function for the extern demonstration Carol (Nichols || Goulding) 2017-08-12 15:21:31 -04:00
  • 7cb3e7f44c ch15-06 minor punctuation edit Tim Lovorn 2017-08-12 11:14:02 -05:00
  • aee9c89300 Merge pull request #877 from rust-lang/ch14-edits Carol (Nichols || Goulding) 2017-08-10 20:13:12 -04:00
  • 7616ea7d27 nostarchify Carol (Nichols || Goulding) 2017-08-10 19:54:53 -04:00
  • db6129a30d Fix nits and URLs Carol (Nichols || Goulding) 2017-08-10 19:52:25 -04:00
  • 802c799f6c Separate field init syntax from returning struct instance from fn Carol (Nichols || Goulding) 2017-08-10 19:33:27 -04:00
  • 4d645944b8 ch20-01 Replaced variable header with status_line David Deprost 2017-08-10 20:27:06 +02:00
  • 18bd498554 Clarify impl<T> Point<T> more, that it's for disambiguation Carol (Nichols || Goulding) 2017-08-09 15:54:01 -04:00
  • 192ad612b8 nostarchify Carol (Nichols || Goulding) 2017-08-09 13:18:36 -04:00
  • 714be7f0d6 Always use code from the end of Ch 12 in Ch 13 Carol (Nichols || Goulding) 2017-08-09 13:13:36 -04:00
  • 84224ab000 Clarify the explanation of FnOnce Carol (Nichols || Goulding) 2017-08-09 11:49:57 -04:00
  • b9459971e4 Clarify why for loops don't need iterators to be mutable Carol (Nichols || Goulding) 2017-08-09 11:43:50 -04:00