Commit Graph

1361 Commits

Author SHA1 Message Date
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) 3e7148dc09
Remove duplicate copies of tools, licenses, Cargo.tomls 2020-01-10 16:18:54 -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
Carol (Nichols || Goulding) ac6e4a003b
Merge pull request #1788 from kornelski/noindex
Purge the first edition stubs from search engines
2019-02-24 12:07:20 -05: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
Carol (Nichols || Goulding) 17420e1cf5
Merge remote-tracking branch 'origin/master' into remove-println_stderr 2019-02-18 18:12:17 -05: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
lcnr/Bastian Kauschke 72ad67dee6 remove println_stderr 2019-01-25 11:51:38 +01:00
Alexander Regueiro d1b71d1c8e Removed copyright notices & made cosmetic improvements. 2019-01-13 03:29:45 +00:00
Carol (Nichols || Goulding) 2b21e990fc
Remove obsolete nostarch snapshot files
If I need these again, I'll pull them out of the history.
2018-12-29 20:20:07 -05:00
Ilija Tovilo 1677d2681f
Consistent tree styling 2018-12-29 19:53:53 +01:00
Dmitry Borodin aa91a974fd Updated URLs according to the website update
Fixes #1666
Fixes #1678
2018-12-11 01:12:21 +01: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) 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