Commit Graph

1051 Commits

Author SHA1 Message Date
Carol (Nichols || Goulding)
948b1b4177 Outline for cargo chapter 2016-12-26 16:33:28 -05:00
Carol (Nichols || Goulding)
3a0ff3c7c1 More notes, small changes to TOC 2016-12-26 16:03:45 -05:00
Carol (Nichols || Goulding)
8919f24fc1 Remove FFI - let's do a separate minibook instead. 2016-12-26 15:56:56 -05:00
Carol (Nichols || Goulding)
20c8df08ea Move nightly to appendix 2016-12-26 15:56:03 -05:00
Carol (Nichols || Goulding)
5e5919fe83 Only build the master branch; we usually have PRs for other branches
Now that lots of other rust-lang stuff is using travis, I don't want to
take 2 spots in the queue every time we push to a PR!
2016-12-22 18:46:44 -05:00
Carol (Nichols || Goulding)
7d2a7b45a9 Merge pull request #362 from dawirstejeck/off_by_one
Fix off-by-one mistake in while loop explanation
2016-12-18 11:18:33 -05:00
Carol (Nichols || Goulding)
1cd368ca8d Merge pull request #361 from aaaxx/patch-1
Fix typo
2016-12-18 11:17:41 -05:00
Carol (Nichols || Goulding)
322144c265 Merge pull request #360 from mkjois/curl-sh-warning
Added typical disclaimer about curl | sh.
2016-12-18 11:17:11 -05:00
Fabian Drinck
42c3fbad3d Fix off-by-one mistake in while loop explanation 2016-12-18 14:34:22 +01:00
aaaxx
8a987a28e2 Fix typo 2016-12-17 23:10:18 +01:00
Manny Jois
f828919e62 Added typical disclaimer about curl | sh. 2016-12-17 12:32:02 -08:00
Carol (Nichols || Goulding)
f120d9fa59 Merge pull request #357 from JIghtuse/master
Resolve Travis issues with spellchecker script (Fixes #356)
2016-12-14 12:48:33 -05:00
Boris Egorov
4b82f8a99d spellcheck: Exit with error on missing dictionary file 2016-12-14 10:25:11 +07:00
Boris Egorov
1ce13eceee Revert "Uggghhh take out spell checking from travis for now"
This reverts commit ad2fc2bcf0.
2016-12-14 10:24:25 +07:00
Boris Egorov
010cdb0d67 dictionary: Add a few words aspell 0.60.7 considers new spellings 2016-12-14 10:24:25 +07:00
Boris Egorov
cf8d29add7 Revert "Try telling aspell that the current dir is its home dir too"
This reverts commit 4b75fda8be.
2016-12-14 09:53:32 +07:00
Boris Egorov
5aec311b09 Revert "Travis isn't seeing our dictionary; try not copying to tmp"
This reverts commit 972f916e35.
2016-12-14 09:51:48 +07:00
Carol (Nichols || Goulding)
ad2fc2bcf0 Uggghhh take out spell checking from travis for now 2016-12-13 17:20:53 -05:00
Carol (Nichols || Goulding)
4b75fda8be Try telling aspell that the current dir is its home dir too
Idk.
http://unix.stackexchange.com/questions/325869/aspell-how-to-ignore-words-permanently
2016-12-13 16:40:18 -05:00
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