| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-01-15 | Add a test | Nick Cameron | -1/+1 | |
| And fix bustage in make check | ||||
| 2015-12-21 | Register new snapshots | Alex Crichton | -2/+1 | |
| Lots of cruft to remove! | ||||
| 2015-11-26 | fix tests & rustdoc | Ariel Ben-Yehuda | -3/+4 | |
| 2015-11-26 | make check works | Ariel Ben-Yehuda | -5/+11 | |
| 2015-11-26 | remove csearch from the rest of rustc | Ariel Ben-Yehuda | -0/+1 | |
| 2015-11-18 | MIR: Add pass that erases all regions right before trans | Michael Woerister | -1/+1 | |
| 2015-11-03 | Pass the mir map to trans | Niko Matsakis | -2/+2 | |
| 2015-10-21 | save-analysis: don't recompute crate name | Nick Cameron | -1/+1 | |
| 2015-10-09 | Misc fixups | Nick Cameron | -4/+5 | |
| 2015-09-17 | Changes to tests | Nick Cameron | -1/+1 | |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -4/+7 | |
| 2015-07-23 | Rewrite the improper_ctypes lint. | Eli Friedman | -2/+5 | |
| Makes the lint a bit more accurate, and improves the quality of the diagnostic messages by explicitly returning an error message. The new lint is also a little more aggressive: specifically, it now rejects tuples, and it recurses into function pointers. | ||||
| 2015-06-19 | rustc: enforce stack discipline on ty::ctxt. | Eduard Burtescu | -13/+14 | |
| 2015-06-19 | rustc: remove ownership of tcx from trans' context. | Eduard Burtescu | -2/+2 | |
| 2015-06-10 | syntax: move ast_map to librustc. | Eduard Burtescu | -1/+1 | |
| 2015-06-08 | Changes to LLVM `ExecutionEngine` wrapper | Murarth | -0/+249 | |
| * Removes `RustJITMemoryManager` from public API. This was really sort of an implementation detail to begin with. * `__morestack` is linked to C++ wrapper code and this pointer is used when resolving the symbol for `ExecutionEngine` code. * `__morestack_addr` is also resolved for `ExecutionEngine` code. This function is sometimes referenced in LLVM-generated code, but was not able to be resolved on Mac OS systems. * Added Windows support to `ExecutionEngine` API. * Added a test for basic `ExecutionEngine` functionality. | ||||
