summaryrefslogtreecommitdiff
path: root/Source/Dafny/DafnyAst.cs
Commit message (Expand)AuthorAge
* Don't include arrow types among ordered types.Gravatar leino2015-05-11
* Added "inductive lemma" methodsGravatar leino2015-05-07
* Added inductive predicatesGravatar leino2015-05-06
* MergeGravatar leino2015-04-28
|\
* | Fixed bug in tuplesGravatar leino2015-04-24
| * Fix issue #71. When substitute the forall's variables for those of theGravatar qunyanm2015-04-16
|/
* Support calls to static trait methods/functions via the classGravatar leino2015-04-07
* Revised look-up and compilation of inherited trait members (static functions/...Gravatar leino2015-04-07
* Fixed compilation of static members in traitsGravatar leino2015-04-05
* Fixed some bugs in override axioms (but still missing support for classes wit...Gravatar leino2015-04-05
* Fix issue #62. Check for modifies clause and constructors in the enclosingGravatar qunyanm2015-03-31
* MergeGravatar leino2015-03-13
|\
* | Allow let-such-that expression to be compiled, provided that they provably ha...Gravatar leino2015-03-13
| * Allow trigger annotations in more statements and expressionsGravatar chrishaw2015-03-11
|/
* Added 'protected' keyword (syntax)Gravatar leino2015-03-07
* Add imap display/update expressionsGravatar chrishaw2015-02-27
* Add imap type, which is like map but may have have infinite sizeGravatar chrishaw2015-02-26
* Make allowGlobals a bit more generousGravatar Bryan Parno2015-02-09
* Generate unique IDs hierarchically, to reduce changes to IDs when the program...Gravatar leino2015-01-28
* Did some refactoring to improve the name generation.Gravatar wuestholz2015-01-27
* Did some refactoring to improve the name generation.Gravatar wuestholz2015-01-27
* Did some refactoring to improve the name generation.Gravatar wuestholz2015-01-27
* Fixed an encoding bug for newtypes (this fixes Issue #50)Gravatar Rustan Leino2015-01-27
* Switched use of List(IToken) in UserDefinedType to NameSegment/ExprDotName, s...Gravatar leino2015-01-23
* When ambiguous references all resolve to the same declaration, don't complainGravatar leino2015-01-09
* Added command-line switch /allowGlobals to simplify transition from language ...Gravatar leino2015-01-07
* Fixed resolution of method calls with explicit type parameters.Gravatar leino2015-01-02
* Language change: All functions and methods declared lexically outside any cla...Gravatar leino2014-12-12
* MergeGravatar leino2014-12-09
|\
| * Add nativeType attribute for newtype declarations. Change Compiler.cs to use...Gravatar chrishaw2014-12-09
* | Allow user-specified type parametersGravatar leino2014-12-09
* | Finished up refactoring of the new name segment parsing, AST, and resolution.Gravatar leino2014-12-07
| * added multiple trait inheritance.Gravatar Reza Ahmadi2014-12-03
* | 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