Commit Graph

399 Commits

Author SHA1 Message Date
Carol (Nichols || Goulding)
0ae55ab26f Merge pull request #765 from varkor/varkor-patch-1
Fix a typo in Chapter 3: Shadowing
2017-06-13 11:34:05 -04:00
Carol (Nichols || Goulding)
def6ad3e57 Merge pull request #764 from sebras/master
Fix a small number of typos.
2017-06-13 11:33:21 -04:00
Carol (Nichols || Goulding)
bff8bcffc8 Merge pull request #762 from mencre/patch-2
Update ch19-01-unsafe-rust.md
2017-06-13 11:32:21 -04:00
Carol (Nichols || Goulding)
1dc6bb89e0 Merge remote-tracking branch 'origin/pr/761' 2017-06-13 11:30:53 -04:00
varkor
29f61aba47 Fix a typo in Chapter 3: Shadowing 2017-06-13 11:08:19 +01:00
Sebastian Rasmussen
1d4f34661d Fix a small number of typos. 2017-06-13 08:03:13 +08:00
mencre
f34283dd9c Update ch19-01-unsafe-rust.md 2017-06-10 16:00:09 +02:00
Igor Shaposhnik
3bb035f1c7 change syntax 2017-06-10 12:21:54 +03:00
Igor Shaposhnik
86c2976324 Add creating a project directory via powershell 2017-06-10 12:19:48 +03:00
jchovanec
30ec6fc22f Corrected error message displayed on example runs in ch12-06. 2017-06-07 02:44:19 -04:00
Carol (Nichols || Goulding)
7a999ef48f Merge pull request #749 from authchir/patch-4
Refactor code lightly w.r.t whitespace in ch12-03
2017-06-06 14:22:02 -04:00
Carol (Nichols || Goulding)
ec782d5bcf word wrap 2017-06-06 14:20:32 -04:00
Carol (Nichols || Goulding)
91a45e6573 Merge pull request #748 from orvly/master
Fixed text describing listing 14-12 to match the enums described in the text
2017-06-06 14:19:41 -04:00
Carol (Nichols || Goulding)
7dcb022a66 Merge pull request #747 from authchir/patch-3
Reformulate that the newtype pattern does not have a performance penalty
2017-06-06 14:18:28 -04:00
Carol (Nichols || Goulding)
4be2cdf039 Merge pull request #746 from authchir/patch-1
Use the assumed 'static lifetime in static variables
2017-06-06 14:17:28 -04:00
Carol (Nichols || Goulding)
99d465ab5e word wrap 2017-06-06 14:15:49 -04:00
Carol (Nichols || Goulding)
7be29a1c3a Merge pull request #744 from jchovanec/ch12-05
Ch12-05
2017-06-06 14:14:31 -04:00
Carol (Nichols || Goulding)
b707dc6649 Incorporating the module clarifications into the docx
And making some further tweaks based on rereadings
2017-06-06 13:22:44 -04:00
Carol (Nichols || Goulding)
3333fde4cb Merge remote-tracking branch 'origin/pr/734' 2017-06-06 12:25:17 -04:00
authchir
a023fd9fbc Refactor code lightly w.r.t whitespace in ch12-03 2017-06-05 08:08:41 +02:00
OrenL
9319dfa322 Fixed text describing listing 14-12 to match the enums described in the code 2017-06-05 00:08:34 +03:00
authchir
1fad6f9954 Reformulate that the newtype pattern does not have a performance penalty 2017-06-04 23:03:11 +02:00
authchir
681b0aaf0a Use the assumed 'static lifetime in static variables
Since Rust 1.17, the 'static lifetime is assumed in statics and consts.
2017-06-04 20:34:38 +02:00
jchovanec
3b81345eb6 Fixed typo in the next to last paragraph of ch12-05. 2017-06-03 00:17:28 -04:00
jchovanec
9739616542 Query not actually changed in the 'old test' in listing 12-20. Corrected following paragraph to reflect this. 2017-06-02 23:50:11 -04:00
Steve Klabnik
b2023a3294 Merge pull request #739 from rust-lang/ch7-ce
Ch7 after copyediting
2017-06-02 12:28:29 -04:00
Carol (Nichols || Goulding)
6241f8c1f7 Merge pull request #738 from GuillaumeGomez/patch-1
Add missing dot
2017-06-02 11:11:12 -04:00
Pietro Albini
38cb0d7272 Add a section about the loop_break_value feature
This commit adds a section to the newest features appendix about the
loop_break_value feature, which should be stabilized soon.
2017-06-02 15:25:59 +02:00
Pietro Albini
5a93856e01 Remove trailing whitespace in the init field shortand section 2017-06-02 15:25:55 +02:00
projektir
b35c22e7ef Tweaking wording #734 2017-06-01 22:44:52 -04:00
Carol (Nichols || Goulding)
84486001a2 Forward porting the nostarch md changes to src 2017-06-01 17:03:40 -04:00
Guillaume Gomez
eb0a1f3206 Add missing dot 2017-06-01 21:47:02 +02:00
projektir
6cd7c81063 Tweaking wording related to the usage of the mod keyword #721 2017-06-01 11:54:09 -04:00
Carol (Nichols || Goulding)
88a5bfa87a Merge pull request #707 from rust-lang/ch13-edits
[WIP] Ch13 edits
2017-06-01 10:28:31 -04:00
Carol (Nichols || Goulding)
50e0200519 Merge pull request #733 from functor/master
Some minor corrections in ch20 (2nd ed.)
2017-06-01 10:22:10 -04:00
Carol (Nichols || Goulding)
5ecb59505b Merge pull request #735 from GuillaumeGomez/little-improvements
Slighty better rewording
2017-06-01 10:19:25 -04:00
Carol (Nichols || Goulding)
58eae59715 Clarify a few more things 2017-06-01 10:15:26 -04:00
evuez
f2ab7bcd79 Replace "printed" with "minted"
Fixes #591:

> Coins are not "printed". The verb in this sentence should be minted.
2017-06-01 15:33:15 +02:00
Guillaume Gomez
9a2e6dbf17 Slighty better rewording 2017-06-01 10:03:43 +02:00
Carol (Nichols || Goulding)
e753475d58 Addressing matthewjasper's always-wonderful comments 2017-05-31 20:10:20 -04:00
Carol (Nichols || Goulding)
3e70333e60 Fix tests 2017-05-31 14:20:04 -04:00
Carol (Nichols || Goulding)
e9bfc89ce8 moar spellingz 2017-05-31 14:00:13 -04:00
Carol (Nichols || Goulding)
21ee7df745 Add a small example of a move closure
Fixes #610.
2017-05-31 13:58:52 -04:00
Carol (Nichols || Goulding)
70473a8c27 Make the closure a bit more interesting 2017-05-31 12:36:38 -04:00
Carol (Nichols || Goulding)
d551374741 Duration::new -> Duration::from_secs 2017-05-31 12:13:38 -04:00
Carol (Nichols || Goulding)
91fada719b spellingz 2017-05-31 12:08:33 -04:00
Carol (Nichols || Goulding)
d9e930e8a0 Addressing the comments of @scottabbey's that are still relevant
From #682.
2017-05-31 12:08:12 -04:00
Carol (Nichols || Goulding)
1a996ef7b0 Carol reworking lots of stuff 2017-05-31 12:08:12 -04:00
Steve Klabnik
87f8cf151e Merge pull request #720 from ScottAbbey/master
Rename test to match behavior
2017-05-31 11:14:45 -04:00
Steve Klabnik
044ac21801 Merge pull request #722 from jeramyRR/typo-fix/ch03-01-variables-and-mutability-part-to-parts
TYPO-FIX: Line 136, part to parts
2017-05-31 11:14:19 -04:00