summaryrefslogtreecommitdiff
path: root/Source/Dafny/DafnyAst.cs
Commit message (Expand)AuthorAge
* Snapshot, to be continuedGravatar leino2014-12-02
* 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
* Refactored the generation of unique IDs for temporary variable names.Gravatar wuestholz2014-11-05
* Added initial support for dirty while statements.Gravatar chmaria2014-11-01
* 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
* Fix autoreq handling of quantifiersGravatar Bryan Parno2014-10-27
* Added an attribute :timeLimitMultiplier for setting relative time outs.Gravatar Bryan Parno2014-10-27
* When guessing decreases clauses for loops, convert numeric values to their ul...Gravatar leino2014-10-21
* Fixed crash in inferred descreases clauses involving newtypes.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
* 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
* Print system module (in a comment) with /rprint.Gravatar leino2014-09-09
* 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
* Refactoring: renamed DerivedTypeDecl to NewtypeDeclGravatar leino2014-08-26
* Changed syntax of newtypeGravatar leino2014-08-26
* 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
* 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
| * Change behavior of 'decreases *', which can be applied to loops and methods. ...Gravatar Rustan Leino2014-08-19
|/
* Fix type inference bug in data rank comparison when one side can be a TypeVarGravatar Dan Rosén2014-08-19
* Fix type equality for UserDefinedTypesGravatar Dan Rosén2014-08-15
* Refactor: Change ApplyExpr's Receiver to FunctionGravatar Dan Rosén2014-08-14
* 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
| * 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
* Added type synonyms. (No support yet for these in refinements.)Gravatar Rustan Leino2014-07-11
* Make reveal axioms from opaque functions quantify over layersGravatar Dan Rosén2014-07-10
* 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
| | * Allow array-type parameters to be filled in automatically.Gravatar leino2014-07-02
| |/ |/|