| Commit message (Expand) | Author | Age |
* | Introduced new datatype update syntax: D.(f := E) | leino | 2015-10-23 |
* | Parsing and pretty printing of the new "existential guards" of the two kinds ... | leino | 2015-10-03 |
* | Only print extraneous comments if asked. | Michael Lowell Roberts | 2015-09-17 |
* | Merge. | Clément Pit--Claudel | 2015-08-19 |
|\ |
|
* | | Refactor calls to 'new CallCmd' and clear a few FIXMEs | Clément Pit--Claudel | 2015-08-18 |
* | | Review preceding commit with Rustan | Clément Pit--Claudel | 2015-08-17 |
* | | Start committing split quantifiers | Clément Pit--Claudel | 2015-08-14 |
| * | Change the induction heuristic for lemmas to also look in precondition for cl... | leino | 2015-08-12 |
| * | Bug fixes and improvements in pretty printing | leino | 2015-08-11 |
| * | Disallow user-defined attributes that begin with an underscore | leino | 2015-08-11 |
| * | Moved discovery of induction variables into a Rewriter. | leino | 2015-08-11 |
| * | Added routine OneAttributeToString to pretty printer | leino | 2015-08-10 |
|/ |
|
* | Small refactoring of Printer.cs | Clément Pit--Claudel | 2015-07-06 |
* | Add an infinite set collection type. | qunyanm | 2015-05-29 |
* | Allow MatchExpr and MatchStmt to have nested patterns. Such as | qunyanm | 2015-05-14 |
* | Added "inductive lemma" methods | leino | 2015-05-07 |
* | Added inductive predicates | leino | 2015-05-06 |
* | Make sure that PrintTopLevelDecls receives program FullName, not just Name, s... | chrishaw | 2015-04-07 |
* | Fixed some bugs in override axioms (but still missing support for classes wit... | leino | 2015-04-05 |
* | Added 'protected' keyword (syntax) | leino | 2015-03-07 |
* | Stop pretty-print from emitting deprecated semi-colons. | qunyanm | 2015-03-05 |
* | Add imap display/update expressions | chrishaw | 2015-02-27 |
* | Add imap type, which is like map but may have have infinite size | chrishaw | 2015-02-26 |
* | Switched use of List(IToken) in UserDefinedType to NameSegment/ExprDotName, s... | leino | 2015-01-23 |
* | Fixed resolution of method calls with explicit type parameters. | leino | 2015-01-02 |
* | Language change: All functions and methods declared lexically outside any cla... | leino | 2014-12-12 |
* | Merge | leino | 2014-12-09 |
|\ |
|
* | | Allow user-specified type parameters | leino | 2014-12-09 |
* | | Finished up refactoring of the new name segment parsing, AST, and resolution. | leino | 2014-12-07 |
| * | added multiple trait inheritance. | Reza Ahmadi | 2014-12-03 |
* | | Snapshot, to be continued | leino | 2014-12-02 |
|/ |
|
* | Now the parser parses "Type" rather than "IToken" for a trait | Reza Ahmadi | 2014-11-05 |
* | Added initial support for dirty while statements. | chmaria | 2014-11-01 |
* | Add support for counting spec/impl/proof lines by supressing, e.g., ghost sta... | Bryan Parno | 2014-10-27 |
* | Add char literals. | leino | 2014-10-20 |
* | Added types "char" and "string" (the latter being a synonym for "seq<char>"). | leino | 2014-10-20 |
* | Print system module (in a comment) with /rprint. | leino | 2014-09-09 |
* | Disallow parentheses-less declarations of predicates and co-predicates, along... | leino | 2014-08-27 |
* | Refactoring: renamed DerivedTypeDecl to NewtypeDecl | leino | 2014-08-26 |
* | Changed syntax of newtype | leino | 2014-08-26 |
* | Type check and pretty print newtype constraints | leino | 2014-08-22 |
* | Start of derived types (aka "new types") | leino | 2014-08-20 |
* | Refactor: Change ApplyExpr's Receiver to Function | Dan Rosén | 2014-08-14 |
* | Merge | leino | 2014-08-13 |
|\ |
|
* | | Check for proper use of equality-supporting types also in local variables and... | leino | 2014-08-13 |
| * | Merge | Dan Rosén | 2014-08-11 |
| |\
| |/
|/| |
|
| * | Add higher-order-functions and some other goodies | Dan Rosén | 2014-08-11 |
* | | Resolved further merge issues | leino | 2014-08-05 |
* | | added trait feature: | Reza Ahmadi | 2014-07-18 |
|/ |
|
* | Renamed "arbitrary type" to "opaque type" | Rustan Leino | 2014-07-15 |