Commit Graph

1341 Commits

Author SHA1 Message Date
Steve Klabnik
1f62902229 Revert "Anchors on figures added" 2018-10-19 11:29:29 -04:00
pawel duzinkiewicz
bf466d4f60 add anchors/references in appendix files 2018-10-01 22:38:03 +02:00
pawel duzinkiewicz
05d3c50279 anchors on listings, figures & tables added 2018-10-01 21:45:44 +02:00
Steve Klabnik
994cbdcc62 Merge pull request #1532 from romusz/proman-18091615-fix-ch20-03-graceful-shutdown-and-cleanup
Fix ch20-03-graceful-shutdown-and-cleanup
2018-09-17 14:32:59 -04:00
Steve Klabnik
71d93be043 Merge pull request #1483 from gorn/patch-2
Correcting minor bug in ch11-01 code tests (inconsistent field names)
2018-09-17 11:05:12 -04:00
Paul Roman
371f7ccdc3 Add missing > 2018-09-16 15:06:19 -04:00
Steve Klabnik
8f019aa15c Merge pull request #1457 from dan-f/trait-objects-runtime-clarification
Clarify first trait object definition; hint at vtable
2018-09-05 10:35:26 -04:00
gorn
80889752ba Correcting for PR comments }@ScottAbbey) 2018-08-28 11:46:06 +02:00
Ralf Jung
8efea99653 fix the same UB in the 2nd edition 2018-08-19 18:13:24 +02:00
Jakub Tesinsky
1d8eeef16d Update ch11-01-writing-tests.md
Examples in Listing 11-5 and 5-15 diverged (fields renamed). I putting them in sync so the reader who followed previous examples can continue without obtaining "`Rectangle` does not have this field" error.
2018-08-13 16:13:29 +02:00
Daniel Friedman
ea6953c582 Clarify first trait object defn; hint at vtable
Briefly introduce the concept of the method table used for dynamic
dispatch in trait objects.
2018-07-23 13:41:59 -04:00
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