Carol (Nichols || Goulding)
bdc30d4090
First third to nostarch!
2016-08-02 22:07:25 -04:00
Carol (Nichols || Goulding)
92085ebd8f
Bumping in more section headers
2016-08-02 21:58:34 -04:00
Carol (Nichols || Goulding)
6964610a5c
We don't actually end up talking about lifetimes in here
2016-08-02 21:53:07 -04:00
Carol (Nichols || Goulding)
347e559b7f
Use the author's "we" :)
2016-08-02 21:52:14 -04:00
Carol (Nichols || Goulding)
b5602c746f
Add a few more section headers to the tutorial
2016-08-02 21:50:46 -04:00
Carol (Nichols || Goulding)
a83b968c37
Fix heading level so that I can just cat chapters together
2016-08-02 21:42:48 -04:00
Carol (Nichols || Goulding)
10fc5d16a9
Remove lead-in to the patterns section we moved
2016-08-02 21:28:45 -04:00
Carol (Nichols || Goulding)
e399e84b22
Make the coin example not quite so literal
2016-08-02 21:27:26 -04:00
Carol (Nichols || Goulding)
76667ad238
Update error messages
2016-08-02 21:10:39 -04:00
Carol (Nichols || Goulding)
12436d7ed5
Rework return types to not need the pseudo-EBNF either
2016-08-02 21:10:30 -04:00
Carol (Nichols || Goulding)
9b92a4e0cb
Simplify discussion of function arguments
2016-08-02 21:03:49 -04:00
Carol (Nichols || Goulding)
b3c3483e69
Update section header since we took modifying out
2016-08-02 20:56:29 -04:00
Carol (Nichols || Goulding)
f47d7cd80c
"arity" isn't really relevant
2016-08-02 20:56:12 -04:00
Carol (Nichols || Goulding)
52b8d776c3
Update error message for line numbers
...
Fixes #172 .
2016-08-02 20:43:09 -04:00
Carol (Nichols || Goulding)
7bda1cec86
Merge remote-tracking branch 'origin/master' into first-third-try
2016-08-02 20:40:24 -04:00
Carol (Nichols || Goulding)
1f0afd63ad
Aha now I see that I forgot to remove the old chapter from summary
2016-08-02 20:38:12 -04:00
Carol (Nichols || Goulding)
b817838ea9
Uhhh messed it up again
2016-08-02 20:37:08 -04:00
Carol (Nichols || Goulding)
18a1411a5d
Oops, messed up that rename somehow...
2016-08-02 20:34:55 -04:00
Carol (Nichols || Goulding)
5fb0b53648
Move generics to its own chapter outside of the first third
2016-08-02 20:32:48 -04:00
Carol (Nichols || Goulding)
b9254d86b0
Remove a confusing section on calling methods like functions
2016-08-02 18:04:00 -04:00
Carol (Nichols || Goulding)
e6443565eb
Use a string literal instead of String::from
; that's not a method
...
We've talked about Strings vs string literals at this point. Hopefully
this should be less distracting.
2016-08-02 17:56:34 -04:00
Carol (Nichols || Goulding)
bfc469d83a
Clarify what's coming from which example
2016-08-02 17:55:18 -04:00
Carol (Nichols || Goulding)
723852ebb8
Remove a bunch of repeated hidden code
...
This is all exactly the same as the first code block, so it is still
being tested. It looks weird with the indenting when the code is hidden,
and it's harder for me to read when editing the src (but I will leave
hidden code in if it lets us test unique code examples)
2016-08-02 17:55:18 -04:00
Carol (Nichols || Goulding)
3a6d941259
Wording, typos, formatting edits to method syntax
2016-08-02 17:55:18 -04:00
Carol (Nichols || Goulding)
54dc57cef3
Remove pseudo-EBNF, just refer to example in prose
2016-08-02 17:22:22 -04:00
Carol (Nichols || Goulding)
b5d45f13c6
Switch struct to singular to avoid weird struct
s formatting
2016-08-02 17:11:24 -04:00
Carol (Nichols || Goulding)
d61336d619
Switch out item
for byte
to avoid overloading byte
2016-08-02 17:07:34 -04:00
Carol (Nichols || Goulding)
8e5bba01d6
Clarify this code sample with less shadowing and more comments
2016-08-02 17:01:48 -04:00
Carol (Nichols || Goulding)
9152b70a09
Use bash syntax highlighting for error message output
2016-08-02 16:41:49 -04:00
Carol (Nichols || Goulding)
ea4ec59c50
Remove hidden code until #96 is fixed
2016-08-02 16:40:49 -04:00
Carol (Nichols || Goulding)
5352d363f5
Remove "same deal"-- redundant with "also" before the code
2016-08-02 16:31:29 -04:00
Carol (Nichols || Goulding)
ba95d0a22f
Wrapping
2016-08-02 16:31:21 -04:00
Carol (Nichols || Goulding)
32f087ef36
Explain matching on &byte
a bit more
2016-08-02 16:31:01 -04:00
Carol (Nichols || Goulding)
87154266d3
Trim a bit of detail out of explanation of Copy; point to traits
2016-08-02 16:15:39 -04:00
Carol (Nichols || Goulding)
0e5466135d
Split up/reword solutioning paragraph a bit
2016-08-02 16:00:13 -04:00
Carol (Nichols || Goulding)
9f1e9cfcc3
Rework the mention of shallow copy/deep copy
...
Felt a bit out of place here, a little too early.
2016-08-02 15:55:27 -04:00
Carol (Nichols || Goulding)
2eb5aafc50
Remove 9 exclamation marks, leave 2 that I like
2016-08-02 15:40:06 -04:00
Carol (Nichols || Goulding)
df6105e53b
Reword a case of similar wording
2016-08-02 11:33:56 -04:00
Carol (Nichols || Goulding)
7cca51f3c0
Merge remote-tracking branch 'origin/master' into first-third-try
2016-08-02 11:28:25 -04:00
Carol (Nichols || Goulding)
fd54ef0b85
Remove duplicated "is" from println output
...
Fixes #164 .
2016-08-02 11:15:09 -04:00
Carol (Nichols || Goulding)
da9d58ea0c
Put back code formatting inside links; works with mdbook 0.0.13
2016-08-02 11:12:15 -04:00
Carol (Nichols || Goulding)
013e591332
Clarify the version of mdbook we use
2016-08-02 11:07:06 -04:00
Carol (Nichols || Goulding)
82e8759bac
Resolve guessing game tutorial comments
...
Fixes #154 .
2016-08-01 22:34:10 -04:00
Carol (Nichols || Goulding)
da3283539c
Rework the intro to cargo
...
Instead of converting hello world to cargo and THEN creating a new cargo
project, just create a new cargo project and look at the differences.
This makes this section a bit less repetitive and doing the usual thing
first.
2016-08-01 21:50:53 -04:00
Carol (Nichols || Goulding)
6d05459019
Merge remote-tracking branch 'origin/master' into first-third-try
2016-07-30 17:43:55 -04:00
Guillaume Gomez
174d50ad9b
Few improvements
2016-07-30 17:43:25 -04:00
Carol (Nichols || Goulding)
deb9e466bc
Ignore partial code blocks, unindent them
2016-07-30 17:38:35 -04:00
Carol (Nichols || Goulding)
f2d21dcbd1
Merge remote-tracking branch 'origin/master' into first-third-try
2016-07-30 17:31:05 -04:00
Carol (Nichols || Goulding)
37101e5224
Swap the order of common programming concepts & ownership again
...
😂 😂 😂
2016-07-30 17:27:26 -04:00
Carol (Nichols || Goulding)
eb6d860033
Condense the if
explanation
...
It's a little bit *too* detailed, for people coming from other
languages.
2016-07-30 17:16:39 -04:00