summaryrefslogtreecommitdiff
path: root/Source/Dafny/Translator.cs
Commit message (Expand)AuthorAge
* Did some refactoring.Gravatar wuestholz2014-09-23
* 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
* | Various resolution fixes and improvementsGravatar leino2014-08-26
* | Refactoring: renamed DerivedTypeDecl to NewtypeDeclGravatar 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
* | 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
|/
* Added .Trunc field to real-based typesGravatar 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
| * Change behavior of 'decreases *', which can be applied to loops and methods. ...Gravatar Rustan Leino2014-08-19
|/
* Consider lambdas literals + create literal axioms when an argument is a functionGravatar Dan Rosén2014-08-18
* Fix a performance issue regarding requires for top level function handlesGravatar 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
* 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
* 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-02
| |\
| * | Fixed bug Issue 37: expand type synonyms in more (hopefully all) places in th...Gravatar leino2014-08-02
|/ /
| * 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
| * 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
* Ignore checked-only and free-only split expressions in places where they "don...Gravatar Rustan Leino2014-07-09
* MergeGravatar Rustan Leino2014-07-08
|\
* | Implemented compilation of the int<->real conversions, and changed the resolu...Gravatar Rustan Leino2014-07-08
| * MergeGravatar Dan Rosén2014-07-07
| |\
| * | New logical encoding of types with Is and IsAllocGravatar Dan Rosén2014-07-07
| | * MergeGravatar leino2014-07-03
| | |\
| | * | Translate CanCallAssumption with the same fuel value as in the body of the fu...Gravatar leino2014-07-03
| | | * Changed "dummy" checksums to "stable" and added more tests for the verificati...Gravatar wuestholz2014-07-03
* | | | Fixed a crash in the translation of fresh(seq<T>).Gravatar Rustan Leino2014-07-02
| |_|/ |/| |
| | * MergeGravatar leino2014-07-01
| | |\ | |_|/ |/| |
* | | Added support for verifying Dafny program snapshots from the command-line.Gravatar wuestholz2014-07-01
| | * MergeGravatar leino2014-06-24
| | |\ | |_|/ |/| |