Commit Graph

3083 Commits

Author SHA1 Message Date
Yasushi Sakai
31435f78ef ch20-02-mutlithreaded.md listing 20-21 deleting 'dyn' for call_box 2018-08-04 12:02:56 -04:00
Steve Klabnik
88cdde350f Merge pull request #1456 from u32i64/master
Rename mod `test` to `tests` in chapters 12-04 and 12-05
2018-07-23 17:55:45 +02:00
Artem Varaksa
11e890675e Fix #1446: rename mod test to tests in chapters 12-04 and 12-05 2018-07-23 18:43:38 +03:00
Steve Klabnik
1390adb7df Merge pull request #1421 from brisad/two-lines-of-panic
Use correct count of number of panic lines
2018-07-23 16:11:47 +02:00
Steve Klabnik
20107982e1 Merge pull request #1450 from mssdvd/master
Fix two typos
2018-07-23 16:09:37 +02:00
Steve Klabnik
f4badf130b Merge pull request #1442 from kraai/patch-4
Add missing period
2018-07-23 16:09:01 +02:00
Steve Klabnik
0d9b9638c2 Merge pull request #1441 from pakosmith/patch-1
Update mdbook to 0.1.7
2018-07-23 16:08:41 +02:00
Steve Klabnik
3918499cf6 Merge pull request #1437 from pieteromt/patch-1
Update ch17-01-what-is-oo.md
2018-07-23 16:08:21 +02:00
Steve Klabnik
ef775f76c9 Merge pull request #1435 from rex4539/fix-typos
Fix typos
2018-07-23 16:06:27 +02:00
Steve Klabnik
3f1bea4408 Merge pull request #1432 from Lireer/patch-1
Redirect to the correct section of the second book
2018-07-23 16:05:31 +02:00
Steve Klabnik
aecf4e694c Merge pull request #1424 from MateusAmin/master
Updated /index.md for Clarity
2018-07-23 16:05:03 +02:00
Steve Klabnik
49967c25c1 Merge pull request #1413 from EricR86/public-private-search
Remove public/private ambiguity from ch12 search function
2018-07-23 16:01:55 +02:00
Steve Klabnik
818719a00d Merge pull request #1404 from Turing-Chu/master
fix dot should out side of `Default`
2018-07-23 16:01:19 +02:00
Steve Klabnik
e8c50bd5a1 Merge pull request #1454 from felixrabe/patch-2
Appendix 2: Document `..=` operator
2018-07-23 15:40:47 +02:00
Felix Rabe
443040b04c Appendix 2: Document ..= operator 2018-07-22 14:43:11 +02:00
Davide Masserut
33a61acb7f Fix typo 2018-07-20 22:58:12 +02:00
Davide Masserut
eb7228a07c Fix typo 2018-07-20 22:57:12 +02:00
Dimitris Apostolou
716fbad3ae Fix typos 2018-07-20 23:11:40 +03:00
steveklabnik
e38f07d8d7 fix the build 2018-07-17 12:32:14 -04:00
steveklabnik
6f1bafe26c add anonymous lifetime
Fixes #1273
2018-07-16 16:04:07 -04:00
steveklabnik
a3d38d6bcc fix a test 2018-07-16 15:49:29 -04:00
steveklabnik
88dffa2a06 update book for match bindings
Fixes #1288
2018-07-16 14:21:14 -04:00
steveklabnik
01d48dd644 non-() test types
Fixes #1284
2018-07-16 13:21:09 -04:00
Matt Kraai
2ba80e2142 Add missing period 2018-07-13 00:06:19 -07:00
pakosmith
f183185d22 Update mdbook to 0.1.7 2018-07-12 01:45:07 +03:00
steveklabnik
19e36d23a6 Add new appendix for tools
Part of #1292
2018-07-11 13:50:54 -04:00
pieteromt
6d22f1ee0b Update ch17-01-what-is-oo.md
Typo in author name of GoF book.
2018-07-08 15:57:37 +02:00
Lireer
3b10fa19f3 Redirect to the correct section of the second book 2018-07-06 12:19:21 +02:00
MEA
fdd3e60f0a Updated /index.md for Clarity
Removed TRPL abbreviation which was not defined. Changed "version" to "edition" to keep consistency. Broke two complex sentences down into multiple simpler sentences.
2018-07-04 10:57:35 -06:00
祝晓东
f2c3c9f9b9 fix dot should out side of Default 2018-07-04 09:42:53 +08:00
Steve Klabnik
37b76a5d08 Merge pull request #1429 from ftt/master
Update the macros chapter to use newer version of quote and syn.
2018-07-03 14:55:40 -07:00
Steve Klabnik
e5d934c175 Merge pull request #1425 from smittyfest/patch-1
Fixed output text for cargo check
2018-07-03 14:54:05 -07:00
Steve Klabnik
ecee37794f Merge pull request #1422 from brisad/clarify-unicode-scalar-size
Mention that the unicode scalar size applies to a particular string
2018-07-03 14:52:05 -07:00
Steve Klabnik
841d42af6c Merge pull request #1417 from jk-gan/fix-typo
Fix typo
2018-07-03 14:50:38 -07:00
Steve Klabnik
4598109884 Merge pull request #1416 from jk-gan/remove-unused-code
Remove unused codes from ch12-04
2018-07-03 14:50:16 -07:00
Steve Klabnik
a9a503a9f5 Merge pull request #1412 from walkie/master
Minor typo fix in Ch 4.1.
2018-07-03 14:49:48 -07:00
ftt
6b27ad7ecb Update the macros chapter to use newer version of quote and syn. 2018-07-02 21:38:40 -07:00
smittyfest
257f5ff186 Fixed output text for cargo check
The output of cargo check seems to start with "Checking ..." as opposed to "Compiling..." as it is listed in the book.
2018-06-30 10:20:10 -05:00
Michael Hoffmann
758df20c29 Mention that the unicode scalar size applies to a particular string 2018-06-27 21:37:21 +02:00
Michael Hoffmann
4044cbc8fb Use correct count of number of panic lines 2018-06-27 21:32:33 +02:00
Gan Jun Kai
32be954a18 Fix typo 2018-06-26 23:48:40 +08:00
Gan Jun Kai
27d6f8432f Remove unused code from ch12-04 2018-06-26 23:33:50 +08:00
Eric Roberts
4edefd99fb Remove public/private ambiguity from ch12 search function 2018-06-21 08:53:12 -04:00
Eric Walkingshaw
280fd6d0c0 Typo fix. 2018-06-20 21:56:53 -07:00
Steve Klabnik
4146dc6367 Merge pull request #1397 from TsarFox/master
Remove extraneous ':' character
2018-06-20 08:14:32 -07:00
Steve Klabnik
4c3b646ca9 Merge pull request #1411 from vilyus/patch-1
typo
2018-06-20 08:13:57 -07:00
Vilyus
ce300110e9 typo 2018-06-20 18:04:02 +03:00
Steve Klabnik
0b40663b89 Merge pull request #1409 from abbasfaisal/patch-1
Small typo: listing is 15-25, not 15-5.
2018-06-20 06:21:50 -07:00
Faisal Abbas
1ac1d7c7ed Small typo: listing is 15-25, not 15-5. 2018-06-20 15:56:14 +05:00
steveklabnik
f475da63a1 Fix the build 2018-06-16 14:40:26 -04:00