summaryrefslogtreecommitdiff
path: root/Dafny/Resolver.ssc
Commit message (Expand)AuthorAge
* Dafny: Renaming the DafnyPipeline source files in preparation for the commit ...Gravatar tabarbe2010-08-03
* Tortoise SVN screwed up previous commit.Gravatar kyessenov2010-07-14
* Dafny: better error reporting on resolution of refinements. Replace assertion...Gravatar kyessenov2010-07-14
* Dafny:Gravatar rustanleino2010-07-06
* Dafny: Support class type parameters in refinements. Added another regression...Gravatar kyessenov2010-07-02
* Dafny: support input/output parameters in refined methods.Gravatar kyessenov2010-07-02
* Added a simple refinement extension to Dafny. The new keywords are "refines" ...Gravatar kyessenov2010-07-02
* Updated the frame files to work with the latest Coco/R. This entails *not* ha...Gravatar mikebarnett2010-06-22
* Dafny: Allow < and > for comparisons of datatype values (which then compares ...Gravatar rustanleino2010-05-21
* Dafny:Gravatar rustanleino2010-05-21
* Boogie:Gravatar rustanleino2010-05-15
* Dafny:Gravatar rustanleino2010-05-13
* Dafny:Gravatar rustanleino2010-05-08
* Dafny:Gravatar rustanleino2010-05-06
* Dafny:Gravatar rustanleino2010-03-31
* Dafny: Ensures that function axioms are not being used while their consisten...Gravatar rustanleino2010-03-19
* Dafny:Gravatar rustanleino2010-03-16
* Dafny:Gravatar rustanleino2010-03-16
* Dafny:Gravatar rustanleino2010-03-12
* Dafny:Gravatar rustanleino2010-03-11
* Dafny: Added stratosphere tests for datatypes--that is, it is now checked th...Gravatar rustanleino2010-03-11
* Dafny:Gravatar rustanleino2010-03-10
* Dafny: Added if-then-else expressions (replacing and extending the previous b...Gravatar rustanleino2010-02-04
* Dafny: Added support for big integers.Gravatar rustanleino2010-01-28
* * Added decreases clauses to functionsGravatar rustanleino2009-11-24
* Added resolution and translation of algebraic datatypes and (in function bodi...Gravatar rustanleino2009-11-20
* Start (some parsing and resolution) of adding algebraic datatypes to Dafny.Gravatar rustanleino2009-11-08
* Added a sequence update expression in Dafny.Gravatar rustanleino2009-11-06
* The Dafny call statement now automatically declares left-hand sides as local ...Gravatar rustanleino2009-11-05
* Introduced operator !in in Dafny. An expression "x !in S" is equivalent to "...Gravatar rustanleino2009-11-05
* Initial set of files.Gravatar mikebarnett2009-07-15