summaryrefslogtreecommitdiff
path: root/Source/Dafny
Commit message (Expand)AuthorAge
...
* | 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
* | Define $Is and $IsAlloc predicates for newtypes.Gravatar leino2014-08-24
| * - generating TraitParent axiomsGravatar Reza Ahmadi2014-08-24
* | Cycle detection among newtypes. Start of well-formedness check for newtypes.Gravatar leino2014-08-24
| * MergeGravatar Dan Rosén2014-08-22
| |\ | |/ |/|
* | 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
| * Remove the cloner inside the ResolverGravatar Dan Rosén2014-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
* Fix type equality for UserDefinedTypesGravatar 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
* Fix a performance issue regarding requires for top level function handlesGravatar Dan Rosén2014-08-14
* Make arrow types not look like reference types for the resolverGravatar Dan Rosén2014-08-14
* Optimise ApplyExpr to FunctionCallExpr when possible in translatorGravatar Dan Rosén2014-08-14
* Generate function handle requires for functions without a bodyGravatar Dan Rosén2014-08-14
* Reword error message for type error in lambda requires clauseGravatar Dan Rosén2014-08-14
* Fix bug in type substitution for type variablesGravatar Dan Rosén2014-08-14
* Allow reads to take fields of type A -> set<object>Gravatar Dan Rosén2014-08-14
* Refactor: Change ApplyExpr's Receiver to FunctionGravatar Dan Rosén2014-08-14
* 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
| * Addressed CodeContract complaint about purityGravatar 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
* | Resolved further merge issuesGravatar leino2014-08-05
* | MergeGravatar leino2014-08-02
|\ \
* | | Fixed bug Issue 37: expand type synonyms in more (hopefully all) places in th...Gravatar leino2014-08-02
| |/ |/|
| * - fixed a bug in inheriting members from a traitGravatar Reza Ahmadi2014-07-20
| * - fixed an issue regarding including ghost functions in the compiled interfaceGravatar Reza Ahmadi2014-07-20
| * added trait feature:Gravatar Reza Ahmadi2014-07-18
|/
* Renamed "arbitrary type" to "opaque type"Gravatar Rustan Leino2014-07-15
* Allow an arbitrary-type to take type parametersGravatar Rustan Leino2014-07-15
* Support for type synonyms in refinementsGravatar Rustan Leino2014-07-14
* MergeGravatar Rustan Leino2014-07-11
|\
* | Added type synonyms. (No support yet for these in refinements.)Gravatar Rustan Leino2014-07-11
| * Check that type arguments to map display expressions are fully resolvedGravatar Dan Rosén2014-07-11
| * Don't assume can calls for quantifiersGravatar Dan Rosén2014-07-11
|/
* Make reveal axioms from opaque functions quantify over layersGravatar Dan Rosén2014-07-10