Commit Graph

95 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
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
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
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
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
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
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
祝晓东
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
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
Vilyus
ce300110e9 typo 2018-06-20 18:04:02 +03: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
祝晓东
7e5a2c33a6 fix no '$ ls' in PowerShell 2018-06-16 12:57:53 +08:00
steveklabnik
baed160ecb fix up the book to add impl Trait
Fixes #1291
2018-06-08 10:54:55 -04:00
steveklabnik
f22dace409 Move the 'new features' appendex into the text
Fixes #1294
2018-06-08 10:05:42 -04:00
Deokhwan Kim
de99df4c9f Fix a typo
A subcommand that sets the toolchain for a directory is `set`.
2018-06-06 13:07:09 -04:00
steveklabnik
b23a2cece6 tweak wording around backreference
Thanks @kertase! https://github.com/rust-lang/book/issues/1389#issuecomment-394705560
2018-06-05 15:30:04 -04:00
steveklabnik
e7f9782009 Clarify that MyBox<T> is not on the heap
Fixes #1357
2018-06-05 06:49:20 -04:00
steveklabnik
79e9cc1ae7 Add another forward reference to the dereference operator.
Fixes #1369
2018-06-05 06:46:31 -04:00
steveklabnik
d15f4f964d talk about integer overflow
Fixes #1306
2018-06-05 06:44:37 -04:00
steveklabnik
362e16a0e9 Talk about the type of arrays
Fixes #1336
2018-06-01 11:50:28 -04:00
steveklabnik
96cc444e34 tweak wording around cargo new
Fixes #1383
2018-06-01 11:46:41 -04:00
steveklabnik
87b4b59ac3 fix the tests
5baf2e83e1 and 4978b7c9ce introduced some bugs, whoops!
2018-06-01 09:41:28 -04:00
steveklabnik
4978b7c9ce Update the book to use dyn Trait
Fixes #1277
2018-06-01 08:40:36 -04:00
steveklabnik
5baf2e83e1 move to fs::read_to_string
This is much more convenient!

Fixes #1355
2018-06-01 08:21:17 -04:00