rust/src/librustc_driver
bors b677746b1e auto merge of #19750 : murarth/rust/rusti-support, r=brson
Makes a couple changes that support the implementation of a REPL:

* Implementation of wrapper code for LLVM ExecutionEngine API
* Fixing a change I made earlier to reset compiler state in `phase_1_[...]`
  instead of `compile_input` as the latter is not used in a REPL
2014-12-15 08:32:45 +00:00
..
driver.rs auto merge of #19750 : murarth/rust/rusti-support, r=brson 2014-12-15 08:32:45 +00:00
lib.rs Mostly rote conversion of proc() to move|| (and occasionally Thunk::new) 2014-12-14 04:21:56 -05:00
mod.rs Separate the driver into its own crate that uses trans, typeck. 2014-12-04 10:04:52 -05:00
pretty.rs librustc_driver: use unboxed closures 2014-12-13 17:03:48 -05:00
test.rs Rename FnStyle trait to Unsafety. 2014-12-14 11:11:55 -05:00