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

move ConstVal -> ValueRef translation to trans::consts #30265

Merged
merged 1 commit into from
Dec 11, 2015

Conversation

oli-obk
Copy link
Contributor

@oli-obk oli-obk commented Dec 8, 2015

r? @nagisa

I'm going to need the ConstVal -> ValueRef translation to start removing trans/consts piece by piece. If you need anything implemented in the translation, feel free to assign an issue to me.

@nagisa
Copy link
Member

nagisa commented Dec 8, 2015

It generally sounds good to me, but I’ve no r-rights, so you’ll have to pick somebody else to review :)

@oli-obk
Copy link
Contributor Author

oli-obk commented Dec 8, 2015

whoops ^^

r? @pnkfelix

@pnkfelix
Copy link
Member

@bors r+ 9a63bb6 rollup

bors added a commit that referenced this pull request Dec 11, 2015
r? @nagisa

I'm going to need the `ConstVal` -> `ValueRef` translation to start removing trans/consts piece by piece. If you need anything implemented in the translation, feel free to assign an issue to me.
@bors
Copy link
Collaborator

bors commented Dec 11, 2015

⌛ Testing commit 9a63bb6 with merge 81dd382...

@bors bors merged commit 9a63bb6 into rust-lang:master Dec 11, 2015
@oli-obk oli-obk deleted the const_val_trans branch December 11, 2015 10:28
nagisa added a commit to nagisa/rust that referenced this pull request Dec 28, 2015
This moves back (essentially reverts rust-lang#30265) into MIR-specific translation code, but keeps the
funcition split out, since it is expected to eventually become recursive.
bors added a commit that referenced this pull request Dec 31, 2015
This moves back (essentially reverts #30265) into MIR-specific translation code, but keeps the
funcition split out, since it is expected to eventually become recursive.

Fixes #29572

cc @oli-obk
nagisa added a commit to nagisa/rust that referenced this pull request Dec 31, 2015
…mana

This moves back (essentially reverts rust-lang#30265) into MIR-specific translation code, but keeps the
funcition split out, since it is expected to eventually become recursive.

Fixes rust-lang#29572

cc @oli-obk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants