index
:
debian-boogie
dfsg_free
master
Debian packaging for Boogie
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Dafny
/
Dafny.atg
Commit message (
Expand
)
Author
Age
...
*
|
Dafny: allow parallel assignments to assign to the same LHS if the RHS match.
Jason Koenig
2012-06-13
|
*
Dafny: Changed the semantics of the assign-such-that statement "x :| P;" to c...
Unknown
2012-06-13
|
/
*
Dafny: allow types to be qualified with the name of the module that declares ...
Unknown
2012-06-11
*
Dafny: removed support for the old keyword "unlimited" (all functions are lim...
Unknown
2012-06-11
*
Dafny: change labels to use a generic singly linked list
Jason Koenig
2012-06-06
*
Dafny: Added map comprehensions and updated display syntax
Unknown
2012-05-31
*
Dafny: added finite maps
Unknown
2012-05-25
*
Dafny: fixed resolution bug for inductive datatypes (previous check did not h...
Unknown
2012-04-25
*
Dafny: added assign-such-that statements; syntax: x,y,a[i],o.f :| Expr;
Unknown
2012-03-15
*
Dafny: added ghost modules (the meaning is simply that such a module will not...
Rustan Leino
2012-03-07
*
Dafny: allow more skeleton statements in refinements
Unknown
2012-03-02
*
Dafny: added syntactic support for ...'s in statements, and started implement...
Unknown
2012-02-18
*
Dafny: allow signatures to be omitted on refining functions/methods
Unknown
2012-02-16
*
Dafny: allow parallel statements with an empty list of bound variables
Rustan Leino
2012-01-17
*
Dafny: Recheck specifications that contain refined (extended) predicates, eve...
Rustan Leino
2012-01-16
*
Dafny: allow class-member declarations at top level of any module (not just t...
Rustan Leino
2012-01-10
*
Dafny: added test case for refinement and predicates (and fixed a parsing bug)
Rustan Leino
2012-01-10
*
Dafny: allow definitions and uses of parameter-less predicates to go without ...
Rustan Leino
2012-01-10
*
Dafny: added predicates
Rustan Leino
2012-01-10
*
Dafny: firmed up the module system
Rustan Leino
2012-01-05
*
Dafny: Start of new refinement features -- clean out old ones
Rustan Leino
2012-01-04
*
Dafny: Extended the support for attributes on method/constructor calls.
wuestholz
2011-12-23
*
Dafny: Added support for attributes on method/constructor calls.
wuestholz
2011-12-21
*
Dafny: Added support for attributes on various specification constructs (asse...
wuestholz
2011-12-07
*
Dafny: corrected merge snafus
Rustan Leino
2011-12-07
*
Merge
Rustan Leino
2011-12-07
|
\
*
|
Dafny: Made some minor changes to the grammar.
wuestholz
2011-12-06
|
*
Dafny: Added "type" declaration (syntax: "type X;"), which introduces an arbi...
Rustan Leino
2011-11-21
|
/
*
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 induction:
Rustan Leino
2011-10-29
*
Dafny: removed Dafny's "foreach" statements (replaced by the new "parallel" s...
Rustan Leino
2011-10-26
*
Dafny: changed triggers (which are never really used, anyhow) from having a s...
Rustan Leino
2011-10-21
*
Dafny: fixed parsing bug with "!in"
Rustan Leino
2011-09-08
*
Merge
Jason Koenig
2011-07-15
|
\
|
*
Updated the Parser.cs and Scanner.cs files in Boogie and Dafny and removed so...
wuestholz
2011-07-15
*
|
Merge
Jason Koenig
2011-07-14
|
\
|
*
|
Multiset forming operators added.
Jason Koenig
2011-07-11
|
*
Dafny: allow constructors only inside classes, removed semi-colons at end of ...
Rustan Leino
2011-07-11
*
|
Merge
Jason Koenig
2011-07-11
|
\
\
*
|
|
Added s[..] syntax in anticipation of sequence forming operation. (also updat...
Jason Koenig
2011-07-11
|
|
/
|
/
|
|
*
Partial implementation of multisets.
Jason Koenig
2011-07-11
|
/
*
Dafny: Added chaining of disjoint (!!) using transitive chaining convention.
Jason Koenig
2011-07-05
*
Removed tab characters.
Jason Koenig
2011-06-29
*
Initial implementation of return statments with parameters.
Jason Koenig
2011-06-29
*
Initial modifies on loops implementation. Still some errors remaining.
Jason Koenig
2011-06-28
*
Added loop modifies clause syntax.
Jason Koenig
2011-06-23
*
Dafny: better error message when "decreases *" is attempted on a function or ...
Rustan Leino
2011-06-20
*
Dafny: Translate general LHSs for var and := (not yet for call, no compilatio...
Rustan Leino
2011-05-30
*
Dafny: changed syntax of havoc statements from "havoc X;" to "X := *;"
Rustan Leino
2011-05-28
[prev]
[next]