Commit Graph

762 Commits

Author SHA1 Message Date
Carol (Nichols || Goulding)
4670d5456e Talk about values each size of integer can hold
Fixes #259.
2016-09-20 22:10:02 -04:00
Carol (Nichols || Goulding)
a968f7e66e Expand on why if and else have to return the same type 2016-09-20 22:10:02 -04:00
Carol (Nichols || Goulding)
e5b7f5465f Make the if/else if example more illustrative of behavior
Basically prove that it stops trying `else if` conditions after it finds
the first true one by having multiple true conditions be possible.
2016-09-20 22:10:02 -04:00
Carol (Nichols || Goulding)
0c81972ebc Clarify arrays; give an example of using one 2016-09-20 22:10:02 -04:00
Carol (Nichols || Goulding)
09762a360d Clarify tuples and that the types are optional here 2016-09-20 22:10:02 -04:00
Carol (Nichols || Goulding)
17da2c95a2 Remove not-so-helpful links to unicode; reference strings section 2016-09-20 22:10:02 -04:00
Carol (Nichols || Goulding)
0148504de4 Add a reference to a theoretically existing chapter on benchmarking 2016-09-20 22:10:02 -04:00
Carol (Nichols || Goulding)
af60a59f67 Resolve question and demonstrate type anns being required 2016-09-20 22:10:02 -04:00
Carol (Nichols || Goulding)
23964f4254 Spend more time clarifying what's different about shadowing 2016-09-20 22:10:02 -04:00
Carol (Nichols || Goulding)
519228aefd Hide nostarch marks for our web view
I'll put these back before sending.
2016-09-20 22:10:01 -04:00
Carol (Nichols || Goulding)
2d72ad320a Apply edits from Liz that I like 2016-09-20 22:10:01 -04:00
Carol (Nichols || Goulding)
ccd4dcf178 More edits and some TODOs for strings 2016-09-19 22:37:06 -04:00
Carol (Nichols || Goulding)
00e5b22d9e Remove irrelevant space special casing
I think this confuses more than helps.
2016-09-19 12:44:32 -04:00
Carol (Nichols || Goulding)
9ba5bb3690 Make the filename and header more consistent 2016-09-19 12:42:27 -04:00
Carol (Nichols || Goulding)
99fc51d848 Edits and additions to HashMap 2016-09-19 12:42:27 -04:00
Carol (Nichols || Goulding)
1da1e810d2 I'd rather explain _ than 'static at this point tbh 2016-09-19 12:42:27 -04:00
Carol (Nichols || Goulding)
854614fc29 Wording edits for strings 2016-09-19 12:42:27 -04:00
Carol (Nichols || Goulding)
8f1b922945 Make headings consistent with each other
And title cased, and more descriptive
2016-09-19 12:42:27 -04:00
Carol (Nichols || Goulding)
a417244d98 Edits to Vec - be more specific, update error messages 2016-09-19 12:42:27 -04:00
Carol (Nichols || Goulding)
f80bccaa64 Renaming files to match currently planned chapter order 2016-09-19 12:42:27 -04:00
Carol (Nichols || Goulding)
cd5517b8a0 Remove double error handling from summary 2016-09-19 12:42:27 -04:00
Carol (Nichols || Goulding)
2570566cb0 Small wording edits 2016-09-19 12:42:27 -04:00
Steve Klabnik
91396aa0e6 add some more 2016-09-19 12:42:27 -04:00
Steve Klabnik
b1525a9077 hashmaps 2016-09-19 12:42:27 -04:00
Steve Klabnik
c9044e9448 strings 2016-09-19 12:42:27 -04:00
Steve Klabnik
65691eeeed start off the start of strings 2016-09-19 12:42:27 -04:00
Steve Klabnik
c9a21c8e5d lol 2016-09-19 12:42:27 -04:00
Steve Klabnik
a47516a171 remove the fun stuff 2016-09-19 12:42:27 -04:00
Steve Klabnik
57fd1a575c basic -> essential 2016-09-19 12:42:27 -04:00
Carol (Nichols || Goulding)
d9591c1928 Small wording, punctuation, spelling edits 2016-09-19 12:42:27 -04:00
Steve Klabnik
4de58546ae some work on collections 2016-09-19 12:42:27 -04:00
Carol (Nichols || Goulding)
94081a235a Don't say "in this case" 3x in one paragraph :( 2016-09-16 10:23:46 -04:00
Carol (Nichols || Goulding)
9e7feab745 Merge pull request #258 from bruceadams/master
Correct Ok return value for read_line #257
2016-09-16 10:20:43 -04:00
Carol (Nichols || Goulding)
d99614a432 Oooooops this line is supposed to be gone by this point 2016-09-14 20:15:13 -04:00
Bruce Adams
488d168889 Correct Ok return value for read_line #257 2016-09-14 20:02:54 -04:00
Carol (Nichols || Goulding)
40e9cf563a Merge pull request #255 from qolop/patch-1
Add Chrome/Linux bash command
2016-09-13 09:18:57 -04:00
Patrick McCann
8ef9d1f2e4 Add Chrome/Linux bash command 2016-09-12 20:12:58 -04:00
Carol (Nichols || Goulding)
34eca19f8d Merge pull request #252 from seanlinsley/patch-1
Update command to open the docs in Firefox
2016-09-11 18:01:31 -04:00
Sean Linsley
896c58ec71 Update command to open the docs in Firefox
The previous Firefox command only worked for Linux, while the previous Chrome command only worked for OS X.

I'm not sure what the Linux + Chome command would be.
2016-09-11 15:12:15 -05:00
Carol (Nichols || Goulding)
153752fa49 Ship edited ownership and new modules to nostarch 2016-09-09 11:32:40 -04:00
Carol (Nichols || Goulding)
c56e402882 Small wording changes; be more precise 2016-09-09 11:32:40 -04:00
Carol (Nichols || Goulding)
620df613cc Prefer 'we' not 'you' 2016-09-09 11:32:40 -04:00
Carol (Nichols || Goulding)
b75e813841 Whitespace/wordwrap fixes 2016-09-09 11:32:40 -04:00
Carol (Nichols || Goulding)
37d5d555f8 Label all code with a filename 2016-09-09 11:32:40 -04:00
Carol (Nichols || Goulding)
9e81b8c9b5 Title case section headings 2016-09-09 11:32:40 -04:00
Carol (Nichols || Goulding)
8cabb07e12 Merge pull request #247 from rust-lang/ch4-edits
Ch4 edits
2016-09-09 10:58:55 -04:00
Carol (Nichols || Goulding)
e4ddcabf6f Fix merging of figures 2016-09-08 18:12:10 -04:00
Carol (Nichols || Goulding)
d26cdc7508 Addressing steve nits 2016-09-08 18:08:47 -04:00
Carol (Nichols || Goulding)
701855e165 Make edits to ownership/borrowing/slices suggested by nostarch 2016-09-08 18:08:47 -04:00
Carol (Nichols || Goulding)
60d445df5c Discuss the stack and the heap so we can explain ownership with them 2016-09-08 18:07:17 -04:00