summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* 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
* Add the VectorUpdate exampleGravatar Dan Rosén2014-08-14
* 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
* 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
| * Addressed CodeContract complaint about purityGravatar Rustan Leino2014-08-12
| * Rewrote two tests to make triggering better (while waiting for better automat...Gravatar Rustan Leino2014-08-12
| * Forget the extra copy of DafnyRuntime.cs that gets copied into DafnyExtensionGravatar 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
| * | Tests for non-terminating computations. Already passing.Gravatar Nada Amin2014-08-05
* | | MergeGravatar leino2014-08-02
|\| |
* | | Fixed bug Issue 37: expand type synonyms in more (hopefully all) places in th...Gravatar leino2014-08-02
| * | added one more test caseGravatar Reza Ahmadi2014-07-31
| * | combined few testsGravatar Reza Ahmadi2014-07-31
| * | combined two testsGravatar Reza Ahmadi2014-07-31
| * | MergeGravatar Reza Ahmadi2014-07-31
| |\ \
| | * | Changed test case to not use '/doNotUseParallelism' anymore.Gravatar wuestholz2014-07-31
| | |/
* | | Test file whitespace deltaGravatar leino2014-07-23
* | | Implemented missing routine in runtime system (real-to-int conversion)Gravatar leino2014-07-21
| |/ |/|
| * added one more test.Gravatar Reza Ahmadi2014-07-20
| * - fixed a bug in inheriting members from a traitGravatar Reza Ahmadi2014-07-20
| * fixed one .expect file. now all 11 tests related to Traits pass.Gravatar Reza Ahmadi2014-07-20
| * - fixed an issue regarding including ghost functions in the compiled interfaceGravatar Reza Ahmadi2014-07-20
| * added ignored filesGravatar Reza Ahmadi2014-07-18
| * added trait feature:Gravatar Reza Ahmadi2014-07-18
|/
* Fixed build break from recent changeGravatar leino2014-07-15
* An attempt at making dafny4/NumberRepresentations.dfy run faster and more pre...Gravatar Rustan Leino2014-07-15
* Renamed "arbitrary type" to "opaque type"Gravatar Rustan Leino2014-07-15
* Allow an arbitrary-type to take type parametersGravatar Rustan Leino2014-07-15
* Added more tests.Gravatar wuestholz2014-07-15
* Another variation of GenericSort, this time instantiating with "int"Gravatar Rustan Leino2014-07-14
* MergeGravatar Rustan Leino2014-07-14
|\
* | Support for type synonyms in refinementsGravatar Rustan Leino2014-07-14