]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-02-28 Scott OlsonWIP: Switching to a new byte-based value representation.
2016-02-25 Scott OlsonUpdate for changes in rustc master.
2016-02-19 Scott OlsonRemove old comments.
2016-02-19 Scott OlsonUpdate for changes in rustc master.
2016-02-10 Scott OlsonAdd note about usask research course.
2016-02-02 Scott OlsonAdd licenses and readme.
2016-01-15 Scott OlsonEnable a test that works now with rustc master.
2016-01-15 Scott OlsonDisable tests that fail on rustc master due to () rvalues.
2016-01-12 Scott OlsonUpdate for changes in rustc master.
2016-01-07 Scott OlsonMatch Terminators exhaustively.
2016-01-07 Scott OlsonUpdate for changed in Rust master.
2015-12-30 Scott OlsonIgnore generated MIR and PNG files.
2015-12-29 Scott OlsonAdd support for references.
2015-12-29 Scott OlsonUncomment other MyOption test.
2015-12-19 Scott OlsonUpdate for upstream addition of ItemKind.
2015-12-17 Scott OlsonAdd (commented) test for basic use of std::option:...
2015-12-17 Scott OlsonImplement cross-crate fn calls by loading Mir from...
2015-12-12 Scott OlsonIgnore generated documentation.
2015-12-12 Scott OlsonMove miri binary source into src/bin.
2015-12-12 Scott OlsonUpdate for changes in rustc.
2015-12-04 Scott OlsonUpdate for changes in rustc.
2015-11-22 Scott OlsonRestructure into separate binary and library.
2015-11-21 Scott OlsonIgnore graphviz debug output files.
2015-11-21 Scott OlsonAdd initial support for matching on enums.
2015-11-21 Scott OlsonSupport ADT aggregate rvalues and allocation.
2015-11-21 Scott OlsonRefactor push_stack_frame.
2015-11-21 Scott OlsonWrite fn call return values directly into an lvalue...
2015-11-20 Scott OlsonFix another long line.
2015-11-20 Scott OlsonFix an overlong line formatting issue.
2015-11-20 Scott OlsonRemove glob uses and slightly refactor.
2015-11-20 Scott OlsonRefactor stack frames and pointers in preparation for...
2015-11-20 Scott OlsonAdd a constant flag to enable and disable execution...
2015-11-19 Scott OlsonImplement SwitchInt (for some match expressions).
2015-11-19 Scott OlsonTest looping and recursive factorial.
2015-11-19 Scott OlsonImplement function calls.
2015-11-19 Scott OlsonHandle Goto, Panic, and If terminators properly.
2015-11-16 Scott OlsonAdd call frames to track offsets of values in the value...
2015-11-14 Scott OlsonFactor out lvalue evaluation and use a single value...
2015-11-13 Scott OlsonAdd a more complicated arithmetic test.
2015-11-12 Scott OlsonFactor out constant evaluation.
2015-11-12 Scott OlsonImplement unary operators for integers.
2015-11-12 Scott OlsonCheck actual vs. expected values.
2015-11-12 Scott OlsonImplement all binary operations on ints.
2015-11-12 Scott OlsonSort uses.
2015-11-12 Scott OlsonAdd more tests. Remove unecessary attributes.
2015-11-12 Scott OlsonAdd the interpreter from my rustc branch and hook it...