Uh oh!
There was an error while loading. Please reload this page.
Rollup of 3 pull requests - #67581
Closed
aidanhs wants to merge 9 commits into
Closed
Conversation
…Mark-Simulacrum Add LLVM `skip-rebuild` option to `x.py` This PR reimplements parts of @Walther's work from rust-lang#65848, and closesrust-lang#65612. I decided not to implement the [arguments to override this setting](rust-lang#65612 (comment)) in this PR. If there's strong feeling that this change shouldn't be merged without the overrides then I'm happy to close this until I've had a chance to add them in. Otherwise I'll aim to submit a second PR with those this weekend. I'd have liked to have tested the change in `native.rs`, but there didn't seem to be any existing test infrastructure. I ran this a few times manually and it _worked on my machine_ though... 😬
reuse `capacity` variable in slice::repeat None
aidanhs
commented
Dec 24, 2019
ContributorAuthor
@bors r+ p=101 rollup=never |
bors
commented
Dec 24, 2019
Collaborator
📌 Commit ac9b4d4 has been approved by |
bors
commented
Dec 24, 2019
Collaborator
🌲 The tree is currently closed for pull requests below priority 100, this pull request will be tested once the tree is reopened |
bors
commented
Dec 24, 2019
Collaborator
⌛ Testing commit ac9b4d4 with merge b8cdaf202343f74ef973db268d2283637ad1ed65... |
rust-highfive
commented
Dec 24, 2019
Contributor
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
bors
commented
Dec 24, 2019
Collaborator
💔 Test failed - checks-azure |
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.
Successful merges:
skip-rebuildoption tox.py#67437 (Add LLVMskip-rebuildoption tox.py)capacityvariable in slice::repeat #67576 (reusecapacityvariable in slice::repeat)Failed merges:
r? @ghost