Commit Graph

1180 Commits

Author SHA1 Message Date
Carol (Nichols || Goulding)
998bf9b90b Done with my edits to the docx 2017-01-26 22:33:28 -05:00
Carol (Nichols || Goulding)
0cd0a8913a Enhance xsl 2017-01-25 18:39:15 -05:00
Carol (Nichols || Goulding)
590091e98e Removing nostarch comments to make later diffs quieter 2017-01-25 17:46:36 -05:00
Carol (Nichols || Goulding)
1c14d90b47 Chapter 6 as received from nostarch 2017-01-25 17:41:51 -05:00
Carol (Nichols || Goulding)
f80cb1709e Ship FP/Closures/Iterators chapter 13 to nostarch 2017-01-23 15:29:49 -05:00
Carol (Nichols || Goulding)
7d20c6593d Ignore this test now 2017-01-23 15:29:49 -05:00
Carol (Nichols || Goulding)
5fbd2fe758 Move (pun intended) closure env capture/borrowing/etc to concurrency 2017-01-23 15:29:49 -05:00
Carol (Nichols || Goulding)
40dfd1eb11 Fixing steve nits 2017-01-23 15:29:49 -05:00
Carol (Nichols || Goulding)
2145cc2e52 Fix typos 2017-01-23 15:29:49 -05:00
Carol (Nichols || Goulding)
fbc5914e90 Break into sections 2017-01-23 15:29:49 -05:00
Carol (Nichols || Goulding)
b5f9503eb0 Add more words to the dictionary 2017-01-23 15:29:49 -05:00
Carol (Nichols || Goulding)
42316a182c Clarify what happens when iteration is done 2017-01-23 15:29:49 -05:00
Carol (Nichols || Goulding)
78836baced More edits 2017-01-23 15:29:49 -05:00
Carol (Nichols || Goulding)
02dffcac11 Add another spelling and ignoring 2017-01-23 15:29:49 -05:00
Carol (Nichols || Goulding)
b711c5904c Fix spelling, grammar, and other small stuff 2017-01-23 15:29:49 -05:00
Carol (Nichols || Goulding)
7cb1782fc8 Edits to the intro and Closures section 2017-01-23 15:29:49 -05:00
Steve Klabnik
7ce1c8fc72 First draft of the iterators chapter 2017-01-23 15:29:49 -05:00
Steve Klabnik
b735803e4a word wrap and tweak a bit 2017-01-23 15:29:49 -05:00
Adam Dunlap
e3aeefea9f Fix spelling errors 2017-01-23 15:29:49 -05:00
Adam Dunlap
ab0274062e Clarifications/typos 2017-01-23 15:29:49 -05:00
Adam Dunlap
937d932a07 Updating text wrapping 2017-01-23 15:29:49 -05:00
Alexander Dunlap
72dec3166b Minor grammar fix 2017-01-23 15:29:49 -05:00
Adam Dunlap
2be0bfdeca Adding information on closures and iterators
Not well edited and doesn't have everything about iterators
2017-01-23 15:29:49 -05:00
Steve Klabnik
ae927711ec Merge pull request #414 from ilabdsf/patch-1
Explain why weak pointers are needed
2017-01-22 22:19:05 -05:00
Alexander Krotov
ba757fecc2 Explain why weak pointers are needed 2017-01-23 04:45:01 +04:00
Carol (Nichols || Goulding)
4858e70e1a Merge pull request #412 from aaaxx/patch-1
Replace bulleted list with numbered list
2017-01-22 13:42:47 -05:00
aaaxx
efd59dd0fe Replace bulleted list with numbered list
Seems like a textbook case of *ordered* list to me.
2017-01-22 13:58:32 +01:00
Carol (Nichols || Goulding)
1438f0bc3a Merge pull request #409 from aaaxx/patch-1
Fix a typo
2017-01-19 20:06:16 -05:00
aaaxx
2201ea1101 Fix a typo 2017-01-19 13:21:19 +01:00
Carol (Nichols || Goulding)
a534180caf Merge pull request #408 from aaaxx/patch-1
Fix a broken sentence
2017-01-18 18:54:42 -05:00
aaaxx
9ec355587f Fix a broken sentence
Closes #398.
2017-01-18 06:07:05 +01:00
Carol (Nichols || Goulding)
31abb14ded Merge pull request #403 from kberov/structs-typo
missing "is"
2017-01-17 22:43:32 -05:00
Carol (Nichols || Goulding)
9d6a271690 Merge pull request #400 from K900/patch-1
Possibly clearer wording
2017-01-17 22:42:43 -05:00
Carol (Nichols || Goulding)
f710a0e5d7 Merge pull request #399 from kiliankoe/patch-2
Fix code example compile error due to missing use
2017-01-17 22:40:18 -05:00
Carol (Nichols || Goulding)
66531b84c8 Merge pull request #396 from kberov/outdated-move-error
details in error E0382 changed over time
2017-01-17 22:38:07 -05:00
Carol (Nichols || Goulding)
4335bd5e93 Merge pull request #394 from kiliankoe/patch-1
Remove redundant duplicate 'can'
2017-01-17 22:36:01 -05:00
Krasimir Berov
255b44b409 missing "is" 2017-01-14 13:13:05 +01:00
K900
aa1801d99c Possibly clearer wording
Inspired by [this Reddit post](https://www.reddit.com/r/rust/comments/5nmjq3/can_someone_please_help_me_get_rust_going_in/) - "replace" is kind of confusing there, so make it clearer by explicitly telling the reader to run a different command.
2017-01-13 01:40:01 +03:00
Kilian Koeltzsch
4b45e8409e Fix code example compile error due to missing use 2017-01-12 22:01:41 +01:00
Carol (Nichols || Goulding)
2f89173cd5 Move macros to an appendix 2017-01-11 14:06:42 -05:00
Krasimir Berov
cc053d91f4 details in error E0382 changed over time 2017-01-10 23:31:37 +01:00
Kilian Koeltzsch
4e62d9774e Remove redundant duplicate 'can' 2017-01-10 18:41:14 +01:00
Carol (Nichols || Goulding)
7328b60b62 Merge pull request #393 from cvubrugier/master
Fix two spelling errors in chapter 7
2017-01-09 12:05:15 -05:00
Carol (Nichols || Goulding)
27cca5a493 Ship Chapter 14 - Cargo and Crates.io - to No Starch 2017-01-09 12:00:00 -05:00
Carol (Nichols || Goulding)
314ea6542c Merge remote-tracking branch 'origin/cargo-and-cratesio' 2017-01-09 11:56:45 -05:00
Carol (Nichols || Goulding)
53843d00b1 Split ch14 into subchapter files 2017-01-09 11:55:10 -05:00
Carol (Nichols || Goulding)
4a96411957 Add a line about not replacing system packages 2017-01-09 11:37:01 -05:00
Christophe Vu-Brugier
748d8404d2 Fix two spelling errors in chapter 7
Signed-off-by: Christophe Vu-Brugier <cvubrugier@fastmail.fm>
2017-01-09 13:58:00 +01:00
Carol (Nichols || Goulding)
da18e98e94 Merge pull request #392 from spastorino/compiler_do_not_execute_code
The compiler doesn't execute at runtime
2017-01-08 21:07:09 -05:00
Santiago Pastorino
784a3ec5e8 The compiler doesn't execute at runtime 2017-01-08 21:56:12 -03:00