Uh oh!
There was an error while loading. Please reload this page.
Rollup of 7 pull requests - #46538
Merged
Merged
Conversation
They set all lints currently on the warning level to `deny` or `forbid`, respectively.
This page currently links to an old wiki page in rust-lang/rust-wiki-backup. There is a more up-to-date page in-tree so I changed the link to point there so new contributors can find it more easily.
Fixesrust-lang#42725 or at least, this is the best we can really do. rust-lang#35946 is tracking better errors already, so that should cover the other part of it.
Clarify what `-D warnings` or `-F warnings` does They set all lints currently on the warning level to `deny` or `forbid`, respectively.
Fix use of rand in liballoc benches
…avus Mention the name of ? in Result's docs Fixesrust-lang#42725 or at least, this is the best we can really do. rust-lang#35946 is tracking better errors already, so that should cover the other part of it.
…Sushi Document behavior of `ptr::swap` with overlapping regions of memory. Fixesrust-lang#44479.
Update old link The CONTRIBUTING.md page currently links to an old wiki page in rust-lang/rust-wiki-backup. There is a more up-to-date page in-tree so I changed the link to point there so new contributors can find it more easily.
…, r=QuietMisdreavus Improve search style Fixesrust-lang#46494. r? @QuietMisdreavus
Give compile_error macro examples I cannot get Rust to build at all with it complaining about GCC not being a valid C compiler or something, so letting TravisCI be my tester... Fixesrust-lang#46171
rust-highfive
commented
Dec 6, 2017
Contributor
Some changes occurred in HTML/CSS. |
rust-highfive
commented
Dec 6, 2017
Contributor
r? @KodrAus (rust_highfive has picked a reviewer for you, use r? to override) |
frewsxcv
commented
Dec 6, 2017
ContributorAuthor
@bors r+ p=10 |
bors
commented
Dec 6, 2017
Collaborator
📌 Commit bb239e2 has been approved by |
bors
commented
Dec 6, 2017
Collaborator
bors added a commit
that referenced
this pull request
Dec 6, 2017
bors
commented
Dec 6, 2017
Collaborator
☀️ Test successful - status-appveyor, status-travis |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
-D warningsor-F warningsdoes #46136, Fix use of rand in liballoc benches #46378, Mention the name of ? in Result's docs #46431, Document behavior ofptr::swapwith overlapping regions of memory. #46483, Update old link #46495, Improve search style #46502, Give compile_error macro examples #46512