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 3 pull requests #57938

Closed
wants to merge 8 commits into from
Closed

Rollup of 3 pull requests #57938

wants to merge 8 commits into from

Conversation

Centril
Copy link
Contributor

@Centril Centril commented Jan 27, 2019

Successful merges:

Failed merges:

r? @ghost

davidtwco and others added 8 commits January 27, 2019 13:35
This commit extends existing suggestions to prefix unused variable
bindings in match arms with an underscore so that it applies to all
patterns in a match arm.
Simplify `ConstValue::ScalarPair`

While looking at rust-lang#57432 I realized that some of our types for representing constants are very big. This reduces `LazyConst` to 3/4th of its original size and simplifies some code around slices at the same time.

r? @RalfJung
Conditionally skip two passes if their related attributes were not found
Unused variable suggestions apply on all patterns.

Fixes rust-lang#56685.

This PR extends existing suggestions to prefix unused variable bindings in match arms with an underscore so that it applies to all patterns in a match arm.

r? @estebank
cc @alexcrichton (since you filed the issue)
@Centril
Copy link
Contributor Author

Centril commented Jan 27, 2019

@bors r+ p=3

@bors
Copy link
Contributor

bors commented Jan 27, 2019

📌 Commit 843d50f has been approved by Centril

@bors bors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Jan 27, 2019
@bors
Copy link
Contributor

bors commented Jan 27, 2019

⌛ Testing commit 843d50f with merge 0099a1534e04a1b2440ac8f72ff660e709d733c2...

@bors
Copy link
Contributor

bors commented Jan 28, 2019

💔 Test failed - status-appveyor

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Jan 28, 2019
@Centril Centril closed this Jan 28, 2019
@Centril Centril deleted the rollup branch January 28, 2019 00:41
@Centril Centril added the rollup A PR which is a rollup label Oct 24, 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 S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants