Carol (Nichols || Goulding)
c2014ea50d
Edits to 15-03
2017-09-19 13:27:51 -04:00
Carol (Nichols || Goulding)
8be16664c6
Edits to 15-02
2017-09-19 13:27:51 -04:00
Carol (Nichols || Goulding)
27addf4b2b
Edits to 15-01
2017-09-19 13:27:51 -04:00
Carol (Nichols || Goulding)
dfcfc6eab3
Edits to 15-00
2017-09-19 13:27:51 -04:00
Carol (Nichols || Goulding)
4a9e3b3448
Merge pull request #923 from rust-lang/ch8-ce
...
Ch8 after copy edit
2017-09-18 13:12:49 -04:00
Carol (Nichols || Goulding)
089474e03d
Address steve's comments
2017-09-18 12:57:43 -04:00
Carol (Nichols || Goulding)
d7e86a7a91
Fix typo. You can't indincate everything you see.
2017-09-16 16:06:46 -04:00
Carol (Nichols || Goulding)
54e8198018
Propagate ch 8 edits to src
2017-09-16 16:06:46 -04:00
Carol (Nichols || Goulding)
6b14ef5fea
Use a string slice to defer explanation of deref a bit
...
Fixes #893 .
2017-09-16 16:06:46 -04:00
Carol (Nichols || Goulding)
1deecf2cd9
Add a section on iterating through a vector
...
Fixes #651 .
2017-09-16 16:06:46 -04:00
Carol (Nichols || Goulding)
a133837899
Propagating most of the doc changes to md
2017-09-16 16:06:46 -04:00
Carol (Nichols || Goulding)
543ce60854
Change example to defer deref coercion a bit
2017-09-16 16:06:46 -04:00
Carol (Nichols || Goulding)
4a60aac4d6
Add a bit about iterating over vectors
2017-09-16 16:06:46 -04:00
Carol (Nichols || Goulding)
92071eb1b3
More detailed pass
2017-09-16 16:06:46 -04:00
Carol (Nichols || Goulding)
a28354eb26
Backporting upstream changes, making my first pass
2017-09-16 16:06:46 -04:00
Carol (Nichols || Goulding)
9f026e4a60
Update the xsl because of course
2017-09-16 16:06:46 -04:00
Carol (Nichols || Goulding)
537f8ca45f
Chapter 8 as received after copyediting
2017-09-16 16:06:46 -04:00
Carol (Nichols || Goulding)
b23553746f
Merge pull request #919 from eldruin/master
...
Chapter 10.02: Remove superfluous 'only'
2017-09-16 15:49:01 -04:00
Carol (Nichols || Goulding)
9420352d7b
Add associativity to the dictionary
2017-09-16 15:43:18 -04:00
Carol (Nichols || Goulding)
f4bce88a0f
We used u32 in chapter 2, not i32
2017-09-16 15:41:48 -04:00
Carol (Nichols || Goulding)
764391a9be
Merge pull request #916 from dnaeon/ch11-typo
...
ch11: typo fix
2017-09-16 15:35:34 -04:00
Carol (Nichols || Goulding)
df527f94d4
Undo a rewording since this chapter is frozen
2017-09-16 15:30:42 -04:00
Carol (Nichols || Goulding)
1819a20774
Merge remote-tracking branch 'origin/pr/912'
2017-09-16 15:29:58 -04:00
Carol (Nichols || Goulding)
b0c864ae7e
Merge pull request #911 from corderophi678/patch-1
...
fix mislabeled reference to chapter 4 section
2017-09-16 15:27:17 -04:00
Carol (Nichols || Goulding)
7ba095f765
Merge pull request #900 from matklad/patch-1
...
Synchronize operator precedence with reference
2017-09-16 15:25:38 -04:00
Diego Barrios Romero
b9444c6740
Remove superfluous 'only'
2017-09-11 07:56:18 +02:00
Marin Atanasov Nikolov
abb42cc0be
ch11: typo fix
2017-09-08 15:27:39 +03:00
Carol (Nichols || Goulding)
278f4db548
Merge pull request #913 from rust-lang/trusty-different-dictionary
...
Update dictionary for trusty vs precise ubuntu
2017-09-01 17:26:07 -04:00
Carol (Nichols || Goulding)
ef27d48f09
these are all totally words
2017-09-01 17:06:32 -04:00
Carol (Nichols || Goulding)
40910f557c
Implementer -> implementor
...
I was only sticking with implementer because aspell thought it was a
word and implementor wasn't. Now that it doesn't think either is a word,
I'm going with what rustdoc does for the trait docs :P
2017-09-01 17:04:39 -04:00
Carol (Nichols || Goulding)
cfcfc0d9fc
Switch to trusty permanently
2017-09-01 15:53:27 -04:00
Isaac Andrade
311ae962a3
Minor corrections on chapter 6:
...
- 6.1: Mention the code shown in the example correctly
- 6.2: Suggested change on Listing 6-4 top comment so it is easier
to understand for non native English speakers without changing its
meaning.
Signed-off-by: Isaac Andrade <isaac.nic@gmail.com >
2017-09-01 13:19:53 -06:00
Dr. Rich Cordero
4cbe19df34
fix mislabeled reference to chapter 4 section
...
s/"String Slices as Arguments"/"String Slices as Parameters"
2017-09-01 11:29:12 -04:00
Aleksey Kladov
2251d8d9c4
Synchronize operator precedence with reference
...
The reference is here 266d429a48/src/expressions.md (operator-precedence) .
It is both more complete (includes the `?`) and more accurate.
Previous version said:
>Unary operators have the same precedence level and are stronger than any of the binary operators.
which is technically incorrect. Unary `..` and `...` have low precedence: `println!("{:?}", .. 90 + 2)` prints `.. 92` (is it even legal to have three `:` in once sentence? ).
2017-08-27 18:15:45 +03:00
Carol (Nichols || Goulding)
81d4334f4e
Merge pull request #887 from tfheen/master
...
Use double backslash outside of code blocks
2017-08-23 12:51:43 -04:00
Carol (Nichols || Goulding)
518a397b9a
Merge pull request #888 from chriskuehl/fix-indentation
...
Fix indentation
2017-08-23 12:48:55 -04:00
Carol (Nichols || Goulding)
d9fe2d0032
Merge pull request #889 from bigreddmachine/patch-1
...
Fix enum reference typo
2017-08-23 12:48:15 -04:00
Mike C
35df45edc0
Fix variable reference typo
...
State --> UsState
2017-08-16 15:54:15 -04:00
Chris Kuehl
a1d8c0904d
Fix indentation
2017-08-15 19:51:44 -07:00
Tollef Fog Heen
fee6866377
Use double backslash outside of code blocks
...
This avoids confusing pandoc.
2017-08-15 22:26:01 +02:00
Carol (Nichols || Goulding)
d09c9e8144
nostarchify the last chapterrrr
2017-08-12 17:32:41 -04:00
Carol (Nichols || Goulding)
e8e280053f
Name the image with the chapter name to follow convention
2017-08-12 17:24:46 -04:00
Carol (Nichols || Goulding)
56352c28cf
Fix quotes
2017-08-12 17:17:17 -04:00
Carol (Nichols || Goulding)
de0a92fab3
Clarify why reading from a stream needs mut
...
Fixes #853 .
2017-08-12 17:17:11 -04:00
Carol (Nichols || Goulding)
356f0f8b72
Update nostarch ch 19
2017-08-12 16:04:41 -04:00
Carol (Nichols || Goulding)
ce20925484
Merge pull request #879 from DavidDeprost/patch-6
...
ch20-01 Replaced variable `header` with `status_line`
2017-08-12 15:59:35 -04:00
Carol (Nichols || Goulding)
919f834345
Merge pull request #883 from tflovorn/master
...
ch15-06 minor punctuation edit
2017-08-12 15:59:00 -04:00
Carol (Nichols || Goulding)
3839060553
Remove mention of vtable, don't get into implementation details
...
These are not the droids you're looking for.
Fixes #790 .
2017-08-12 15:56:46 -04:00
Carol (Nichols || Goulding)
e0d04c7e42
Explicitly mention the differences between pointer types
...
And say that references and smart pointers aren't raw pointers
Fixes #625 .
2017-08-12 15:51:59 -04:00
Carol (Nichols || Goulding)
de930c3b57
Is a fn -> coerces to a fn
...
Fixes #622 .
2017-08-12 15:28:46 -04:00