summaryrefslogtreecommitdiff
path: root/Source/Dafny/DafnyAst.cs
Commit message (Expand)AuthorAge
* fixed bugs related to identifying newtypes as types of integers and reals.Gravatar Michael Lowell Roberts2015-09-23
* merged IronDafny updates. two unit tests related to traits do not pass if ENA...Gravatar Michael Lowell Roberts2015-09-21
* Improve the redundancy detection algorithm used while constructing sets of termsGravatar Clément Pit--Claudel2015-08-26
* Make quantifier splitting a two step processGravatar Clément Pit--Claudel2015-08-23
* Grant "wishlist/useless-casts-in-decreases-clauses.dfy"Gravatar Clément Pit--Claudel2015-08-22
* MergeGravatar Clément Pit--Claudel2015-08-21
|\
* | Cleanup a number of FIXMEs that I had left in the codeGravatar Clément Pit--Claudel2015-08-20
| * MergeGravatar Rustan Leino2015-08-20
| |\ | |/ |/|
| * Fixed compilation that involve enumeration over native-type newtype values.Gravatar Rustan Leino2015-08-20
* | Merge.Gravatar Clément Pit--Claudel2015-08-20
|\|
| * MergeGravatar Rustan Leino2015-08-20
| |\
* | | Factor out some AST visiting codeGravatar Clément Pit--Claudel2015-08-19
| |/ |/|
| * Refactored and improved bounds discoveryGravatar Rustan Leino2015-08-19
* | Merge.Gravatar Clément Pit--Claudel2015-08-19
|\|
* | Check Reads and Decreases clauses for expressions that could prevent inliningGravatar Clément Pit--Claudel2015-08-18
| * Update the way bounds are discovered to try to choose "better" bounds.Gravatar Bryan Parno2015-08-17
* | Review preceding commit with RustanGravatar Clément Pit--Claudel2015-08-17
* | Start committing split quantifiersGravatar Clément Pit--Claudel2015-08-14
* | Refactor the error reporting codeGravatar Clément Pit--Claudel2015-08-18
* | Add a few utility methods to the visitorsGravatar Clément Pit--Claudel2015-08-12
| * Removed the unused type ThisSurrogateGravatar leino2015-08-11
| * Added routine OneAttributeToString to pretty printerGravatar leino2015-08-10
|/
* Add calc's attributes to its SubExpressions.Gravatar Clément Pit--Claudel2015-07-20
* Merge my autoTriggers work into the master branchGravatar Clément Pit--Claudel2015-07-17
|\
* | Make attributes enumerable.Gravatar Clément Pit--Claudel2015-07-13
| * [IronDafny] implemented workaround for "import opened" bug(s).Gravatar Michael Lowell Roberts2015-07-13
| * Fixed crashes in overrides checking of function decreases clauses, and improv...Gravatar Rustan Leino2015-07-07
* | Small refactoring of Printer.csGravatar Clément Pit--Claudel2015-07-06
| * multiple changes...Gravatar Michael Lowell Roberts2015-07-02
| * Made code contracts compliantGravatar leino2015-07-01
| * Add the ability to specify how much "fuel" a function should have,Gravatar Bryan Parno2015-07-01
|/
* Add an infinite set collection type.Gravatar qunyanm2015-05-29
* Allow MatchExpr and MatchStmt to have nested patterns. Such asGravatar qunyanm2015-05-14
* Don't include arrow types among ordered types.Gravatar leino2015-05-11
* Added "inductive lemma" methodsGravatar leino2015-05-07
* Added inductive predicatesGravatar leino2015-05-06
* MergeGravatar leino2015-04-28
|\
* | Fixed bug in tuplesGravatar leino2015-04-24
| * Fix issue #71. When substitute the forall's variables for those of theGravatar qunyanm2015-04-16
|/
* Support calls to static trait methods/functions via the classGravatar leino2015-04-07
* Revised look-up and compilation of inherited trait members (static functions/...Gravatar leino2015-04-07
* Fixed compilation of static members in traitsGravatar leino2015-04-05
* Fixed some bugs in override axioms (but still missing support for classes wit...Gravatar leino2015-04-05
* Fix issue #62. Check for modifies clause and constructors in the enclosingGravatar qunyanm2015-03-31
* MergeGravatar leino2015-03-13
|\
* | Allow let-such-that expression to be compiled, provided that they provably ha...Gravatar leino2015-03-13
| * Allow trigger annotations in more statements and expressionsGravatar chrishaw2015-03-11
|/
* Added 'protected' keyword (syntax)Gravatar leino2015-03-07
* Add imap display/update expressionsGravatar chrishaw2015-02-27
* Add imap type, which is like map but may have have infinite sizeGravatar chrishaw2015-02-26