Commit Graph

1017 Commits

Author SHA1 Message Date
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
Carol (Nichols || Goulding)
b0126e2c97 Small tweaks to things I wanted to change while reading through again 2016-08-19 13:41:46 -04:00
Carol (Nichols || Goulding)
ed94e466db Lines that start with a number and a period are becoming <ol>s
I think this is a bug in the markdown implementation; I would expect
this to only happen if there was an empty line before the line starting
with "#.". Will report, but I just reworded it so the numbers don't land
that way for now.
2016-08-19 13:40:36 -04:00
Carol (Nichols || Goulding)
a95f40c5af Make a note consistent with the other notes using a blockquote 2016-08-19 13:40:36 -04:00
Carol (Nichols || Goulding)
b3eceda9e4 Fix some links I broke 2016-08-19 13:40:36 -04:00
Carol (Nichols || Goulding)
279cfd75c3 Fix word wrapping 2016-08-19 13:40:36 -04:00
Carol (Nichols || Goulding)
049ec71eb5 Resolve comments and changes that I edited considerably after applying 2016-08-19 13:40:13 -04:00
Carol (Nichols || Goulding)
924e4932e8 Take wording suggestions from nostarch
With a few further small tweaks.
2016-08-19 13:31:14 -04:00
Carol (Nichols || Goulding)
9a46cdd458 Write down stylistic things we should be doing throughout
So that we can make sure we're consistent.
2016-08-19 13:24:22 -04:00
Carol (Nichols || Goulding)
1b4c0611c7 Remove some main wrappings; other examples in this file don't have it 2016-08-19 13:20:41 -04:00
Carol (Nichols || Goulding)
a505ae2fbd Add a missing rust syntax annotation 2016-08-19 13:20:41 -04:00
Carol (Nichols || Goulding)
2b87c56f35 Fix a newline that should have been hidden 2016-08-19 13:20:41 -04:00
Carol (Nichols || Goulding)
2e76ef730b Add Filename annotations where appropriate
Fixes #190.
2016-08-19 13:20:24 -04:00
Carol (Nichols || Goulding)
b6165b32b9 Change single quotes in prose to italics or double quotes 2016-08-19 11:37:00 -04:00
Carol (Nichols || Goulding)
c71825cea0 Merge pull request #202 from ykomatsu/enum
Fix a typo
2016-08-19 10:41:53 -04:00
Carol (Nichols || Goulding)
11cb24bb2a Fix a few more places where stdout text should be bash highlighting
Fixes #139.
2016-08-19 10:36:50 -04:00