Commit Graph

832 Commits

Author SHA1 Message Date
Carol (Nichols || Goulding)
6cb337e3e8 Don't say we haven't used snake case for vars yet; we have
Fixes #215.
2016-08-25 11:53:30 -04:00
Carol (Nichols || Goulding)
ec02c7e477 Remove false statement that this is the first error we've seen
Fixes #214.
2016-08-25 11:52:25 -04:00
Carol (Nichols || Goulding)
df0fd1bcca Remove oft-duplicated cargo new instructions
Fixes #205.
2016-08-25 11:48:54 -04:00
Carol (Nichols || Goulding)
65f8beb9ab Swap order so Collections comes before Error Handling 2016-08-25 11:21:39 -04:00
Raymond Edwards
0ae8fba826 Added remove_links.rs, only reads from stdin at the moment and failsto build 2016-08-24 22:18:43 -03:00
Carol (Nichols || Goulding)
8af7154847 Update SUMMARY.md 2016-08-24 14:07:22 -04:00
Carol (Nichols || Goulding)
4dbb8da8e7 Merge pull request #227 from brennx0r/master
Minor edits
2016-08-24 09:39:28 -04:00
Carol (Nichols || Goulding)
849fa69dcc Merge pull request #225 from spastorino/readline
It's read_line not readline
2016-08-24 09:36:59 -04:00
Carol (Nichols || Goulding)
f8452503c1 Merge pull request #224 from spastorino/prelude
Fix prelude link
2016-08-24 09:35:45 -04:00
Carol (Nichols || Goulding)
8b4bc5c7fb Merge pull request #223 from spastorino/typo
Fix typo
2016-08-24 09:33:21 -04:00
Carol (Nichols || Goulding)
0638808caf Merge pull request #222 from spastorino/bullets
Use bullets instead of starting point 3 and 4 from nowhere
2016-08-24 09:32:47 -04:00
Carol (Nichols || Goulding)
59f62f8036 Merge pull request #221 from spastorino/executables
Executables are binary executable files
2016-08-24 09:31:48 -04:00
Carol (Nichols || Goulding)
9d9167ef75 Merge pull request #220 from spastorino/cargo_run
Explain cargo run as it is in cargo guides
2016-08-24 09:30:17 -04:00
brennx0r
81867cb5a7 Minor change to wording
For me, the font size was such that $s looked like $S; this minor
change is a little easier on the eyes and is less colloquial.
2016-08-23 22:09:53 -07:00
brennx0r
94702dbdda Minor styling change 2016-08-23 21:59:18 -07:00
brennx0r
a0916bd83a Adding Chrome commands to open index.html
Offering an example using Chrome to open index.html for those
who don't have Firefox installed.
2016-08-23 21:57:53 -07:00
Santiago Pastorino
c23cdb7acc Explain cargo run as it is in cargo guides 2016-08-23 23:15:36 -03:00
Santiago Pastorino
afd68beb8d Executables are binary executable files 2016-08-23 23:12:57 -03:00
Santiago Pastorino
538dfc2283 Use bullets instead of starting point 3 and 4 from nowhere 2016-08-23 23:08:53 -03:00
Santiago Pastorino
3b0f12aac7 Fix prelude link 2016-08-23 23:05:46 -03:00
Santiago Pastorino
4422586e54 It's read_line not readline 2016-08-23 23:02:23 -03:00
Santiago Pastorino
c1355d2464 Fix typo 2016-08-23 22:43:19 -03:00
Carol (Nichols || Goulding)
0cb911ae02 Merge pull request #216 from elahn/readability
improve readability
2016-08-23 08:52:09 -04:00
Carol (Nichols || Goulding)
dbc3d3a140 Clarify what happens with numeric type inference
Fixes #212.
2016-08-22 15:16:02 -04:00
Elahn Ientile
981fbf6fa7 improve readability 2016-08-23 04:04:07 +10:00
Carol (Nichols || Goulding)
c88a73688d Add missing derive debug
Fixes #171.
2016-08-22 12:17:15 -04:00
Carol (Nichols || Goulding)
c7856b81b8 Merge pull request #213 from ode79/patch-1
Fix typo in 'conditions'
2016-08-22 12:05:41 -04:00
Carol (Nichols || Goulding)
e64048c6b8 Match tense and remove more repetition 2016-08-22 12:04:02 -04:00
Carol (Nichols || Goulding)
bda3a6b1e9 Merge remote-tracking branch 'origin/pr/207' 2016-08-22 12:01:54 -04:00
Carol (Nichols || Goulding)
224a3eac55 Merge pull request #211 from k4rtik/patch-3
Add missing output line
2016-08-22 12:01:06 -04:00
Carol (Nichols || Goulding)
927e04c91b Merge pull request #210 from k4rtik/patch-2
Remove unnecessary exclamation
2016-08-22 12:00:05 -04:00
Carol (Nichols || Goulding)
8687b94bb8 Merge pull request #209 from jturner314/byte-literals
Clarify that there isn't a separate "byte type"
2016-08-22 11:57:50 -04:00
Carol (Nichols || Goulding)
001a5e8cde Merge pull request #208 from jturner314/array-length
Clarify that array length is set at *compile time*
2016-08-22 11:54:15 -04:00
Carol (Nichols || Goulding)
e4cbbf9b36 Add a bit about looking up words in api docs
Since I'm thinking we don't link to the docs in print.
2016-08-22 08:26:43 -04:00
ode79
9913ed0636 Fix typo in 'conditions' 2016-08-22 02:20:14 +01:00
Elahn Ientile
e4543286a0 Fix verbose explanation 2016-08-21 16:24:21 +10:00
Kartik Singhal
1490bc6b27 Add missing output line 2016-08-20 18:02:26 -07:00
Kartik Singhal
62a67f47fe Remove unnecessary exclamation
`match` is not a macro, is that '!' intentional? See line 37 where it seems more appropriate.
2016-08-20 16:57:38 -07:00
Jim Turner
d54586edff Move byte literal into integer types section
Byte literals are just a convenient way to write `u8` literals, so it
makes more sense to mention byte literals under the integer types
section than having a separate section for byte literals.
2016-08-20 19:06:26 -04:00
Jim Turner
4459492fcb Clarify that array length is set at *compile time*
The previous text indicated that array length was fixed at
declaration (as in C99). This change clarifies that Rust requires the
array length to be fixed at compile time.
2016-08-20 17:39:34 -04:00
Jim Turner
a95ac62c80 Clarify that there isn't a separate "byte type"
The text indicated that there was separate a "byte type" in Rust.
However, based on the Rust reference, byte literals are simply a more
convenient way to represent `u8` numbers and arrays of `u8` numbers.
This change clarifies that there is no separate "byte type".

Also, the text suggested that only ASCII characters could be represented
with byte literals; however, non-ASCII 8-bit values can be represented
using backslash escapes in byte literals. This change changes the
wording to "8-bit values".
2016-08-20 17:33:59 -04:00
Carol (Nichols || Goulding)
ba94ced602 Point to the installation page for people who don't want rustup
Fixes #178. Should have done this before shipping to nostarch, oh well.
2016-08-20 14:13:44 -04:00
Carol (Nichols || Goulding)
e2df7322cd Make two docs links relative
Fixes #131.
2016-08-20 14:09:31 -04:00
Carol (Nichols || Goulding)
7bfbc68a4f Changes shipped to nostarch 2016-08-19 2016-08-19 17:29:37 -04:00
Carol (Nichols || Goulding)
6b022d6972 Instead of having [TOC] in the source, put that in when we concat 2016-08-19 16:56:53 -04:00
Carol (Nichols || Goulding)
612f9bea87 Fix some bad links I made 2016-08-19 16:56:15 -04:00
Carol (Nichols || Goulding)
9daaaf7fb9 Add some error messages to make bad links easier to find
Yes, I know this affects performance since it has to do the formatting
even if the result succeeds, no, this does not need to be performant
2016-08-19 16:54:33 -04:00
Carol (Nichols || Goulding)
93c32ab3f2 Merge pull request #192 from rust-lang/resolve-nostarch-comments
Resolve nostarch comments
2016-08-19 16:41:45 -04:00
Carol (Nichols || Goulding)
258838921f Harken back to the definition that I moved earlier 2016-08-19 13:41:46 -04:00
Carol (Nichols || Goulding)
e63c645c76 Make Windows instructions correct and clearer
Fixes #196.
2016-08-19 13:41:46 -04:00