Skip to content

Rollup of 6 pull requests - #70288

Closed
Dylan-DPC-zz wants to merge 19 commits into
rust-lang:masterfrom
Dylan-DPC-zz:rollup-32ctb61
Closed

Rollup of 6 pull requests#70288
Dylan-DPC-zz wants to merge 19 commits into
rust-lang:masterfrom
Dylan-DPC-zz:rollup-32ctb61

Conversation

@Dylan-DPC-zz

Copy link
Copy Markdown

Successful merges:

Failed merges:

r? @ghost

Aaron1011and others added 19 commits March 20, 2020 11:20
Previously, we threw away the `Span` associated with a definition's
identifier when we encoded crate metadata, causing us to lose location
and hygiene information.
We now store the identifier's `Span` in the crate metadata.
When we decode items from the metadata, we combine
the name and span back into an `Ident`.
This improves the output of several tests, which previously had messages
suppressed due to dummy spans.
This is a prerequisite for rust-lang#68686, since throwing away a `Span` means
that we lose hygiene information.
…hewjasper
Increase verbosity when suggesting subtle code changes
Do not suggest changes that are actually quite small inline, to minimize the likelihood of confusion.
Fixrust-lang#69243.
…t, r=petrochenkov
Store idents for `DefPathData` into crate metadata
Previously, we threw away the `Span` associated with a definition's
identifier when we encoded crate metadata, causing us to lose location
and hygiene information.
We now store the identifier's `Span` in a side table, which gets encoded
into the crate metadata. When we decode items from the metadata, we
combine the name and span back into an `Ident`.
This improves the output of several tests, which previously had messages
suppressed due to dummy spans.
This is a prerequisite for rust-lang#68686, since throwing away a `Span` means
that we lose hygiene information.
handle ConstKind::Unresolved after monomorphizing
fixesrust-lang#70125
r? @bjorn3
…an-DPC
remove redundant closures (clippy::redundant_closure)
@Dylan-DPC-zz

Copy link
Copy Markdown
Author

@bors r+ rollup=never p=6

@bors

bors commented Mar 22, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit f063531 has been approved by Dylan-DPC

@borsbors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Mar 22, 2020
@Dylan-DPC-zzDylan-DPC-zz added the rollup A PR which is a rollup label Mar 22, 2020
@bors

bors commented Mar 23, 2020

Copy link
Copy Markdown
Collaborator

⌛ Testing commit f063531 with merge e2e5829e1855a511780c0f36b44831216a7e3b61...

@bors

bors commented Mar 23, 2020

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 Mar 23, 2020
@CentrilCentril closed this Mar 23, 2020
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.

9 participants

@Dylan-DPC-zz@bors@Centril@Aaron1011@LeSeulArtichaut@lcnr@matthiaskrgr@estebank@Dylan-DPC