Chris Krycho
463b819a75
Ch. 17: fix internal links with new ch. order
...
Note: this does *not* include all fixes for the text, only for the links
themselves. For the text, we will also need to search for references to
chapters 17-20. This catches a few of those along the way, but there are
no doubt others.
2024-07-22 12:05:26 -06:00
Eric Huss
855f9e4e7f
Remove unused theme directories.
2022-07-11 11:16:11 -04:00
Carol (Nichols || Goulding)
c2c3ea0c90
Fix capitalization in sidebar. Fixes #2860
2021-10-22 21:24:44 -04:00
Carol (Nichols || Goulding)
3b3afd35fc
Fix typo in link to 1.30 book
...
Fixes #1968 .
2020-01-30 16:41:04 -05:00
Carol (Nichols || Goulding)
10f89936b0
Remove Advanced Lifetimes section completely
2019-04-11 11:51:14 -04:00
Kornel
1768b73dcc
More link fixes
2019-02-25 01:33:17 +00:00
Kornel
d2336f4186
Update links to ch07-02
2019-02-24 22:57:21 +00:00
Kornel Lesiński
6f162249f8
Exclude old second-edition and 2018-edition stub pages from search engines
2019-02-21 00:38:23 +00:00
rahul-thakoor
1aab6c6dd8
Fix Links to point to relevant chapters in new book
...
- not fixed: appendix-06-newest-features.md
2019-02-05 22:55:06 +04:00
Steve Klabnik
17763783dd
remove content from second edition
2018-11-20 17:35:57 -05:00
Steve Klabnik
fc4274d906
rustbuild won
...
I want these in the redirect directory, but rustbuild just isn't having it.
2018-11-20 14:50:24 -05:00
Steve Klabnik
1fedfc4b96
move the book to the top level
2018-11-20 13:45:05 -05:00
Carol (Nichols || Goulding)
64935180af
Make the change from #1591 in second edition as well
2018-11-01 21:58:40 -04:00
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)
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