Skip to content

Rollup of 6 pull requests - #66604

Closed
Centril wants to merge 32 commits into
rust-lang:masterfrom
Centril:rollup-4ekqfld
Closed

Rollup of 6 pull requests#66604
Centril wants to merge 32 commits into
rust-lang:masterfrom
Centril:rollup-4ekqfld

Conversation

@Centril

Copy link
Copy Markdown
Contributor

Successful merges:

Failed merges:

r? @ghost

csmoeand others added 30 commits November 11, 2019 21:37
The wasm targets don't support gdb anyway so there's no need for this
section there.
Suggest to add lifetime constraint at explicit ouput of functions
Closesrust-lang#62097
Add a proc-macro to derive HashStable in librustc dependencies
A second proc-macro is added to derive HashStable for crates librustc depends on.
This proc-macro HashStable_Generic (to bikeshed) allows to decouple code and some librustc's boilerplate.
Not everything is migrated, because `Span` and `TokenKind` require to be placed inside librustc.
Types using them stay there too.
Split out of rust-lang#66279
r? @Zoxc
Reduce size of `hir::Expr` by boxing more of `hir::InlineAsm`
r? @oli-obk
Disable gdb pretty printer global section on wasm targets
The wasm targets don't support gdb anyway so there's no need for this
section there.
…aumeGomez
Revert "Update Source Code Pro and include italics"
This reverts commit ea9519b.
@CentrilCentril added the rollup A PR which is a rollup label Nov 21, 2019
@Centril

Copy link
Copy Markdown
ContributorAuthor

@bors r+ p=6 rollup=never

@bors

bors commented Nov 21, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit 17c32bf has been approved by Centril

@borsbors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Nov 21, 2019
@bors

bors commented Nov 21, 2019

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 17c32bf with merge edb1070caadb14dd6b5df690441a0c4bb3d9108e...

@bors

bors commented Nov 21, 2019

Copy link
Copy Markdown
Collaborator

💔 Test failed - checks-azure

@borsbors 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 Nov 21, 2019
@CentrilCentril closed this Nov 21, 2019
@Centril
Centril deleted the rollup-4ekqfld branch November 21, 2019 14:27
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rollupA PR which is a rollupS-waiting-on-reviewStatus: Awaiting review from the assignee but also interested parties.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@Centril@bors@csmoe@RalfJung@cjgillot@alexcrichton@GuillaumeGomez