summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fixed crash in inferred descreases clauses involving newtypes.Gravatar leino2014-10-21
* Changed version to 1.9.1.11021Gravatar leino2014-10-21
* Added VC Splitting switch to dafny2/SnapshotableTrees.dfy to try to avoid som...Gravatar leino2014-10-21
* Comparisons and well-founded order of charGravatar leino2014-10-21
* Add char literals.Gravatar leino2014-10-20
* MergeGravatar leino2014-10-20
|\
* | Added types "char" and "string" (the latter being a synonym for "seq<char>").Gravatar leino2014-10-20
| * Minor changeGravatar wuestholz2014-10-19
| * DafnyExtension: Fixed minor issue in the menu.Gravatar wuestholz2014-10-19
| * Minor changeGravatar wuestholz2014-10-18
|/
* Made it use the '/traceCaching' flag for the 'snapshots' tests.Gravatar wuestholz2014-10-18
* Updated version to 1.9.0.11016. This version is going on rise4fun.com.Gravatar leino2014-10-16
* MergeGravatar leino2014-10-14
|\
| * Minor changeGravatar wuestholz2014-10-14
* | Changed variable names in test caseGravatar leino2014-10-13
* | Some more test cases for associativity and short-circuitness of <==Gravatar leino2014-10-13
* | A few more sequence slice test cases.Gravatar leino2014-10-11
* | Test cases for sequence slicing with non-int integer-based numeric types.Gravatar leino2014-10-11
* | Reformatting of emacs syntax file.Gravatar leino2014-10-09
* | Fixed parsing crash on malformed chaining with == and !!Gravatar leino2014-10-09
* | Print arrow types with parentheses around the domain type when the domain con...Gravatar leino2014-10-09
* | Stricter rules about that types need to be completely resolved.Gravatar leino2014-10-08
|/
* Allow any integer-based type, not just 'int', in the following places:Gravatar leino2014-10-06
* MergeGravatar leino2014-09-29
|\
* | Shorter wait-for-idle time in the Dafny IDEGravatar leino2014-09-29
| * DafnyExtension: Ignore copied file.Gravatar wuestholz2014-09-28
| * DafnyExtension: Made it not log the pretty-printed program.Gravatar wuestholz2014-09-28
| * DafnyExtension: minor change due to change in BoogieGravatar wuestholz2014-09-28
| * Enabled 'SnapshotableTrees.dfy' in the test suite.Gravatar wuestholz2014-09-24
| * Made 'SnapshotableTrees.dfy' verify again.Gravatar wuestholz2014-09-24
| * Did more refactoring.Gravatar wuestholz2014-09-23
| * Did more refactoring.Gravatar wuestholz2014-09-23
| * Did some refactoring.Gravatar wuestholz2014-09-23
| * DafnyExtension: minor changeGravatar wuestholz2014-09-22
|/
* Fixed crash after parse errorGravatar Rustan Leino2014-09-11
* Print system module (in a comment) with /rprint.Gravatar leino2014-09-09
* Bounds discovery now takes newtype constraints into consideration.Gravatar leino2014-08-28
* Disallow parentheses-less declarations of predicates and co-predicates, along...Gravatar leino2014-08-27
* Merge, and refactored bit in Cloner into class ClonerButDropMethodBodies.Gravatar leino2014-08-27
|\
* | Refactored ArrowType's to be resolved with other types. ArrowTypeDecl's are n...Gravatar leino2014-08-27
* | Renamed some test files.Gravatar leino2014-08-26
* | Various resolution fixes and improvementsGravatar leino2014-08-26
* | Refactoring: renamed DerivedTypeDecl to NewtypeDeclGravatar leino2014-08-26
* | Changed syntax of newtypeGravatar leino2014-08-26
* | Fixed scoping to allow a datatype to have a constructor with the same name.Gravatar leino2014-08-26
* | Implemented arbitrary numeric conversions (but name resolution still needs wo...Gravatar leino2014-08-25
* | Fixed bugs in previous check-inGravatar leino2014-08-25
* | Check that result of newtype operations satisfy the newtype constraintGravatar leino2014-08-25
* | Allow $Heap to occur in constraints (even though it isn't actually used)Gravatar leino2014-08-25
| * changed $implements function argument type to ClassNameType (from Ty)Gravatar Reza Ahmadi2014-08-24