Steve Klabnik
51a077d3fe
Merge pull request #232 from rust-lang/fix-build
...
Fix the build
2016-08-26 16:24:50 -04:00
Steve Klabnik
3a7317a6a8
Fix the build
...
We can't use the cache dir because cargo install doesn't really have a
way to say "make sure this is installed". If it is, then it errors out,
and you can force it to install, but then we're not using the cache.
2016-08-26 16:11:55 -04:00
Steve Klabnik
bcd04062b9
Merge pull request #230 from rust-lang/cache
...
Cache cargo output
2016-08-26 15:23:02 -04:00
Steve Klabnik
d09be121c2
Merge pull request #231 from rust-lang/remove-beta
...
remove beta from the build
2016-08-26 15:22:44 -04:00
Steve Klabnik
077d8d3571
remove beta from the build
...
A rust bug is currently preventing this from building, and https://github.com/rust-lang/book/pull/134 will move this to nightly-only for the time being.
2016-08-26 14:05:21 -04:00
Steve Klabnik
b1298264df
Cache cargo output
...
https://docs.travis-ci.com/user/caching/#Rust-Cargo-cache
2016-08-26 13:45:25 -04:00
Raymond Edwards
34cbd9e72a
Merge upstream/master
2016-08-25 13:37:38 -03:00
Raymond Edwards
7739f44133
remove_links.rs now removes links and link references marked as <\!-- ignore -->
2016-08-25 13:34:49 -03:00
Carol (Nichols || Goulding)
a2bc576183
Make the println text match the variable name
...
Whoops! Missed these when we renamed the variable.
Fixes #219 .
2016-08-25 11:56:58 -04:00
Carol (Nichols || Goulding)
8cb6aae049
Don't say we haven't seen double colon yet when we have
...
Fixes #217 .
2016-08-25 11:55:20 -04:00
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