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
/
Resolver.cs
Commit message (
Expand
)
Author
Age
*
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: fixed minor map related issues
Unknown
2012-05-29
*
Dafny: Added compilation of finite maps
Unknown
2012-05-25
*
Dafny: added finite maps
Unknown
2012-05-25
*
Dafny: more correct checking of co-inductive productivity
Unknown
2012-05-18
*
Dafny: added support for co-recursive calls
Rustan Leino
2012-05-01
*
Dafny: fixed unsoundness having to do with a function depending on the alloca...
Unknown
2012-04-27
*
Dafny: fixed bug that had omitted the computation of .DefaultCtor for some in...
Unknown
2012-04-26
*
Dafny: fixed resolution bug for inductive datatypes (previous check did not h...
Unknown
2012-04-25
*
Dafny: fixed lack of assign-such-that restriction in parallel statement
Unknown
2012-03-15
*
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: added experimental feature {:autocontracts} to de-clutter idiomatic sp...
Unknown
2012-03-05
*
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 various forms of leaving off type arguments in declarations
Rustan Leino
2012-02-16
*
Dafny: Fixed a bug in the resolving of UpdateStmts.
wuestholz
2012-01-25
*
Dafny: parallel statements:
Rustan Leino
2012-01-17
*
Dafny: fixed bugs in contract types, and a code bug that caused a contract to...
Rustan Leino
2012-01-10
*
Dafny: some bug fixes
Rustan Leino
2012-01-10
*
Dafny: allow definitions and uses of parameter-less predicates to go without ...
Rustan Leino
2012-01-10
*
Dafny: finished refinement cloning transformations
Rustan Leino
2012-01-07
*
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: beginning of the new refinement transformations
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: don't allow ghost expressions in print statements
Rustan Leino
2012-01-03
*
Dafny: Added support for attributes on various specification constructs (asse...
wuestholz
2011-12-07
*
Dafny: Added "type" declaration (syntax: "type X;"), which introduces an arbi...
Rustan Leino
2011-11-21
*
DafnyExtension: fixed build problems
Rustan Leino
2011-11-15
*
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: allow assert/assume expressions in more places
Rustan Leino
2011-11-09
*
Dafny: added assert/assume expressions
Rustan Leino
2011-11-09
*
Dafny: fixed part of a type-inference issue with datatypes and the < operator...
Rustan Leino
2011-11-09
*
Dafny induction:
Rustan Leino
2011-10-29
*
Dafny: allow attributes on function/method declarations to refer to the (in- ...
Rustan Leino
2011-10-26
*
Dafny: removed Dafny's "foreach" statements (replaced by the new "parallel" s...
Rustan Leino
2011-10-26
*
Dafny: removed support for assigning to an array-range (that is, an assignmen...
Rustan Leino
2011-10-26
*
Dafny: implemented compilation of parallel statements
Rustan Leino
2011-10-25
*
Dafny: check subrange restriction in parallel Assign statement
Rustan Leino
2011-10-24
*
Dafny: added translation of Assign case of the parallel statement
Rustan Leino
2011-10-22
*
Dafny: changed triggers (which are never really used, anyhow) from having a s...
Rustan Leino
2011-10-21
*
Dafny: improved a resolution error message, and fixed a crash in the resolver
Rustan Leino
2011-09-29
*
Dafny: Added a 'Checked' configuration and fixed some runtime assertion viola...
wuestholz
2011-09-23
*
Dafny: fix resolution crash (using multi-dimensional arrays in loop alternative)
Rustan Leino
2011-08-03
*
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
[next]