index
:
debian-dafny
master
Debian packaging for Dafny
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Dafny
/
DafnyAst.cs
Commit message (
Expand
)
Author
Age
...
*
Dafny: added experimental feature {:autocontracts} to de-clutter idiomatic sp...
Unknown
2012-03-05
*
Dafny: allow more skeleton statements in refinements
Unknown
2012-03-02
*
Dafny: make sure assume->assert transformation gives rise to a check
Rustan Leino
2012-02-19
*
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 a refinement to provide a function/method body if the function/m...
Rustan Leino
2012-01-18
*
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: 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: filled in more cloning for the refinement transformations
Rustan Leino
2012-01-06
*
Dafny: fully qualify (with module names) names of types in the translation in...
Rustan Leino
2012-01-05
*
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
*
Merge
Rustan Leino
2011-12-07
|
\
*
|
Dafny: Forward attributes on Dafny functions to Boogie (e.g., to disable well...
wuestholz
2011-12-07
|
*
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: implemented the wellformedness check that datatype destructors are onl...
Rustan Leino
2011-11-11
*
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: Added some assertions.
wuestholz
2011-09-23
*
Dafny: Added a 'Checked' configuration and fixed some runtime assertion viola...
wuestholz
2011-09-23
*
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
*
|
Multiset forming operators added.
Jason Koenig
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
|
/
*
Refactor. Renamed update statement field and removed unused field in AST.
Jason Koenig
2011-06-30
*
Made Receiver mutable, as this cannot be linked properly by the parser.
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: added implicit datatype query fields and datatype destructor fields
Rustan Leino
2011-06-05
*
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
*
Dafny: added constructors
Rustan Leino
2011-05-28
*
Dafny: permanently changed the syntax of "datatype" declarations to what prev...
Rustan Leino
2011-05-27
*
Dafny: retired "use" statements
Rustan Leino
2011-05-27
*
Dafny: added chaining operators
Rustan Leino
2011-05-27
*
Dafny:
Rustan Leino
2011-05-26
*
Dafny: cleaned up parser, moved foreach statement from AssignStmt<> parsing t...
Rustan Leino
2011-05-25
*
Dafny: changed local "var" introductions to use new VarDeclStmt instead of pa...
Rustan Leino
2011-05-24
[prev]
[next]