summaryrefslogtreecommitdiff
path: root/Source/Dafny/Translator.cs
Commit message (Expand)AuthorAge
* Snapshot, to be continuedGravatar leino2014-12-02
* Fixed bug where resolution was overly restrictive with ghost variables appear...Gravatar leino2014-11-19
* Now the parser parses "Type" rather than "IToken" for a traitGravatar Reza Ahmadi2014-11-05
* Extracted a separate class to generate fresh variable names.Gravatar wuestholz2014-11-06
* MergeGravatar Rustan Leino2014-11-05
|\
* \ MergeGravatar leino2014-11-05
|\ \
| * | Refactored the generation of unique IDs for temporary variable names.Gravatar wuestholz2014-11-05
| * | Did some refactoring.Gravatar wuestholz2014-11-05
| | * MergeGravatar Rustan Leino2014-11-03
| | |\ | | |/ | |/|
| | * Updated a test case for new syntax and convensionsGravatar Rustan Leino2014-11-03
* | | MergeGravatar leino2014-11-01
|\| |
* | | Various DafnyPrelude.bpl cleanup.Gravatar leino2014-11-01
| * | Added initial support for dirty while statements.Gravatar chmaria2014-11-01
|/ /
* / Allow assignment LHSs in a forall statement to be the same, so long as the th...Gravatar leino2014-10-30
|/
* Fix bug in translation of 'new' for arraysGravatar Rustan Leino2014-10-29
* Fixed a bug in the Substituter for datatype update expressions.Gravatar leino2014-10-28
* Add a DafnyCC option that disables some of Dafny's cleverness to better match...Gravatar Bryan Parno2014-10-27
* Push the translation of user-supplied triggers deeperGravatar Bryan Parno2014-10-27
* Add an option to use reduce Z3's knowledge of non-linear arithmetic.Gravatar Bryan Parno2014-10-24
* When guessing decreases clauses for loops, convert numeric values to their ul...Gravatar leino2014-10-21
* Comparisons and well-founded order of charGravatar leino2014-10-21
* Add char literals.Gravatar leino2014-10-20
* Added types "char" and "string" (the latter being a synonym for "seq<char>").Gravatar leino2014-10-20
* Stricter rules about that types need to be completely resolved.Gravatar leino2014-10-08
* Did more refactoring.Gravatar wuestholz2014-09-23
* 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