| Age | Commit message (Expand) | Author |
| 2017-08-24 | Avoid re-typechecking after rewriting passes | Thomas Bauereiss |
| 2017-08-24 | Add some missing type annotations | Thomas Bauereiss |
| 2017-08-23 | Started work on an undefined literal removal pass for the ocaml | Alasdair Armstrong |
| 2017-08-22 | Type quantification elimination working for hexapod spec | Alasdair Armstrong |
| 2017-08-22 | More work on quantifier elimination | Alasdair Armstrong |
| 2017-08-21 | More work on quantifier elimination pass | Alasdair Armstrong |
| 2017-08-21 | Modified sizeof rewriting pass so it can correctly deal with existentials. | Alasdair Armstrong |
| 2017-08-18 | Fixed a bug where sizeof re-writing fail for aliased type arguments | Alasdair Armstrong |
| 2017-08-17 | Work on E_constraint removal pass and diagnosing bugs in E_sizeof removal pass | Alasdair Armstrong |
| 2017-08-17 | Add E_constraint support to re-writer | Alasdair Armstrong |
| 2017-08-17 | Various sail fixes for ASL hexapod | Alasdair Armstrong |
| 2017-08-15 | Improve and simplify handling of mutable local variables | Thomas Bauereiss |
| 2017-08-10 | Add support for early return to Lem backend | Thomas Bauereiss |
| 2017-08-08 | Various fixes and improvements for the Lem pretty-printing | Thomas Bauereiss |
| 2017-08-02 | Improve pretty-printing of register declaration and assignment | Thomas Bauereiss |
| 2017-08-02 | Add debugging option to dump AST after rewriting steps | Thomas Bauereiss |
| 2017-08-01 | Fix some effect propagation bugs in rewriter | Thomas Bauereiss |
| 2017-07-27 | Rewrite guarded patterns for Lem backend | Thomas Bauereiss |
| 2017-07-27 | Add cons patterns to pretty-printers | Thomas Bauereiss |
| 2017-07-26 | Improve rewriting of sizeof expressions | Thomas Bauereiss |
| 2017-07-25 | Add partial support for rewriting of sizeof expressions | Thomas Bauereiss |
| 2017-07-24 | Added cons patterns to sail | Alasdair Armstrong |
| 2017-07-21 | Everything moved to new typechecker | Alasdair Armstrong |
| 2017-07-21 | Switch to new typechecker (almost) | Thomas Bauereiss |
| 2017-07-12 | Add checks for variable identifiers in pattern subsumption | Thomas Bauereiss |
| 2017-07-03 | Cleanup, and add support for variable bindings in bitvector patterns | Thomas Bauereiss |
| 2017-06-29 | Rewrite bitvector patterns | Thomas Bauereiss |
| 2017-03-24 | Checkpoint work-in-progress mips sequential interpreter using ocaml shallow e... | Robert Norton |
| 2017-03-24 | changes to ocaml pp to allow mips->ocaml to compile | Robert Norton |
| 2017-02-03 | fix headers | Peter Sewell |
| 2016-11-08 | fixes | Christopher Pulte |
| 2016-10-27 | more shallow embedding fixes | Christopher Pulte |
| 2016-10-26 | shallow embedding fixes | Christopher Pulte |
| 2016-10-13 | make sail-to-lem rewriting passes use dependency analysis, make dependency an... | Christopher Pulte |
| 2016-10-10 | changed the way registers/register fields work, fixes, nicer names for new le... | Christopher Pulte |
| 2016-09-26 | nicer lem output: fewer unnecessary letbinds, monad binds and returns | Christopher Pulte |
| 2016-09-25 | nicer lem output: no more unecessary 'unit' returns if if-expressions, for-lo... | Christopher Pulte |
| 2016-09-24 | nicer lem output: fewer unecessary 'return's | Christopher Pulte |
| 2016-09-19 | sail-to-lem progress | Christopher Pulte |
| 2016-09-16 | fix | Christopher Pulte |
| 2016-09-16 | make vector concatenation pattern removal deal with vector patterns of unknow... | Christopher Pulte |
| 2016-09-07 | push some lem pp changes | Christopher Pulte |
| 2016-08-14 | Start adding form for (a,b,c) := foo() | Kathy Gray |
| 2016-08-10 | Fix sizeof code generation to look at parameter bounds | Kathy Gray |
| 2016-07-23 | Add a return exp form to Sail, supported in type checker and in interpreter. | Kathy Gray |
| 2016-07-20 | Make rewriter understand type abbreviations for removing internal_exp instances | Kathy Gray |
| 2016-05-27 | Add sizeof to sail. Documentation to follow | Kathy Gray |
| 2016-03-02 | Add new language feature to permit definitions of items of kind Nat, etc as w... | Kathy Gray |
| 2016-01-26 | move closer to power.sail -> power.ml output | Kathy Gray |
| 2016-01-21 | Start splitting values/etc into int/big_int for ocaml generation | Kathy Gray |