Improve the librustc on-demand/query API ergonomics. by eddyb · Pull Request #41504 · rust-lang/rust (original) (raw)

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 andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation5 Commits3 Checks0 Files changed

Conversation

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

[ Show hidden characters]({{ revealButtonHref }})

eddyb

Queries are now performed through these two forms:

Several queries were renamed to work better as method names, i.e. by suffixing with _of.

r? @nikomatsakis

nikomatsakis

@nikomatsakis

@bors

📌 Commit decf759 has been approved by nikomatsakis

frewsxcv added a commit to frewsxcv/rust that referenced this pull request

Apr 24, 2017

@frewsxcv

Improve the librustc on-demand/query API ergonomics.

Queries are now performed through these two forms:

Several queries were renamed to work better as method names, i.e. by suffixing with _of.

r? @nikomatsakis

frewsxcv added a commit to frewsxcv/rust that referenced this pull request

Apr 24, 2017

@frewsxcv

Improve the librustc on-demand/query API ergonomics.

Queries are now performed through these two forms:

Several queries were renamed to work better as method names, i.e. by suffixing with _of.

r? @nikomatsakis

@eddyb

@bors p=1 Let's merge this before it breaks!

@bors

bors added a commit that referenced this pull request

Apr 26, 2017

@bors

Improve the librustc on-demand/query API ergonomics.

Queries are now performed through these two forms:

Several queries were renamed to work better as method names, i.e. by suffixing with _of.

r? @nikomatsakis

@bors

This was referenced

Apr 26, 2017

@eddyb eddyb deleted the query-api branch

April 26, 2017 12:40