summaryrefslogtreecommitdiff
path: root/Test
Commit message (Expand)AuthorAge
* Added types "char" and "string" (the latter being a synonym for "seq<char>").Gravatar leino2014-10-20
* Made it use the '/traceCaching' flag for the 'snapshots' tests.Gravatar wuestholz2014-10-18
* 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
* 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
* Enabled 'SnapshotableTrees.dfy' in the test suite.Gravatar wuestholz2014-09-24
* Made 'SnapshotableTrees.dfy' verify again.Gravatar wuestholz2014-09-24
* 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
* 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
* 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
* 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
* Define $Is and $IsAlloc predicates for newtypes.Gravatar leino2014-08-24
* Cycle detection among newtypes. Start of well-formedness check for newtypes.Gravatar leino2014-08-24
* Type check and pretty print newtype constraintsGravatar leino2014-08-22
* Added .Trunc field to real-based typesGravatar leino2014-08-21
* Changed syntax of derived types to "newtype"Gravatar leino2014-08-21
* Support for non-constrained derived types ("new types").Gravatar leino2014-08-21
* MergeGravatar leino2014-08-20
|\
* | Start of derived types (aka "new types")Gravatar leino2014-08-20
| * MergeGravatar Rustan Leino2014-08-19
| |\ | |/ |/|
| * Change behavior of 'decreases *', which can be applied to loops and methods. ...Gravatar Rustan Leino2014-08-19
* | Handle underscores in lambda bound variable lists properlyGravatar Dan Rosén2014-08-19
|/
* Fix type inference bug in data rank comparison when one side can be a TypeVarGravatar Dan Rosén2014-08-19
* Consider lambdas literals + create literal axioms when an argument is a functionGravatar Dan Rosén2014-08-18
* Add Monads as a module example and implementation of some simple monadsGravatar Dan Rosén2014-08-15
* Refactor resolver, and really allow reads to take fields of type A -> set<obj>Gravatar Dan Rosén2014-08-15
* Add the VectorUpdate exampleGravatar Dan Rosén2014-08-14
* Make arrow types not look like reference types for the resolverGravatar Dan Rosén2014-08-14
* Reword error message for type error in lambda requires clauseGravatar Dan Rosén2014-08-14
* Add lambda compilation example, and remove some unused files from the testsGravatar Dan Rosén2014-08-13
* Re-included lost calls to CheckEqualityTypes_TypeGravatar leino2014-08-13
* MergeGravatar leino2014-08-13
|\
* | Check for proper use of equality-supporting types also in local variables and...Gravatar leino2014-08-13
| * Rewrote two tests to make triggering better (while waiting for better automat...Gravatar Rustan Leino2014-08-12
| * Compile lambda functions and apply expressions, and change let expr compilationGravatar Dan Rosén2014-08-12
| * MergeGravatar Dan Rosén2014-08-11
| |\ | |/ |/|
| * Add higher-order-functions and some other goodiesGravatar Dan Rosén2014-08-11
* | MergeGravatar leino2014-08-05
|\ \
* | | Resolved further merge issuesGravatar leino2014-08-05