index
:
debian-dafny
master
Debian packaging for Dafny
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Test
/
dafny0
/
runtest.bat
Commit message (
Expand
)
Author
Age
*
Added support for automatic generation of function requirements via the :auto...
Bryan Parno
2014-01-08
*
Fixed pretty printing of calc statements to use the new(-since-long) format.
Rustan Leino
2013-12-17
*
Add support for the "include" keyword, which accepts a (possibly relative) path
Bryan Parno
2013-12-10
*
Let compiler complain about body-less functions and methods, even if these ar...
Rustan Leino
2013-11-14
*
Set up call-graph to keep track of edges between functions and methods. (To ...
Rustan Leino
2013-08-04
*
Make functions and predicates be opaque outside the defining module -- only t...
Rustan Leino
2013-07-29
*
Computations!
Unknown
2013-07-04
*
Changed ranking function for Seq, so that it's compatible with data types.
Unknown
2013-06-26
*
Beefed up assign/let-such-that to generate possible witnesses for set/multise...
Rustan Leino
2013-03-25
*
Support for copredicates and prefix predicates in comethods.
Rustan Leino
2012-12-04
*
Parse prefix predicates/methods
Rustan Leino
2012-11-24
*
New feature:
Rustan Leino
2012-10-11
*
Fixed some goof-ups in the test script edits
Rustan Leino
2012-10-04
*
Added Test/dafny3 and another test file for iterators (hey, you can even run ...
Rustan Leino
2012-10-04
*
Merge
Rustan Leino
2012-10-04
|
\
*
|
Dafny: compile iterators
Rustan Leino
2012-09-26
*
|
Dafny: added test cases for resolving iterators
Rustan Leino
2012-09-25
|
*
Bugfix in the translation of calc statements (oops), added more resolution an...
Nadia Polikarpova
2012-09-21
|
/
*
Dafny: improved checking of inherited postconditions (in refinements)
Unknown
2012-09-10
*
Dafny: allow 'decreases *' (that is, non-terminating recursion) on tail-recur...
Rustan Leino
2012-09-09
*
Dafny: support opening modules into the local scope
Jason Koenig
2012-07-30
*
Dafny: fixed bug in which old locals were not properly forbidden from being m...
Jason Koenig
2012-07-12
*
Dafny: More work on the coinduction principle
Rustan Leino
2012-07-09
*
Dafny: equality-support test cases. This is just a snapshot--some things sti...
Unknown
2012-06-22
*
Dafny: cleaned up test scripts a little
Unknown
2012-06-14
*
Dafny: liberalized equality to work when the types could possibly be the same
Jason Koenig
2012-06-13
*
Dafny: Added maps to regression tests.
Unknown
2012-05-29
*
Dafny: added support for co-recursive calls
Rustan Leino
2012-05-01
*
Dafny: fixed resolution bug for inductive datatypes (previous check did not h...
Unknown
2012-04-25
*
Dafny: allow more skeleton statements in refinements
Unknown
2012-03-02
*
Dafny: allow various forms of leaving off type arguments in declarations
Rustan Leino
2012-02-16
*
Dafny: Fixed a bug in the printing of let expressions.
wuestholz
2012-01-24
*
Dafny: added predicates
Rustan Leino
2012-01-10
*
Dafny: added support for simple superposition refinements
Rustan Leino
2012-01-09
*
Dafny: firmed up the module system
Rustan Leino
2012-01-05
*
Dafny: disengaged old refinement test files
Rustan Leino
2012-01-04
*
Dafny: Fixed a bug in the pretty printer.
wuestholz
2011-12-26
*
Dafny: Made sure that error locations refer to the Dafny program, even if the...
wuestholz
2011-12-15
*
Dafny: added let expressions (syntax: "var x := E0; E1")
Rustan Leino
2011-11-14
*
Dafny: added assert/assume expressions
Rustan Leino
2011-11-09
*
Dafny: implemented compilation of parallel statements
Rustan Leino
2011-10-25
*
Dafny: continued translation of "parallel" statements (Assign and Proof forms...
Rustan Leino
2011-10-24
*
Dafny: Fixed a bug in the printer that led to a stack overflow.
wuestholz
2011-08-11
*
Fixed regression test failures due to removal of bodiless methods and functions.
Jason Koenig
2011-07-15
*
Dafny: Fixed bug in call statements where mutability of out parameters was no...
Jason Koenig
2011-07-06
*
Dafny: Updated regression tests to include chaining disjoint operators.
Jason Koenig
2011-07-05
*
Added regression tests for new return statements with parameters.
Jason Koenig
2011-06-29
*
Added regression test for loop modifies clauses.
Jason Koenig
2011-06-28
*
Dafny: retired "use" statements
Rustan Leino
2011-05-27
*
Dafny: added chaining operators
Rustan Leino
2011-05-27
[next]