Uh oh!
There was an error while loading. Please reload this page.
Rollup of 5 pull requests - #41226
Conversation
frewsxcv
commented
Apr 11, 2017
- Successful merges: Implement Manually Drop #40559, Fix block code headers parsing #41173, Convert HashMap to BTree in build-manifest #41202, Fixes incorrect formatting in array's documentation. #41204, Make sccache a bit quieter #41209
- Failed merges:
less intrinsics = better life
Implement Manually Drop As the RFC has been from approx a week in FCP without any major comments, I’m taking the opportunity to submit the PR early.
…ck-parsing, r=steveklabnik Fix block code headers parsing Fixesrust-lang#41167. r? @rust-lang/docs
Convert HashMap to BTree in build-manifest This is just for my peace of mind since it's important the output of this program be deterministic.
Fixes incorrect formatting in array's documentation. Changes - [`Clone`][clone] (only if `T: [Copy][copy]`) to - [`Clone`][clone] (only if `T: `[`Copy`](copy)) r? @steveklabnik
…richton Make sccache a bit quieter ...and remove the single mention of `SCCACHE_LOG_LEVEL` that would only take effect on Docker (i.e. Linux) builds since it had no effect anyway (because [`RUST_LOG` takes priority](https://github.com/mozilla/sccache/blob/ec10cdb2ddeb3dde9891bea1fa095e504a60a28a/src/main.rs#L124-L128)). r? @frewsxcv
rust-highfive
commented
Apr 11, 2017
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @alexcrichton (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
frewsxcv
commented
Apr 11, 2017
@bors r+ p=10 |
bors
commented
Apr 11, 2017
📌 Commit 5bda299 has been approved by |
bors
commented
Apr 11, 2017
⌛ Testing commit 5bda299 with merge 31f7ff3... |
bors
commented
Apr 11, 2017
💔 Test failed - status-travis |