Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rollup of 6 pull requests #37039

Merged
merged 13 commits into from
Oct 8, 2016
Merged

Rollup of 6 pull requests #37039

merged 13 commits into from
Oct 8, 2016

Conversation

wesleywiser and others added 13 commits October 7, 2016 09:53
This involves hacking the code used to run cargo test on various
packages, because it reads Cargo.lock to determine which packages should
be tested. This change implements a blacklist, since that will catch new
crates when they are added in the future.
Some of the doc tests depend on `extern crate test`, so depend on libtest
instead of libstd here.
This updates the commit to use workspaces to use `cargo metadata` instead of
hardcoded lists about what to test. This should help us be resilient to updates
in the future on behalf of the crate DAG and minimize the amount of files that
need to be touched.
Fix documentation for `write!` on `std::fmt` page

Fixes rust-lang#36906
Leverage Cargo workspaces in rustbuild

This is a continuation of rust-lang#36032 which implements the change to use `cargo metadata` to learn about the crate graph.
rustbuild: Fix dependencies of check-docs step

Some of the doc tests depend on `extern crate test`, so depend on libtest
instead of libstd here.
…=alexcrichton

rewrite checked_{div,rem} to no contain any reference to panics

even without optimizations

r? @alexcrichton
…lexcrichton

Fix a typo in a comment describing gcc.rs's eh_frame_registry module

s/reigster/register/

r? @alexcrichton
Do not add an empty #[derive()] list in expand_derive (fixes rust-lang#37033)
@rust-highfive
Copy link
Collaborator

r? @aturon

(rust_highfive has picked a reviewer for you, use r? to override)

@Manishearth
Copy link
Member Author

@bors r+ p=10

@bors
Copy link
Contributor

bors commented Oct 8, 2016

📌 Commit 69f4126 has been approved by Manishearth

@bors
Copy link
Contributor

bors commented Oct 8, 2016

⌛ Testing commit 69f4126 with merge 4344f14...

bors added a commit that referenced this pull request Oct 8, 2016
Rollup of 6 pull requests

- Successful merges: #36937, #37016, #37028, #37029, #37031, #37034
- Failed merges: #37027
@bors bors merged commit 69f4126 into rust-lang:master Oct 8, 2016
@Centril Centril added the rollup A PR which is a rollup label Oct 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rollup A PR which is a rollup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants