Commit Graph

1545 Commits

Author SHA1 Message Date
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
Carol (Nichols || Goulding)
e860b59c1d Merge pull request #551 from outkaj/master
Fixes #501 and #500
2017-03-22 09:12:52 -04:00
Carol (Nichols || Goulding)
28a1666c64 Make some tweaks to the deref explanation 2017-03-22 09:09:52 -04:00
Carol (Nichols || Goulding)
ef3f800cb0 Merge remote-tracking branch 'origin/pr/543' 2017-03-22 08:52:53 -04:00
Carol (Nichols || Goulding)
2d448d8eb1 Tweaks to crate and Self 2017-03-22 08:51:27 -04:00
Jacqueline Outka
c1b95a18db Fixes 500 2017-03-22 01:07:13 -04:00
Jacqueline Outka
6fc32eabcd Fixes #501 2017-03-22 00:49:43 -04:00
Carol (Nichols || Goulding)
120c1c1d2c Fix spelling of implementer 2017-03-21 21:33:52 -04:00
Carol (Nichols || Goulding)
d643bbdc69 Add Newest Features appendix section. Fixes #478 2017-03-21 21:32:11 -04:00
Carol (Nichols || Goulding)
4de7a361ca Wording tweaks in keyword explanations 2017-03-21 21:25:55 -04:00
Carol (Nichols || Goulding)
6f7a720c2e Move all crates reserved for future use to the end 2017-03-21 21:16:39 -04:00
Carol (Nichols || Goulding)
df2faed2c2 Add more places you can't use keywords
Also reorder by likelihood of encountering, ish.
2017-03-21 21:16:12 -04:00
Carol (Nichols || Goulding)
9bd223ca40 Merge pull request #549 from petrochenkov/patch-1
Fix failing tidy
2017-03-21 21:07:05 -04:00