Commit Graph

46 Commits

Author SHA1 Message Date
rahul-thakoor 1aab6c6dd8 Fix Links to point to relevant chapters in new book
- not fixed: appendix-06-newest-features.md
2019-02-05 22:55:06 +04:00
Steve Klabnik 17763783dd remove content from second edition 2018-11-20 17:35:57 -05:00
Steve Klabnik fc4274d906 rustbuild won
I want these in the redirect directory, but rustbuild just isn't having it.
2018-11-20 14:50:24 -05:00
Steve Klabnik 1fedfc4b96 move the book to the top level 2018-11-20 13:45:05 -05:00
Carol (Nichols || Goulding) 64935180af
Make the change from #1591 in second edition as well 2018-11-01 21:58:40 -04:00
Steve Klabnik 1f62902229
Revert "Anchors on figures added" 2018-10-19 11:29:29 -04:00
pawel duzinkiewicz 05d3c50279 anchors on listings, figures & tables added 2018-10-01 21:45:44 +02:00
Carol (Nichols || Goulding) bdcba470e4
Change 'should' to 'to', fixes #1253 2018-05-13 13:14:38 -04:00
Carol (Nichols || Goulding) e6ffc37088
Changes made in the final checks of chapter 13 2018-05-13 13:13:38 -04:00
Carol (Nichols || Goulding) e99b5fb8d9
Changes from chapter 13 2nd page review 2018-03-19 13:09:24 -04:00
Carol (Nichols || Goulding) 9fc8bc7071
Fixing small mistakes found in page review 2018-02-23 10:46:08 -05:00
Carol (Nichols || Goulding) 47b9c2cccd
Clarify Fn traits slightly
Fixes #1089.
2018-02-22 11:30:02 -05:00
Bulat Musin f23a91d6a2
refine wording 2018-01-14 08:20:58 +03:00
Carol (Nichols || Goulding) efc5680551 sigh #199 strikes again 2017-12-06 10:09:48 -05:00
Carol (Nichols || Goulding) ceb3121026 Oops, dropped a few code block annotations 2017-12-06 10:06:07 -05:00
Carol (Nichols || Goulding) 2bcb126815 Propagating ch 13 edits to md 2017-12-04 19:09:28 -05:00
Carol (Nichols || Goulding) 40a1a05a3d An u32 -> A u32 2017-12-04 16:20:40 -05:00
Carol (Nichols || Goulding) a0b6dd108a Curly brace -> curly bracket everywhere 2017-10-19 18:29:30 -04:00
Julian Tescher 357969bd5e
Switch from i32 to u32 for shoe size and workout intensity 2017-10-15 08:37:09 -07:00
Carol (Nichols || Goulding) e25056deb4 Missed some backticks 2017-10-10 11:19:24 -04:00
Carol (Nichols || Goulding) edf16cac16 Clarify that functions could be used in this example
Fixes #922.
2017-10-09 13:04:51 -04:00
Carol (Nichols || Goulding) 97ceb7cbc0 Propagate changes to src 2017-10-09 12:15:53 -04:00
Carol (Nichols || Goulding) 9b82781c85 remove review comments 2017-10-05 17:34:44 -04:00
Carol (Nichols || Goulding) 56352c28cf Fix quotes 2017-08-12 17:17:17 -04:00
Carol (Nichols || Goulding) 84224ab000 Clarify the explanation of `FnOnce`
Fixes #781
2017-08-09 11:49:57 -04:00
Thierry Berger ab8b940b6c Fix typo 2017-08-02 09:40:43 +02:00
Carol (Nichols || Goulding) b93f0c125a Merge pull request #848 from DavidDeprost/patch-4
Update ch13-01-closures.md
2017-07-30 16:24:36 -04:00
Carol (Nichols || Goulding) 87414f0958 Merge pull request #842 from DavidDeprost/patch-3
Update ch13-01-closures.md
2017-07-30 16:07:33 -04:00
Carol (Nichols || Goulding) 3990cad66e Merge pull request #841 from DavidDeprost/patch-2
Update ch13-01-closures.md
2017-07-30 16:06:52 -04:00
David Deprost 4d0e30f5b8 Update ch13-01-closures.md
Added missing 'to'
2017-07-25 15:12:20 +02:00
David Deprost 86a37baa63 Update ch13-01-closures.md
Readability fix
2017-07-25 14:58:18 +02:00
David Deprost 1dadefd7b9 Update ch13-01-closures.md 2017-07-25 00:16:41 +02:00
David Deprost 50c9f0f80c Update ch13-01-closures.md
Closure are -> Closures are
2017-07-24 21:34:58 +02:00
David Deprost 02b2e2027f Update ch13-01-closures.md
Dubiously long sentence ...
2017-07-24 20:44:52 +02:00
Carol (Nichols || Goulding) d06a6a181f Fancy quotes everywhere!!! 2017-07-18 19:40:40 -04:00
Carol (Nichols || Goulding) 58eae59715 Clarify a few more things 2017-06-01 10:15:26 -04:00
Carol (Nichols || Goulding) 3e70333e60 Fix tests 2017-05-31 14:20:04 -04:00
Carol (Nichols || Goulding) e9bfc89ce8 moar spellingz 2017-05-31 14:00:13 -04:00
Carol (Nichols || Goulding) 21ee7df745 Add a small example of a `move` closure
Fixes #610.
2017-05-31 13:58:52 -04:00
Carol (Nichols || Goulding) 70473a8c27 Make the closure a bit more interesting 2017-05-31 12:36:38 -04:00
Carol (Nichols || Goulding) d551374741 Duration::new -> Duration::from_secs 2017-05-31 12:13:38 -04:00
Carol (Nichols || Goulding) 91fada719b spellingz 2017-05-31 12:08:33 -04:00
Carol (Nichols || Goulding) d9e930e8a0 Addressing the comments of @scottabbey's that are still relevant
From #682.
2017-05-31 12:08:12 -04:00
Carol (Nichols || Goulding) 1a996ef7b0 Carol reworking lots of stuff 2017-05-31 12:08:12 -04:00
Carol (Nichols || Goulding) 3f2a1bd8db Remove all figure tags since it prevents testing :(
This is terrible
2017-03-07 22:20:06 -05:00
steveklabnik 4f2dc56485 move most stuff into second-edition 2017-03-03 11:45:16 -05:00