Carol (Nichols || Goulding)
4e693aeaf1
Remove specialization
2017-03-28 14:42:38 -04:00
Carol (Nichols || Goulding)
f5ba063243
Tweak header
2017-03-28 14:42:38 -04:00
Carol (Nichols || Goulding)
d15ee5bd09
Justify why Rust doesn't have inheritance a bit more
2017-03-28 14:42:38 -04:00
Carol (Nichols || Goulding)
6777cde421
hold -> have
2017-03-28 14:42:38 -04:00
Carol (Nichols || Goulding)
6c24544ba7
A different direction
2017-03-28 14:42:38 -04:00
Carol (Nichols || Goulding)
2b277664d3
spelling
2017-03-28 14:42:37 -04:00
Steve Klabnik
aa2366e7aa
oop whatever
2017-03-28 14:42:37 -04:00
Carol (Nichols || Goulding)
5fb63b2598
Merge pull request #574 from evuez/consistent-directory-separators
...
Replace backward slashes with forward slashes in chapter 12
2017-03-28 12:25:50 -04:00
Steve Klabnik
7ff2010eba
Merge pull request #572 from caizixian/master
...
Add a link to a Rust related paper
2017-03-28 09:07:06 -04:00
evuez
f37ca0bbbe
Replace \ with / in chapter 12
...
It looks like the author of this chapter used Windows to run his code so
paths use backward slashes instead forward slashes.
Other chapters seems to use forward slashes so I thought it might be
better to keep it that way.
2017-03-28 11:04:39 +02:00
Ivan Cai
505a465667
Add link to “Rust as a Language for High Performance GC Implementation” to bibliography
2017-03-28 15:57:08 +11:00
steveklabnik
a2c56870d4
Add license to stable-check
...
so this passes upstream tidy
2017-03-27 17:38:57 -04:00
Steve Klabnik
fcabe433db
Merge pull request #571 from nrc/attrs
...
Update .gitattributes to treat docx and odt files as binaries
2017-03-27 16:03:45 -04:00
Nick Cameron
0aa6ba1a00
Update .gitattributes to treat docx and odt files as binaries
2017-03-28 08:26:42 +13:00
Steve Klabnik
e51c91acde
Merge pull request #567 from rust-lang/contribution-clarifications
...
Update contributing info
2017-03-27 12:55:39 -04:00
Steve Klabnik
f75428ccea
Merge pull request #570 from lise-henry/master
...
Fix footnote in macros.md (first edition)
2017-03-27 12:55:17 -04:00
Elisabeth Henry
7eb4469a00
Fix footnote in macros.md
...
By lacking an additional newline at the end, the footnote contained
the rest of the Markdown file. With mdbook it's not very visible
unless you inspect the HTML code, but it causes more problems for
export in other formats.
2017-03-27 16:52:11 +02:00
Carol (Nichols || Goulding)
62f78bb3f7
One more set
2017-03-27 10:35:59 -04:00
Carol (Nichols || Goulding)
b574715a1b
Remove unneeded square brackets
2017-03-27 10:35:19 -04:00
Carol (Nichols || Goulding)
ce245e0d17
Merge pull request #568 from asgs/patch-1
...
Update loops.md
2017-03-26 20:00:56 -04:00
A.S. Gowri Sankar
549270d4e6
Update loops.md
...
Changed few sentences for better clarity
2017-03-27 01:09:34 +05:30
Carol (Nichols || Goulding)
02f2fbb854
Update contributing info
2017-03-26 11:38:00 -04:00
Carol (Nichols || Goulding)
4f73538e5c
Merge pull request #565 from outkaj/master
...
Fixes #504 and #506
2017-03-25 09:45:19 -04:00
Carol (Nichols || Goulding)
37c252d980
Merge pull request #564 from mkfifo/master
...
Correcting first-edition github link
2017-03-25 09:43:26 -04:00
Jacqueline Outka
e5a987f5da
Fixes #506
2017-03-25 01:16:20 -04:00
Jacqueline Outka
5e0546f53c
Fixes #504
2017-03-25 01:12:57 -04:00
Chris Hall
8dc59a5439
Correcting first-edition github link
2017-03-25 13:23:31 +11:00
Carol (Nichols || Goulding)
1cd5398d23
Merge pull request #561 from outkaj/master
...
Fixes #499 , #505 , and #490
2017-03-24 20:09:43 -04:00
Jacqueline Outka
8785d69696
Fixes #490
2017-03-24 00:42:53 -04:00
Jacqueline Outka
64090418c2
Fixes #505
2017-03-24 00:41:10 -04:00
Jacqueline Outka
61bc1a4319
Fixes #499
2017-03-24 00:38:14 -04:00
Carol (Nichols || Goulding)
ca0e91e389
Merge pull request #560 from rust-lang/stable-in-nightly
...
Check that we don't use any unstable features.
2017-03-23 16:45:21 -04:00
steveklabnik
22279701ca
these are now unused
2017-03-23 15:34:23 -04:00
steveklabnik
3207d5d4a2
simplify errors
2017-03-23 14:50:20 -04:00
steveklabnik
59f76f1a29
Check that we don't use any unstable features.
...
We need to track Rust master, but don't want to cover unstable things.
As such, a new lint, `stable-check`, is added.
The second edition was already lint clean, but the first needed some
tweaks:
1. The closures chapter was showing off details of the closure traits,
so just don't do that.
2. The FFI chapter was using internal libc to compile the tests, so just
don't compile them anymore.
3. The compiler plugins chapter was vestigial and was moved to the
unstable book.
Fixes #558
2017-03-23 14:14:57 -04:00
Carol (Nichols || Goulding)
dba7772412
Merge pull request #556 from rust-lang/first-second-split
...
Update .github for first/second edition split
2017-03-23 13:04:07 -04:00
steveklabnik
569117c651
clarify our intentions and fix capitalization
2017-03-23 13:01:58 -04:00
Steve Klabnik
b92d23b992
Merge pull request #557 from rust-lang/fix-ci
...
Fix CI
2017-03-23 12:44:55 -04:00
steveklabnik
dacd9af2ff
only test on nightly
2017-03-23 12:31:32 -04:00
steveklabnik
c5976bbef0
add spelling to the dictionary
2017-03-23 12:06:16 -04:00
Steve Klabnik
fedd261aec
Merge pull request #540 from rust-lang/keywords
...
Fill in short definitons for keywords
2017-03-23 11:38:30 -04:00
steveklabnik
e90abc535d
Document field init shorthand
...
From RFC 1682.
This is an updated version of #405 .
cc https://github.com/rust-lang/rust/issues/39096
2017-03-23 11:17:19 -04:00
Steve Klabnik
888ea444f6
Merge pull request #550 from rust-lang/newest-features
...
Add Newest Features appendix section. Fixes #478
2017-03-23 11:08:42 -04:00
steveklabnik
9d558c4e5f
Update .github for first/second edition split
2017-03-23 10:55:42 -04:00
Carol (Nichols || Goulding)
fa2e43f405
Merge pull request #553 from shepmaster/no-inclusive-range
...
Inclusive ranges are not stable, don't tell people to use them
2017-03-22 13:49:44 -04:00
Jake Goulding
27602e47db
Inclusive ranges are not stable, don't tell people to use them
2017-03-22 10:52:10 -04:00
Carol (Nichols || Goulding)
ecc3adfe0c
Fix spelling
2017-03-22 09:25:23 -04:00
Carol (Nichols || Goulding)
f2eef19b3a
Unignore, remove hidden code in the doc test in the doc test
2017-03-22 09:20:00 -04:00
David Wickes
9adc7adc22
add "ignore" to the doc test example
2017-03-22 09:20:00 -04:00
David Wickes
3d371e84c1
uses the variable in the document test
2017-03-22 09:20:00 -04:00