Carol (Nichols || Goulding)
b8e15c8341
Modify the dot files with the changes to the SVGs
2016-10-03 22:40:19 -04:00
Joel Chovanec
984b339fb0
Fix figure 4.6
2016-10-03 08:03:05 -04:00
Carol (Nichols || Goulding)
8d8f3aac9b
Merge pull request #270 from rust-lang/clear-up-ch2
...
Clear up discussion of not needing to download/rebuild deps
2016-10-02 14:07:37 -04:00
Carol (Nichols || Goulding)
28162bd209
Update SUMMARY.md
2016-09-30 09:46:43 -04:00
Carol (Nichols || Goulding)
efe6cb3035
Merge pull request #275 from JIghtuse/master
...
Minor spelling fixes
2016-09-30 09:32:34 -04:00
Boris Egorov
1885cdb07b
Minor spelling fixes
2016-09-30 16:46:21 +07:00
Carol (Nichols || Goulding)
0141f3bfc9
Add an appendix I forward referenced so I don't forget
2016-09-28 15:27:05 -04:00
Carol (Nichols || Goulding)
1538215aa4
Use title case for section headers
2016-09-28 15:27:05 -04:00
Carol (Nichols || Goulding)
aa5f5b96db
Fix indentation for mdbook
2016-09-28 15:18:00 -04:00
Carol (Nichols || Goulding)
3823ea746c
Update SUMMARY.md
2016-09-28 14:59:03 -04:00
Carol (Nichols || Goulding)
2a5dac9ba8
Update SUMMARY.md
2016-09-28 14:50:52 -04:00
Carol (Nichols || Goulding)
fbb8eab0dd
Ship chapter 8 to nostarch
2016-09-27 14:03:07 -04:00
Carol (Nichols || Goulding)
0cc2046e4d
Ship chapter 5 revisions to nostarch
2016-09-27 14:00:25 -04:00
Carol (Nichols || Goulding)
cba082b70d
Clear out tmp dir before rebuilding nostarch files
2016-09-27 13:49:09 -04:00
Steve Klabnik
4a2bc805b9
Merge pull request #137 from rust-lang/data-structures
...
some work on collections
2016-09-27 11:33:17 -04:00
Carol (Nichols || Goulding)
d72385839c
Clear up discussion of not needing to download/rebuild deps
2016-09-27 11:27:23 -04:00
Carol (Nichols || Goulding)
d7a11ad3b6
Paragraph foreshadowing trait objects
2016-09-27 10:58:40 -04:00
Carol (Nichols || Goulding)
091e1bc674
Merge pull request #266 from rust-lang/ch5-edits
...
Ch 5 edits
2016-09-27 10:52:29 -04:00
Carol (Nichols || Goulding)
7280821672
Show how to store different types in an enum in a vec
2016-09-26 23:16:40 -04:00
Carol (Nichols || Goulding)
a7e3b2ae60
Wrap at 80 oops
2016-09-26 22:42:50 -04:00
Carol (Nichols || Goulding)
84b135da9f
Add text between the headings
2016-09-26 22:42:37 -04:00
Carol (Nichols || Goulding)
2d5ea64dd5
Crates for the crates.io!
2016-09-26 22:37:23 -04:00
Carol (Nichols || Goulding)
021998f193
The word of the day is *string slice*
2016-09-26 22:37:12 -04:00
Carol (Nichols || Goulding)
d56e5367cb
You've got your big G's, I've got my hash map
2016-09-26 22:31:27 -04:00
Carol (Nichols || Goulding)
c3ddfa5c44
No more essence. anywhere. There is no essence.
2016-09-26 22:22:09 -04:00
Carol (Nichols || Goulding)
38650800f8
Clarify auto ref/deref
2016-09-26 22:10:27 -04:00
Carol (Nichols || Goulding)
6947ef48cc
Add back automatic referencing as a box
2016-09-26 18:48:51 -04:00
Carol (Nichols || Goulding)
f72a9f7b69
Ooops this was wrong
2016-09-26 18:47:51 -04:00
Carol (Nichols || Goulding)
e62cc12835
Wrap to 80, oops
2016-09-26 18:32:34 -04:00
Carol (Nichols || Goulding)
4eb3b6271c
Forward reference to enum and trait object chapters
2016-09-26 18:31:57 -04:00
Carol (Nichols || Goulding)
0812f3a0e2
Fill in some chapter numbers we know now
2016-09-26 15:26:35 -04:00
Carol (Nichols || Goulding)
6bef3b89cf
Small wording tweaks, mostly removing 'you'
2016-09-26 15:17:25 -04:00
Carol (Nichols || Goulding)
b168c614a2
Talk about how dropping of a Vec affects references into the vec
...
More explicitly than the adding-while-reading example.
2016-09-26 14:19:48 -04:00
Carol (Nichols || Goulding)
dcccf74b80
Bump in headings a level
2016-09-26 14:08:25 -04:00
Carol (Nichols || Goulding)
50acc06a9b
Round off Strings section
...
- I think I finally get why there's no indexing but there is slicing
- Show what you're actually supposed to do with chars and bytes
- Summarize and transition
2016-09-26 14:05:44 -04:00
Carol (Nichols || Goulding)
be6a7d55a6
Add a chapter summary
2016-09-26 12:53:42 -04:00
Carol (Nichols || Goulding)
0dbadf53af
Only say 'remainder', not 'modulo'
...
Fixes #269 . See
http://stackoverflow.com/questions/13683563/whats-the-difference-between-mod-and-remainder/13683709#13683709
In Rust, `-21 % 4` results in -1.
2016-09-26 11:14:02 -04:00
Carol (Nichols || Goulding)
03f40bc81d
Merge pull request #268 from 0xmohit/i8-upper-bound
...
fix upper bound for i8
2016-09-25 10:38:09 -04:00
Mohit Agarwal
c21c0d945e
fix upper bound for i8
2016-09-25 19:37:19 +05:30
Carol (Nichols || Goulding)
a929b91341
Redo Method Syntax with the Rectangle example
2016-09-23 22:26:33 -04:00
Carol (Nichols || Goulding)
d91a364fdb
The rectangle is Rectangle looked strange
2016-09-23 17:22:00 -04:00
Carol (Nichols || Goulding)
228f172e00
Long inline code wraps strangely; go back to code blocks
2016-09-23 15:34:12 -04:00
Carol (Nichols || Goulding)
c274db25c4
Add some notes to Liz
2016-09-23 15:34:00 -04:00
Carol (Nichols || Goulding)
0203adfaea
Small wording changes that sounded funny on the next readthrough
2016-09-23 15:33:36 -04:00
Carol (Nichols || Goulding)
bdcddf29a7
Add units to the output
2016-09-23 15:32:02 -04:00
Carol (Nichols || Goulding)
cf9e0a8ae7
Hide newline in code example
2016-09-23 15:31:07 -04:00
Carol (Nichols || Goulding)
9ef3fece67
Change double quotes to italics
2016-09-23 15:30:51 -04:00
Carol (Nichols || Goulding)
1879ce7a6b
Fix code example errors
2016-09-23 14:44:53 -04:00
Carol (Nichols || Goulding)
6e15a5c02c
Rework struct example to be simpler
2016-09-23 13:51:06 -04:00
Carol (Nichols || Goulding)
25e3cf2a6f
Ship chapter 3 revisions to nostarch
2016-09-21 11:06:09 -04:00