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

HIR: tracking issue for HIR-related things. #28139

Closed
nrc opened this issue Sep 1, 2015 · 7 comments
Closed

HIR: tracking issue for HIR-related things. #28139

nrc opened this issue Sep 1, 2015 · 7 comments
Labels
A-HIR Area: The high-level intermediate representation (HIR) metabug Issues about issues themselves ("bugs about bugs") T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@nrc
Copy link
Member

nrc commented Sep 1, 2015

Initial landing: #28138

@nrc nrc added the T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. label Sep 1, 2015
@nrc
Copy link
Member Author

nrc commented Sep 1, 2015

@eddyb
Copy link
Member

eddyb commented Sep 1, 2015

cc @rust-lang/compiler

@Manishearth
Copy link
Member

We may also want to reexport Ident and NodeId through HIR

@eddyb
Copy link
Member

eddyb commented Sep 3, 2015

@Manishearth Ident has the overhead of hygiene information, maybe we could use only Name in the HIR (or some sort of general interned string index Symbol - that's just a naming concern though).

And NodeId will probably be split into per-node-type IDs.

@Manishearth
Copy link
Member

Yeah, that works. Also we need to reexport Name, forgot about that one.

@nrc nrc added the A-HIR Area: The high-level intermediate representation (HIR) label Sep 14, 2015
@steveklabnik
Copy link
Member

Triage: this is a metabug. I updated some of @nrc's checkboxes from above.

@steveklabnik steveklabnik added the metabug Issues about issues themselves ("bugs about bugs") label Mar 8, 2017
@nikomatsakis
Copy link
Contributor

I think we can close this bug, the transition to HIR is effectively complete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-HIR Area: The high-level intermediate representation (HIR) metabug Issues about issues themselves ("bugs about bugs") T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

5 participants