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

some lib.rs refactoring #802

Merged
merged 1 commit into from
Jun 29, 2019
Merged

some lib.rs refactoring #802

merged 1 commit into from
Jun 29, 2019

Conversation

RalfJung
Copy link
Member

@RalfJung RalfJung commented Jun 29, 2019

Taken out of #799 so that we can land it now and resolve merge conflicts instead of dragging them along.

Splits lib.rs into machine.rs for the machine state and trait impl, and eval.rs for the main evaluator loop and setting up the initial stack frame.

@RalfJung
Copy link
Member Author

@bors r+

@bors
Copy link
Contributor

bors commented Jun 29, 2019

📌 Commit 67d3779 has been approved by RalfJung

@bors
Copy link
Contributor

bors commented Jun 29, 2019

⌛ Testing commit 67d3779 with merge 9e42475...

bors added a commit that referenced this pull request Jun 29, 2019
some lib.rs refactoring

Taken out of #799 so that we can land it now and resolve merge conflicts instead of dragging them along.

Splits lib.rs into machine.rs for the machine state and trait impl, and eval.rs for the main evaluator loop and setting up the initial stack frame.
@bors
Copy link
Contributor

bors commented Jun 29, 2019

☀️ Test successful - checks-travis, status-appveyor
Approved by: RalfJung
Pushing 9e42475 to master...

@bors bors merged commit 67d3779 into rust-lang:master Jun 29, 2019
@RalfJung RalfJung deleted the machine branch July 6, 2019 08:23
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.

2 participants