summaryrefslogtreecommitdiff
path: root/Test/dafny0/SmallTests.dfy
Commit message (Expand)AuthorAge
* Suppress many warnings in the test suite.Gravatar Clément Pit--Claudel2015-08-28
* Fix multiple tests that relied on z3 triggering on $BoxGravatar Clément Pit--Claudel2015-07-13
* Fix lit headers implicitly relying on bash-style constructsGravatar Clément Pit--Claudel2015-06-08
* Beefed up collection axioms (in particular, for maps) to improve the chance o...Gravatar Rustan Leino2015-03-10
* Stop pretty-print from emitting deprecated semi-colons.Gravatar qunyanm2015-03-05
* Language change: All functions and methods declared lexically outside any cla...Gravatar leino2014-12-12
* Resolve attributes of a forall statement only after bound variables have been...Gravatar leino2014-10-29
* Marked "free" as soon-to-be-deprecatedGravatar leino2014-10-25
* Stricter rules about that types need to be completely resolved.Gravatar leino2014-10-08
* Add higher-order-functions and some other goodiesGravatar Dan Rosén2014-08-11
* Check that type arguments to map display expressions are fully resolvedGravatar Dan Rosén2014-07-11
* MergeGravatar Rustan Leino2014-07-08
|\
| * New logical encoding of types with Is and IsAllocGravatar Dan Rosén2014-07-07
* | Fixed a crash in the translation of fresh(seq<T>).Gravatar Rustan Leino2014-07-02
|/
* Set up the same test infrastructure as in Boogie.Gravatar wuestholz2014-05-29
* Added support for attributes on variable declarations.Gravatar wuestholz2013-11-18
* Replaced SuperSetBoundedPool by SubSetBoundedPool, which is much more useful ...Gravatar Rustan Leino2013-03-27
* Beefed up assign/let-such-that to generate possible witnesses for set/multise...Gravatar Rustan Leino2013-03-25
* Disallow allocations in ghost contextsGravatar Rustan Leino2013-03-06
* Renamed "parallel" statement to "forall" statement, and made the parentheses ...Gravatar Rustan Leino2013-03-06
* Translate let-such-that expressionsGravatar Rustan Leino2013-01-22
* improved and fixed compilation and resolution of assign-such-that statementsGravatar Rustan Leino2012-10-05
* Dafny: added heuristics for finding witnesses in assign-such-that checkingGravatar Unknown2012-08-10
* Dafny: removed allocated, changed semantics of freshGravatar Jason Koenig2012-07-29
* Dafny: Since it's no longer true that all types support equality at run-time ...Gravatar Unknown2012-06-21
* Dafny: Changed the semantics of the assign-such-that statement "x :| P;" to c...Gravatar Unknown2012-06-13
* Dafny: added assign-such-that statements; syntax: x,y,a[i],o.f :| Expr;Gravatar Unknown2012-03-15
* Dafny: Fixed a bug in the pretty printer.Gravatar wuestholz2011-12-26
* Dafny: Extended the support for attributes on method/constructor calls.Gravatar wuestholz2011-12-23
* Dafny: Added support for attributes on method/constructor calls.Gravatar wuestholz2011-12-21
* Dafny: Added support for attributes on various specification constructs (asse...Gravatar wuestholz2011-12-07
* Dafny: fix bug in translation of (the splitting of) if-then-else expressions ...Gravatar Rustan Leino2011-12-10
* Dafny: Forward attributes on Dafny functions to Boogie (e.g., to disable well...Gravatar wuestholz2011-12-07
* Dafny: removed Dafny's "foreach" statements (replaced by the new "parallel" s...Gravatar Rustan Leino2011-10-26
* Dafny: Added support for attributes on methods and constructors.Gravatar wuestholz2011-09-16
* Dafny: Fixed axioms for Seq#Contains vs. the sequence building functionsGravatar Rustan Leino2011-06-29
* MergeGravatar Rustan Leino2011-05-27
|\
| * Dafny: permanently changed the syntax of "datatype" declarations to what prev...Gravatar Rustan Leino2011-05-27
* | Dafny: fixed bug (ill-formed Boogie) in translation of "foreach" for sequencesGravatar Rustan Leino2011-05-26
| * Dafny: retired the "call" keywordGravatar Rustan Leino2011-05-26
| * Dafny:Gravatar Rustan Leino2011-05-21
|/
* Dafny: Test case for sequence of boxed booleansGravatar Rustan Leino2011-05-16
* Dafny: added optional range expressions to logical quantifiers, preparing for...Gravatar Rustan Leino2011-05-15
* Dafny: Added support for an initializing call as part of the new-allocation s...Gravatar rustanleino2011-03-27
* Dafny:Gravatar rustanleino2011-02-17
* Dafny: Added two additional heuristics for guessing missing loop decreases c...Gravatar rustanleino2010-06-11
* Dafny:Gravatar rustanleino2010-05-21
* 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