Commit Graph

250 Commits

Author SHA1 Message Date
Carol (Nichols || Goulding)
29943118d0 f with corrections 2016-07-15 13:33:15 -04:00
Carol (Nichols || Goulding)
ad4a6b6891 Replace teaser of more examples with segue to slices 2016-07-15 12:33:20 -04:00
Carol (Nichols || Goulding)
50e477381f Wording, spelling, whitespace, and punctuation corrections 2016-07-15 12:32:06 -04:00
Carol (Nichols || Goulding)
c2c744b4a5 'from' and 'to' are problematic with references, try to avoid :-/
I would actually say "reference to s1" here, but I think this is trying
to say "create a reference out of s1" but that sounds like you don't
have s1 anymore since you turned it into something else and urgh am I
overthinking this?
2016-07-15 12:32:06 -04:00
Carol (Nichols || Goulding)
23d4435073 Move this comment to the first time we use push_str() 2016-07-15 12:32:06 -04:00
Carol (Nichols || Goulding)
5fb35bac81 Finish the sentence with some help from steve 2016-07-14 18:12:08 -04:00
Carol (Nichols || Goulding)
331e24b03f Reference corrections 2016-07-14 18:07:06 -04:00
Carol (Nichols || Goulding)
ba7bff20ae Wording, spelling, whitespace, and punctuation corrections 2016-07-14 18:07:06 -04:00
Carol (Nichols || Goulding)
252f73b0d4 Don't confuse namespace scope with lexical scope right now 2016-07-14 16:19:43 -04:00
Carol (Nichols || Goulding)
ffd50bcda5 Wording, spelling, whitespace, and punctuation corrections 2016-07-14 16:19:43 -04:00
Carol (Nichols || Goulding)
72ec43263b Fix references that are now invalid with the rearranging 2016-07-14 16:19:43 -04:00
Carol (Nichols || Goulding)
35bb02632c Hard wrap ch 4 to 80 chars for consistency
hobgoblin
2016-07-14 14:39:07 -04:00
Carol (Nichols || Goulding)
6342080c26 Merge remote-tracking branch 'origin/master' into first-third-try 2016-07-14 14:30:31 -04:00
Carol (Nichols || Goulding)
086d7b473a Merge pull request #133 from 0xmohit/fix_typos
fix typos
2016-07-14 14:22:32 -04:00
Mohit Agarwal
7ae4efaa2f fix typos 2016-07-13 23:10:26 +05:30
Carol (Nichols || Goulding)
da2dd5b09f Remove or change all forward refs to "Chapter XX" 2016-07-12 16:04:18 -04:00
Carol (Nichols || Goulding)
60c9abaf39 Fix the levels of some of the headings 2016-07-12 15:51:41 -04:00
Carol (Nichols || Goulding)
64eb26fb02 Update cargo output 2016-07-12 15:50:22 -04:00
Carol (Nichols || Goulding)
7e85e67d11 Clarify semver paragraphs a bit 2016-07-12 15:49:57 -04:00
Carol (Nichols || Goulding)
0cf529ac69 Update rand crate version used to the current latest 2016-07-12 15:49:57 -04:00
Carol (Nichols || Goulding)
f1a35cd1ec Outdent code that's been extracted from its context 2016-07-12 15:49:57 -04:00
Carol (Nichols || Goulding)
810775a0c9 Fix now-inaccurate forward and backward references 2016-07-12 15:49:57 -04:00
Carol (Nichols || Goulding)
d92251971d cargo new now adds the dependencies header to Cargo.toml 2016-07-12 15:49:57 -04:00
Carol (Nichols || Goulding)
b3f2d287c7 Wording, spelling, whitespace, and punctuation corrections
Unrelated to any comment or issue.
2016-07-12 15:49:56 -04:00
Steve Klabnik
1ebfe890b4 Merge pull request #132 from GeertVL/patch-1
attach instead of attatch typo
2016-07-11 10:20:30 -04:00
Geert Van Laethem
978eead7e8 attach instead of attatch typo 2016-07-11 13:36:26 +02:00
Jonathan Turner
5c106c9c23 Update ch04-02-ownership.md 2016-07-08 15:58:41 -04:00
Jonathan Turner
aa8e2305c4 Update ch04-02-ownership.md 2016-07-08 15:58:10 -04:00
Jonathan Turner
e83ec9a5c5 Update ch04-02-ownership.md 2016-07-08 15:57:19 -04:00
Carol (Nichols || Goulding)
e16d3b4f66 Proposed reordering (without Up and Running chapter for now 2016-07-08 15:49:47 -04:00
Carol (Nichols || Goulding)
3dcca0b139 Merge remote-tracking branch 'origin/ch2' into first-third-try 2016-07-08 15:45:58 -04:00
Carol (Nichols || Goulding)
99aba46d24 Merge remote-tracking branch 'origin/ch6' into first-third-try 2016-07-08 15:45:54 -04:00
Carol (Nichols || Goulding)
4801fe6aa5 Pull the guessing game tutorial over from the existing book 2016-07-08 10:41:21 -04:00
Carol (Nichols || Goulding)
cda62ba0ef First rule about block comments: don't talk about block comments 2016-07-05 19:18:05 -04:00
Carol (Nichols || Goulding)
4efe6824d8 Put back the trailing whitespace to get newlines
Bad text editor. Not helpful. No.
2016-07-05 19:18:05 -04:00
Carol (Nichols || Goulding)
48d3255920 Fix alignment of the first line in the table 2016-07-05 19:18:05 -04:00
Carol (Nichols || Goulding)
1f5b8c74ca Remove extra newline 2016-07-05 19:18:05 -04:00
Carol (Nichols || Goulding)
63523d45b5 Remove unneeded indent 2016-07-05 19:18:05 -04:00
Carol (Nichols || Goulding)
8c6919d67a Address comments in control flow 2016-07-05 19:18:05 -04:00
Carol (Nichols || Goulding)
690a972438 Resolve comments in... comments
I added a bit about the other style of comments being possible since
it's preferred for accessibility reasons:
https://github.com/rust-lang/rfcs/pull/1574#discussion_r59236286
2016-07-05 19:18:05 -04:00
Carol (Nichols || Goulding)
5283f07479 Resolve comments in functions
Fix some parts that didn't make sense anymore since I moved data
structures before this section-- tuples and destructuring have already
been defined.
2016-07-05 19:18:05 -04:00
Carol (Nichols || Goulding)
ea17980f28 Resolve comments in data types 2016-07-05 19:18:05 -04:00
Carol (Nichols || Goulding)
ef9741ac16 Resolve comments and make some more edits in variable bindings 2016-07-05 19:18:05 -04:00
Carol (Nichols || Goulding)
fdd28f7e66 Resolve comments in Anatomy of a Rust Program 2016-07-05 19:18:05 -04:00
Carol (Nichols || Goulding)
ff08e0608d Backport changes to control flow 2016-07-05 19:18:04 -04:00
Carol (Nichols || Goulding)
6086b96384 Backport changes to comments section 2016-07-05 19:18:04 -04:00
Carol (Nichols || Goulding)
3b6c3090a6 Backport changes to functions section 2016-07-05 19:18:04 -04:00
Carol (Nichols || Goulding)
7ad59a1a9e Backport changes to scalar/compound data types sections 2016-07-05 19:18:04 -04:00
Carol (Nichols || Goulding)
8bf85b6a58 Backport changes to Variable Bindings in Detail section 2016-07-05 19:18:04 -04:00
Carol (Nichols || Goulding)
e094c3bd4e Backport addition of Anatomy of a Rust Program section 2016-07-05 19:18:02 -04:00