summaryrefslogtreecommitdiff
path: root/Test
Commit message (Expand)AuthorAge
* 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: added Carrol Morgan's calculator regression test.Gravatar kyessenov2010-07-02
* Dafny: support input/output parameters in refined methods.Gravatar kyessenov2010-07-02
* Dafny: added a regression test for the refinement extension.Gravatar kyessenov2010-07-02
* Dafny:Gravatar rustanleino2010-06-24
* Updated the frame files to work with the latest Coco/R. This entails *not* ha...Gravatar mikebarnett2010-06-22
* Boogie:Gravatar rustanleino2010-06-22
* Dafny:Gravatar rustanleino2010-06-19
* Dafny:Gravatar rustanleino2010-06-14
* 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
* Boogie:Gravatar rustanleino2010-06-08
* Dafny:Gravatar rustanleino2010-06-05
* added lazyinline to the regressionsGravatar qadeer2010-05-28
* 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-05-06
* First cut of lazy inlining. The option can be turned on by the flag /lazyInl...Gravatar qadeer2010-04-17
* Dafny: Removed the previous optional curly braces in match expressions (use p...Gravatar rustanleino2010-04-02
* 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-18
* Dafny:Gravatar rustanleino2010-03-16
* Dafny:Gravatar rustanleino2010-03-16
* Dafny: Added definedness checks for all statements (previously, some were mi...Gravatar rustanleino2010-03-13
* Added wellformedness checks to method specificationsGravatar rustanleino2010-03-12
* 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
* Boogie:Gravatar rustanleino2010-02-20
* Fix up the polymorphic case for lambda; it probably still isn't quite correct.Gravatar MichalMoskal2010-02-19
* Split parts of AbsyExpr.ssc into AbsyQuant.ssc. Implement lambda expressions;...Gravatar MichalMoskal2010-02-19
* Implement if-then-else expression.Gravatar MichalMoskal2010-02-18
* Implemented block coalescing invoked right after type checking.Gravatar qadeer2010-02-16
* eliminated the line printing version number in the golden outputGravatar qadeer2010-02-13
* Dafny:Gravatar rustanleino2010-02-13
* (no commit message)Gravatar qadeer2010-02-12
* Dafny: Added if-then-else expressions (replacing and extending the previous b...Gravatar rustanleino2010-02-04
* Fixed the implementation of inlining to deal with inlining depth properly.Gravatar qadeer2010-01-30
* Added experimental feature /DoomDebug. Can be test using Test/doomed/doomdebu...Gravatar schaef2010-01-28
* Dafny: updated to reflect Boogie's new parsing of function argumentsGravatar rustanleino2010-01-07
* Doomed checking now uses the counterexample trace to minimize the number of t...Gravatar schaef2009-12-18
* Allow ":" in addition to "returns" in function definitions. Make the pretty-p...Gravatar MichalMoskal2009-12-17