summaryrefslogtreecommitdiff
path: root/Source/Dafny
Commit message (Expand)AuthorAge
* Factored out the ParserHelper class into a separate project and updated the f...Gravatar wuestholz2010-12-02
* Get rid of F# dependencies - use System.Numerics and a custom Rational struct...Gravatar MichalMoskal2010-12-02
* Ported all projects to .NET Framework 4.0 in both Boogie.sln and Dafny.sln. ...Gravatar qadeer2010-11-27
* Dafny: Improved default decreases clauses for methods and functionsGravatar rustanleino2010-11-25
* Dafny: a partial first crack at a Dafny model-viewer provider, including capt...Gravatar rustanleino2010-11-01
* Dafny: Record source positions of start/end curly braces for declaration con...Gravatar rustanleino2010-10-27
* Updated parser.cs files to pick up the new .frame improvements from boogiepar...Gravatar rustanleino2010-10-26
* Boogie:Gravatar rustanleino2010-10-26
* Update to VS2010.Gravatar MichalMoskal2010-10-07
* Dafny: Compilation of multi-dimensional arraysGravatar rustanleino2010-09-21
* Dafny:Gravatar rustanleino2010-09-17
* Dafny:Gravatar rustanleino2010-09-14
* Dafny: added a command-line option to change the prelude fileGravatar sboehme2010-08-30
* Dafny: fallback to ShallowType (elements of IndexField arrays seem to have Ty...Gravatar sboehme2010-08-27
* Dafny: added inlined functions making reads and updates of the heap explicitGravatar sboehme2010-08-27
* More line ending fixups.Gravatar MichalMoskal2010-08-06
* Dafny: Made line endings consistentGravatar tabarbe2010-08-04
* Dafny: Removed trailing spaces in codeGravatar tabarbe2010-08-04
* Fixed some infelicities in the project files.Gravatar mikebarnett2010-08-04
* Dafny: This file is required by DafnyPipeline.Gravatar tabarbe2010-08-03
* Dafny: Port commit part 1/2: Committing changed files.Gravatar tabarbe2010-08-03
* Dafny: Renaming the DafnyPipeline source files in preparation for the commit ...Gravatar tabarbe2010-08-03
* Sign both of the Dafny projects and have Dafny.exe get a version number as well.Gravatar mikebarnett2010-07-30
* Tortoise SVN screwed up previous commit.Gravatar kyessenov2010-07-14
* Dafny: added comments for refinements assertions.Gravatar kyessenov2010-07-14
* Dafny: better error reporting on resolution of refinements. Replace assertion...Gravatar kyessenov2010-07-14
* Dafny: keep counters for loops, temporary variables across two implementation...Gravatar kyessenov2010-07-07
* Dafny:Gravatar rustanleino2010-07-06
* Boogie: Added an additional parameter 'defines' to the method 'BoogiePL.Parse...Gravatar wuestholz2010-07-06
* Dafny: added assertions in the refinement obligation necessitating that the r...Gravatar kyessenov2010-07-03
* 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
* Unified the .frame files so that both Boogie and Dafny use exactly the same o...Gravatar mikebarnett2010-06-25
* Dafny:Gravatar rustanleino2010-06-24
* Dafny:Gravatar rustanleino2010-06-24
* Updated the frame files to work with the latest Coco/R. This entails *not* ha...Gravatar mikebarnett2010-06-22
* Dafny:Gravatar rustanleino2010-06-19
* Dafny:Gravatar rustanleino2010-06-18
* Dafny: Added two additional heuristics for guessing missing loop decreases c...Gravatar rustanleino2010-06-11
* Dafny: Another bug fix in SplitExpr, having to do with generic results of fu...Gravatar rustanleino2010-06-09
* Dafny: Fix type bug in SplitExpr translation.Gravatar rustanleino2010-06-08
* Dafny: For functions with an empty decreases clause that use the reads clause...Gravatar rustanleino2010-06-08
* Dafny:Gravatar rustanleino2010-06-05
* Dafny: Allow < and > for comparisons of datatype values (which then compares ...Gravatar rustanleino2010-05-21
* Dafny:Gravatar rustanleino2010-05-21
* Dafny: Fixed crash in parser (that occurred when the Dafny input had a parti...Gravatar rustanleino2010-05-18
* Boogie:Gravatar rustanleino2010-05-15
* Dafny:Gravatar rustanleino2010-05-13
* Dafny:Gravatar rustanleino2010-05-08