Commit Graph

1032 Commits

Author SHA1 Message Date
Carol (Nichols || Goulding)
438b081ae5 Print some things to figure out why travis can't see the dictionary 2016-12-13 16:05:16 -05:00
Carol (Nichols || Goulding)
972f916e35 Travis isn't seeing our dictionary; try not copying to tmp 2016-12-13 15:40:24 -05:00
Carol (Nichols || Goulding)
eda6971c59 Add english dictionary for aspell too 2016-12-13 14:18:37 -05:00
Carol (Nichols || Goulding)
1b60e32a70 Actually read the docs about how to install aspell on travis 2016-12-13 10:31:52 -05:00
Carol (Nichols || Goulding)
da4fa22fca Install aspell on travis 2016-12-13 10:23:07 -05:00
Carol (Nichols || Goulding)
ddd3041ded Merge pull request #353 from ykomatsu/ykomatsu
Fix trivial issues
2016-12-13 08:36:58 -05:00
Yoshito Komatsu
d05b7c63ff Fix trivial issues 2016-12-13 15:09:00 +09:00
Carol (Nichols || Goulding)
2e2e1a1d74 Rearrange explanatory text and code to make sense
Fixes #350.
2016-12-11 12:41:49 -05:00
Carol (Nichols || Goulding)
212ff12921 Fix references to the code by using wingdings in the docx
Connects to #350.
2016-12-11 12:41:41 -05:00
Carol (Nichols || Goulding)
d95ab62c3e Merge remote-tracking branch 'origin/pr/352' 2016-12-11 12:15:30 -05:00
Carol (Nichols || Goulding)
2ef3f30a48 Add new valid words to the dictionary 2016-12-11 12:06:49 -05:00
Carol (Nichols || Goulding)
bae3793a60 Technically judgement is a misspelling apparently 2016-12-11 12:06:49 -05:00
Carol (Nichols || Goulding)
1771ae0ebd Fix a typo that got into the dictionary 2016-12-11 12:06:49 -05:00
Carol (Nichols || Goulding)
cf52d81371 Use one consistent fake SHA to avoid making aspell sad 2016-12-11 12:06:49 -05:00
Carol (Nichols || Goulding)
9ebc92d2b4 Turn off .bak files; I'm fine using git for backups 2016-12-11 12:00:46 -05:00
Carol (Nichols || Goulding)
840cfc8e1c Clarify the readme a bit 2016-12-11 12:00:22 -05:00
Carol (Nichols || Goulding)
86862b1c71 Fix some spelling suggestions 2016-12-11 11:59:03 -05:00
Carol (Nichols || Goulding)
b6ac0b9300 Fix an incorrect word and line wrapping 2016-12-11 11:57:08 -05:00
Carol (Nichols || Goulding)
d5aa0440f7 Merge remote-tracking branch 'origin/pr/338' into spell 2016-12-11 11:54:44 -05:00
Scott Olson
12663fcbd4 Fix alignment in side-by-side code example. 2016-12-10 15:04:45 -08:00
Carol (Nichols || Goulding)
82594356b0 Save a link for later 2016-12-08 16:38:52 -05:00
Carol (Nichols || Goulding)
5d161de0ed Save the tr command I keep going to SO for 2016-12-05 11:06:38 -05:00
Carol (Nichols || Goulding)
8754519746 Merge pull request #347 from lukezaparaniuk/master
Fixed inaccuracies
2016-12-05 10:47:46 -05:00
Carol (Nichols || Goulding)
39f10b09b1 Merge pull request #346 from lukezaparaniuk/patch-1
Corrected Drop trait code representation on line 450
2016-12-05 10:46:07 -05:00
Luke Zaparaniuk
28c57b6ce6 Fixed inaccuracies
Switched the key and value types on line 44 to be correct and set the original value to the correct value on line 176
2016-12-05 08:26:48 +00:00
Luke Zaparaniuk
baf3884104 Corrected Drop trait code representation on line 450 2016-12-04 14:57:43 +00:00
Carol (Nichols || Goulding)
3ec682e539 Merge pull request #342 from rust-lang/ch4-ce
Ch4 copy edit
2016-12-02 14:15:54 -05:00
Carol (Nichols || Goulding)
95cc461aa5 Fix some code block line wrapping that only happens in the doc 2016-12-02 14:08:03 -05:00
Carol (Nichols || Goulding)
759067b651 Export the changes from the docx into md 2016-12-02 13:53:03 -05:00
Carol (Nichols || Goulding)
71f7dcc5e7 Make further modifications to nostarch's edits 2016-12-02 13:28:08 -05:00
Carol (Nichols || Goulding)
89707cdf3e Remove the chapter 4 odt until docx starts messing up 2016-12-02 13:28:08 -05:00
Carol (Nichols || Goulding)
1da79bbc7f Resolving copyeditor's comments in the docx 2016-12-02 13:28:08 -05:00
Carol (Nichols || Goulding)
3c71cd63d3 Update xsl
Gotta have every combination of formatting
2016-12-02 13:28:08 -05:00
Carol (Nichols || Goulding)
a0ca0ccef1 Chapter 4 as received from copyedit 2016-12-02 13:28:08 -05:00
Boris Egorov
0e19b6a5a6 Execute spellcheker script on travis
Fixes #118
2016-12-02 00:55:14 +07:00
Boris Egorov
6999230788 Add spellchecker script and dictionary of valid words for it
Fixes #118
2016-12-02 00:54:51 +07:00
Boris Egorov
b77aa4f5db Fix typos detected by aspell 2016-12-02 00:54:50 +07:00
Carol (Nichols || Goulding)
7836b5fb1f Fix some links and references 2016-12-01 11:36:35 -05:00
Carol (Nichols || Goulding)
eac3cea9cf Saving some content for when we get to concurrency 2016-12-01 11:27:32 -05:00
Carol (Nichols || Goulding)
f266813b3a Merge pull request #340 from Gudahtt/return-largest-number
Return largest number instead of smallest
2016-12-01 09:13:58 -05:00
Mark Stacey
1b75ca5530 Return largest number instead of smallest
Fixes #339
2016-11-30 10:55:00 -03:30
Carol (Nichols || Goulding)
fc85e09e23 Fix transition since we swapped testing and I/O 2016-11-29 12:05:27 -05:00
Carol (Nichols || Goulding)
949bf9c824 Ship Chapter 11 - Testing to No Starch 2016-11-28 12:32:22 -05:00
Carol (Nichols || Goulding)
462816a573 Use the new caption markup 2016-11-28 12:30:33 -05:00
Carol (Nichols || Goulding)
dfbc764db0 Fix a few things I noticed skimming the rendered content 2016-11-28 12:28:09 -05:00
Carol (Nichols || Goulding)
9b14e3735b Merge pull request #288 from rust-lang/testing
new chapter: testing
2016-11-28 11:50:58 -05:00
Carol (Nichols || Goulding)
093935fb90 More robust, not safer 2016-11-28 11:39:34 -05:00
Carol (Nichols || Goulding)
22e56cb6c6 Ship chapter 8 edits to nostarch 2016-11-28 10:32:29 -05:00
Carol (Nichols || Goulding)
97faa24c22 Merge remote-tracking branch 'origin/nostarch-ch8' 2016-11-28 10:24:58 -05:00
Carol (Nichols || Goulding)
f9216565b3 Transfer some changes from the doc that didn't make it over 2016-11-28 10:21:40 -05:00