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

[beta] Rollup backports #54750

Merged
merged 5 commits into from
Oct 2, 2018
Merged

[beta] Rollup backports #54750

merged 5 commits into from
Oct 2, 2018

Conversation

pietroalbini
Copy link
Member

Merged and approved:

r? @ghost

eddyb and others added 5 commits October 2, 2018 14:16
Before this two macros with same name would be indistinguishable inside a
`FileName`.  This caused a bug in incremental compilation (see rust-lang#53097) since
two different macros would map out to the same `StableFilemapId`.

Fixes rust-lang#53097.
…lutions

Derive helpers conflict currently conflict with anything else, so if some resolution from a single import appears later, it will result in error anyway
@pietroalbini
Copy link
Member Author

@bors r+ p=10

@bors
Copy link
Contributor

bors commented Oct 2, 2018

📌 Commit 2280d59 has been approved by pietroalbini

@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 Oct 2, 2018
@bors
Copy link
Contributor

bors commented Oct 2, 2018

⌛ Testing commit 2280d59 with merge 3889530...

bors added a commit that referenced this pull request Oct 2, 2018
[beta] Rollup backports

Merged and approved:

* #54650: Don't lint non-extern-prelude extern crate's in Rust 2018.
* #54338: Use full name to identify a macro in a `FileName`.
* #54518: resolve: Do not block derive helper resolutions on single import resolutions
* #54581: Accept trailing comma in `cfg_attr`

r? @ghost
@bors
Copy link
Contributor

bors commented Oct 2, 2018

💥 Test timed out

@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 Oct 2, 2018
@pietroalbini
Copy link
Member Author

@bors retry

Travis didn't send the status update...

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 2, 2018
@bors
Copy link
Contributor

bors commented Oct 2, 2018

⌛ Testing commit 2280d59 with merge 87e1957...

bors added a commit that referenced this pull request Oct 2, 2018
[beta] Rollup backports

Merged and approved:

* #54650: Don't lint non-extern-prelude extern crate's in Rust 2018.
* #54338: Use full name to identify a macro in a `FileName`.
* #54518: resolve: Do not block derive helper resolutions on single import resolutions
* #54581: Accept trailing comma in `cfg_attr`

r? @ghost
@bors
Copy link
Contributor

bors commented Oct 2, 2018

☀️ Test successful - status-appveyor, status-travis
Approved by: pietroalbini
Pushing 87e1957 to beta...

@bors bors merged commit 2280d59 into rust-lang:beta Oct 2, 2018
@Centril Centril added the rollup A PR which is a rollup label Oct 2, 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-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants