-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Rollup of 3 pull requests #67581
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Rollup of 3 pull requests #67581
Conversation
…Mark-Simulacrum Add LLVM `skip-rebuild` option to `x.py` This PR reimplements parts of @Walther's work from rust-lang#65848, and closes rust-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
@bors r+ p=101 rollup=never |
📌 Commit ac9b4d4 has been approved by |
🌲 The tree is currently closed for pull requests below priority 100, this pull request will be tested once the tree is reopened |
⌛ Testing commit ac9b4d4 with merge b8cdaf202343f74ef973db268d2283637ad1ed65... |
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 |
💔 Test failed - checks-azure |
Successful merges:
skip-rebuild
option tox.py
#67437 (Add LLVMskip-rebuild
option tox.py
)capacity
variable in slice::repeat #67576 (reusecapacity
variable in slice::repeat)Failed merges:
r? @ghost