Commit Graph

1330 Commits

Author SHA1 Message Date
Davide Masserut
eb7228a07c Fix typo 2018-07-20 22:57:12 +02:00
Carol (Nichols || Goulding)
347a8bf6be Another match statement -> match expression 2018-05-18 13:40:28 -04:00
Carol (Nichols || Goulding)
df749d130e Merge remote-tracking branch 'origin/pr/1367' 2018-05-18 13:32:30 -04:00
Carol (Nichols || Goulding)
420eb8790c match statement -> match expression 2018-05-18 13:32:27 -04:00
Carol (Nichols || Goulding)
7480e811ab Fancy quotes 2018-05-18 13:32:27 -04:00
Anthony Juckel
729f111833 Fix off-by-one error in slice example
Using 0-based indexing, &s[6..11] would start _after_ the 6th byte of `s`, and the first element of the slice would contain the 7th byte of `s`.  For example, &s[0] references the 1st byte of `s`.
2018-05-18 10:06:56 -05:00
Carol (Nichols || Goulding)
9c3756a33e Update italian translation link
Connects to #1353
2018-05-16 15:35:34 -04:00
Carol (Nichols || Goulding)
b03a3281df Merge branch 'rest-of-final-checks' 2018-05-16 15:29:57 -04:00
Carol (Nichols || Goulding)
d50521fc08 Convert operators and symbols to a table
Also fixes #1335
2018-05-16 15:28:58 -04:00
Carol (Nichols || Goulding)
88563dca24 Updates to index 2018-05-16 15:28:57 -04:00
Carol (Nichols || Goulding)
2c8483d262 Indexing of everything 2018-05-13 23:10:35 -04:00
Carol (Nichols || Goulding)
ff1dc33beb Changes made in the final checks of chapter 17 2018-05-13 19:29:19 -04:00
Carol (Nichols || Goulding)
6070a58a57 f with 13 2018-05-13 13:17:36 -04:00
Carol (Nichols || Goulding)
bdcba470e4 Change 'should' to 'to', fixes #1253 2018-05-13 13:14:38 -04:00
Carol (Nichols || Goulding)
432631e1f5 Changes made in the final checks of chapter 14 2018-05-13 13:13:43 -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)
19dac53a4e Changes made in the final checks of chapter 12 2018-05-12 21:16:41 -04:00
Carol (Nichols || Goulding)
97c917c2ba Merge pull request #1237 from naartjie/patch-1
Fixup: std::env::var is a function (not a method)
2018-05-12 20:50:08 -04:00
Carol (Nichols || Goulding)
dbb277366c Make search_case_insensitive fn pub. Fixes #1251. 2018-05-12 19:42:34 -04:00
Carol (Nichols || Goulding)
74a66e1d64 Use less exotic punctuation (sorry Emily). Fixes #1307 2018-05-12 18:38:02 -04:00
Carol (Nichols || Goulding)
47c8f7aa95 Changes made in the final checks of chapter 11 2018-05-12 18:38:02 -04:00
Carol (Nichols || Goulding)
9e8d1ed7a1 Changes made in the final checks of chapter 10 and some related chapters 2018-05-12 18:38:02 -04:00
Carol (Nichols || Goulding)
5dfa983aa8 Changes made in the final checks of introduction, chapter 1 2018-05-12 11:54:20 -04:00
Carol (Nichols || Goulding)
609909ec44 Changes made in the final checks of chapter 9 2018-05-11 17:12:52 -04:00
Carol (Nichols || Goulding)
d0e83220e0 Changes made in the final checks of chapter 8 2018-05-11 14:12:34 -04:00
Carol (Nichols || Goulding)
a120c73071 Changes made in the final checks of chapter 7 2018-05-11 09:32:19 -04:00
Carol (Nichols || Goulding)
923201d511 Changes made in the final checks of chapter 6 2018-05-10 21:21:10 -04:00
Carol (Nichols || Goulding)
c560db1e01 Changes made in the final checks of chapter 5 2018-05-10 16:55:03 -04:00
Carol (Nichols || Goulding)
e2cd3f48dc Changes made in ch 20 2nd page review 2018-05-10 10:06:13 -04:00
Carol (Nichols || Goulding)
0a7b149dd6 Merge pull request #1351 from rust-lang/appendices-acd-second-page-review
Changes to appendices A, C, and D in second page review
2018-05-08 14:53:54 -04:00
Carol (Nichols || Goulding)
8dae9fbf61 Merge pull request #1314 from cg-cnu/powershell-explanation
Powershell explanation
2018-05-07 18:26:24 -04:00
Carol (Nichols || Goulding)
32215c1d96 Changes to appendices A, C, and D in second page review 2018-05-07 17:30:55 -04:00
Carol (Nichols || Goulding)
346b114293 Merge pull request #1350 from rust-lang/ch19-second-page-review
Changes made during 2nd page review of chapter 19
2018-05-07 13:37:53 -04:00
Carol (Nichols || Goulding)
26fb08ebd7 Fix Vec that should be Vec<T> 2018-05-07 13:11:13 -04:00
Carol (Nichols || Goulding)
3d4c5d9233 Merge pull request #1348 from rust-lang/ch1-second-page-review
Changes made in 2nd page review of chapter 1
2018-05-07 13:03:57 -04:00
Steve Klabnik
a5c9f1f9fb Merge pull request #1347 from dwijnand/dedup-spellcheck
Dedup spellcheck.sh
2018-05-07 12:05:03 -04:00
Carol (Nichols || Goulding)
509cb42ece Changes made during 2nd page review of chapter 19 2018-05-06 20:29:09 -04:00
Carol (Nichols || Goulding)
0e24d56779 Merge pull request #1349 from red-hara/patch-1
Typo dot fix.
2018-05-06 17:03:49 -04:00
Carol (Nichols || Goulding)
828f2cdf30 Changes made during chapter 20 first page review 2018-05-06 17:00:31 -04:00
Red Hara
7b6bebc07c Typo dot fix.
Fixed typo in
"If this book was specifically about concurrency and/or parallelism, we’d be more specific."
sentence.
2018-05-06 20:10:28 +03:00
Carol (Nichols || Goulding)
c6cf4d3e96 Changes made in 2nd page review of chapter 1 2018-05-04 17:00:41 -04:00
Dale Wijnand
6f1b4c2b9c Dedup dictionary.txt
Use the second-edition version as it has some recent additions.
2018-05-04 15:43:59 +01:00
Dale Wijnand
a18d6148d3 Dedup spellcheck.sh
Fortunately they were still identical.
2018-05-04 15:38:58 +01:00
Carol (Nichols || Goulding)
4e429be364 Merge pull request #1342 from rust-lang/introduction-second-page-review
Introduction second page review
2018-05-02 16:49:51 -04:00
Carol (Nichols || Goulding)
da358c7e25 spellingz 2018-05-01 19:31:08 -04:00
Carol (Nichols || Goulding)
b9105f1cfc Changes made during 2nd page review of the intro 2018-05-01 18:57:00 -04:00
Carol (Nichols || Goulding)
d6cf231800 Add note about nostarch print edition. Fixes #1318 2018-05-01 16:40:16 -04:00
Carol (Nichols || Goulding)
c3e81dfc19 Changes made in 2nd page review of chapter 18 2018-04-30 17:46:52 -04:00
Carol (Nichols || Goulding)
b56c8f0994 Index of ch2, ch3, ch4 2018-04-29 15:18:53 -04:00
Carol (Nichols || Goulding)
1de9ddbc51 Empty index 2018-04-29 15:18:53 -04:00