Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement LLVM ExecutionEngine API #19750
Conversation
murarth
added some commits
Nov 24, 2014
This comment has been minimized.
This comment has been minimized.
|
r? @thestinger |
murarth
changed the title
Support for implementation of a Rust REPL
Implement LLVM ExecutionEngine API
Dec 12, 2014
This comment has been minimized.
This comment has been minimized.
|
Although adding a JIT and REPL is a big decision that we shouldn't make lightly, this groundwork looks pretty unobjectionable to me. Thanks. |
brson
added a commit
to brson/rust
that referenced
this pull request
Dec 12, 2014
brson
added a commit
to brson/rust
that referenced
this pull request
Dec 13, 2014
brson
added a commit
to brson/rust
that referenced
this pull request
Dec 14, 2014
brson
added a commit
to brson/rust
that referenced
this pull request
Dec 14, 2014
bors
added a commit
that referenced
this pull request
Dec 14, 2014
This comment has been minimized.
This comment has been minimized.
|
saw approval from brson |
This comment has been minimized.
This comment has been minimized.
|
merging murarth/rust/rusti-support = 04b4b50 into auto |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
fast-forwarding master to auto = b677746 |
bors
added a commit
that referenced
this pull request
Dec 15, 2014
bors
closed this
Dec 15, 2014
bors
merged commit 04b4b50
into
rust-lang:master
Dec 15, 2014
2 checks passed
continuous-integration/travis-ci
The Travis CI build passed
Details
default
all tests passed
murarth
deleted the
murarth:rusti-support
branch
Dec 15, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
murarth commentedDec 11, 2014
Makes a couple changes that support the implementation of a REPL:
phase_1_[...]instead of
compile_inputas the latter is not used in a REPL