Uh oh!
There was an error while loading. Please reload this page.
Rollup of 5 pull requests - #69235
Closed
Dylan-DPC-zz wants to merge 10 commits into
Closed
Conversation
The main improvement is to make `last` no longer recursive.
…ow554 recursion_limit parsing handles overflows This PR adds overflow handling to `#![recursion_limit]` attribute parsing. If parsing the given value results in an `IntErrorKind::Overflow`, then the recursion_limit is set to `usize::max_value()`. closesrust-lang#67265
Simplify `Skip::nth` and `Skip::last` implementations The main improvement is to make `last` no longer recursive.
macOS: avoid calling pthread_self() twice
Do not ICE when encountering `yield` inside `async` block Fixrust-lang#67158.
… r=Dylan-DPC Ignore GDB versions with broken str printing. https://sourceware.org/bugzilla/show_bug.cgi?id=22236
Dylan-DPC-zz
commented
Feb 17, 2020
Author
@bors r+ p=5 rollup=never |
bors
commented
Feb 17, 2020
Collaborator
📌 Commit 386b494 has been approved by |
bors
commented
Feb 17, 2020
Collaborator
⌛ Testing commit 386b494 with merge 096100359173be3c634ad7a01f1b64b448eac8fc... |
bors
commented
Feb 17, 2020
Collaborator
💔 Test failed - checks-azure |
Dylan-DPC-zz
commented
Feb 17, 2020
Author
@bors retry |
bors
commented
Feb 17, 2020
Collaborator
⌛ Testing commit 386b494 with merge be0c6e6d79e248ea43c16266e5b5fe78042b72d0... |
bors
commented
Feb 18, 2020
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::nthandSkip::lastimplementations #68597 (SimplifySkip::nthandSkip::lastimplementations)yieldinsideasyncblock #69175 (Do not ICE when encounteringyieldinsideasyncblock)Failed merges:
r? @ghost