Skip to content

rustc_driver: Allow running the compiler with a FileLoader #33217

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

Merged
merged 1 commit into from
Apr 28, 2016
Merged

rustc_driver: Allow running the compiler with a FileLoader #33217

merged 1 commit into from
Apr 28, 2016

Conversation

aochagavia
Copy link
Contributor

cc @nrc. I chose to implement this in such a way that it doesn't break anything. Please let me know if you want me to change anything.

@rust-highfive
Copy link
Contributor

r? @Aatch

(rust_highfive has picked a reviewer for you, use r? to override)

@aochagavia
Copy link
Contributor Author

r? @nrc

@rust-highfive rust-highfive assigned nrc and unassigned Aatch Apr 26, 2016
input_file_path,
descriptions,
cstore.clone(),
codemap);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: argument alignment

@nrc
Copy link
Member

nrc commented Apr 26, 2016

lgtm, r+ with the style nit addressed.

@aochagavia
Copy link
Contributor Author

@nrc Done 😄

@nrc
Copy link
Member

nrc commented Apr 27, 2016

@bors: r+

@bors
Copy link
Collaborator

bors commented Apr 27, 2016

📌 Commit 6c50c88 has been approved by nrc

@bors
Copy link
Collaborator

bors commented Apr 28, 2016

⌛ Testing commit 6c50c88 with merge 115c6c8...

bors added a commit that referenced this pull request Apr 28, 2016
rustc_driver: Allow running the compiler with a FileLoader

cc @nrc. I chose to implement this in such a way that it doesn't break anything. Please let me know if you want me to change anything.
@bors bors merged commit 6c50c88 into rust-lang:master Apr 28, 2016
@aochagavia aochagavia deleted the fileloader branch April 30, 2016 15:54
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.

5 participants