index
:
debian-dafny
master
Debian packaging for Dafny
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Test
/
VSI-Benchmarks
/
b8.dfy
Commit message (
Expand
)
Author
Age
*
Change behavior of 'decreases *', which can be applied to loops and methods. ...
Rustan Leino
2014-08-19
*
Set up the same test infrastructure as in Boogie.
wuestholz
2014-05-29
*
Enhanced the VSI-Benchmarks tests:
Rustan Leino
2013-03-26
*
Dafny: Since it's no longer true that all types support equality at run-time ...
Unknown
2012-06-21
*
Dafny: allow constructors only inside classes, removed semi-colons at end of ...
Rustan Leino
2011-07-11
*
Dafny: retired the "call" keyword
Rustan Leino
2011-05-26
*
Dafny: Allow field selections and array-element selection as LHSs of assignme...
Unknown
2011-04-05
*
Dafny: Added support for an initializing call as part of the new-allocation s...
rustanleino
2011-03-27
*
Dafny: Added two additional heuristics for guessing missing loop decreases c...
rustanleino
2010-06-11
*
Dafny:
rustanleino
2010-05-21
*
Dafny:
rustanleino
2010-05-06
*
Added wellformedness checks to method specifications
rustanleino
2010-03-12
*
* Added decreases clauses to functions
rustanleino
2009-11-24
*
Added a sequence update expression in Dafny.
rustanleino
2009-11-06
*
Redesigned the encoding of Dafny generics, including the built-in types set a...
rustanleino
2009-11-06
*
The Dafny call statement now automatically declares left-hand sides as local ...
rustanleino
2009-11-05
*
Introduced operator !in in Dafny. An expression "x !in S" is equivalent to "...
rustanleino
2009-11-05
*
Added loop invariants to make VSI-Benchmarks/b8.dfy verify. (Still to do: un...
rustanleino
2009-11-04
*
Initial version of VSI Benchmarks 1 - 8
RMonahan
2009-10-30