-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Rename HAIR to THIR (Typed HIR). #74582
Conversation
Probably a better name, I admit. We probably will want to update the rustc-dev-guide too (cc @rust-lang/wg-rustc-dev-guide). I'm not sure whether this ought to merit an MCP (cc @rust-lang/compiler, thoughts?). |
I still regret the HAIR loss... |
IMHO we can do without one here. HAIR is a comparatively obscure internal representation not many interact with or will have an opinion about. |
☔ The latest upstream changes (presumably #74710) made this pull request unmergeable. Please resolve the merge conflicts. |
Judging by the reactions to @nagisa's comment, it seems like most of the compiler team is in favor of this change. I think this can be r+'d after a rebase. |
☔ The latest upstream changes (presumably #74957) made this pull request unmergeable. Please resolve the merge conflicts. |
r? @wesleywiser |
@bors r+ |
📌 Commit b9ac3f3 has been approved by |
Rename HAIR to THIR (Typed HIR). r? @nikomatsakis Originally suggested by @eddyb
☔ The latest upstream changes (presumably #65989) made this pull request unmergeable. Please resolve the merge conflicts. |
@bors r=nikomatsakis rollup=never p=1 (somewhat prone to conflict) |
📌 Commit 40e6dcc has been approved by |
☀️ Test successful - checks-actions, checks-azure |
r? @nikomatsakis
Originally suggested by @eddyb