index
:
debian-dafny
master
Debian packaging for Dafny
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Test
/
dafny0
/
ResolutionErrors.dfy
Commit message (
Expand
)
Author
Age
*
Set up the same test infrastructure as in Boogie.
wuestholz
2014-05-29
*
Fixed bug #32 dafny.codeplex.com.
Rustan Leino
2014-04-15
*
Changed an error from a verification error to a syntactic (resolution) error
Rustan Leino
2014-04-04
*
Added "modify" statement.
Rustan Leino
2014-04-03
*
Fixed problem with propagating allocation information about array elements.
Rustan Leino
2014-03-20
*
Added ghost let expressions.
Rustan Leino
2014-01-05
*
Allow calls to side-effect-free ghost methods from expressions
Rustan Leino
2013-08-06
*
Set up call-graph to keep track of edges between functions and methods. (To ...
Rustan Leino
2013-08-04
*
Introduced keywords "lemma" (like a "ghost method", but not allowed to have a...
Rustan Leino
2013-08-02
*
Moved resolution of BinaryExpr.ResolveOp until the CheckTypeInference phase, ...
Rustan Leino
2013-04-01
*
Disallow allocations in ghost contexts
Rustan Leino
2013-03-06
*
Added side-effects and control-flow checks in hints.
Nadia Polikarpova
2013-03-05
*
Report error if type of a quantified variable cannot be inferred
Rustan Leino
2013-02-11
*
Translate let-such-that expressions
Rustan Leino
2013-01-22
*
fixed and improved scheme for inferring type parameters
Rustan Leino
2012-10-19
*
improved and fixed compilation and resolution of assign-such-that statements
Rustan Leino
2012-10-05
*
Support default (which, here, means nameless) class-instance constructors
Rustan Leino
2012-10-05
*
Bugfix in the translation of calc statements (oops), added more resolution an...
Nadia Polikarpova
2012-09-21
*
Added tests for parsing and resolution of calc statements
Nadia Polikarpova
2012-09-21
*
Dafny: allow various forms of leaving off type arguments in declarations
Rustan Leino
2012-02-16
*
Dafny: don't allow ghost expressions in print statements
Rustan Leino
2012-01-03
*
Dafny: implemented the wellformedness check that datatype destructors are onl...
Rustan Leino
2011-11-11
*
Dafny: fix resolution crash (using multi-dimensional arrays in loop alternative)
Rustan Leino
2011-08-03
*
Dafny: added implicit datatype query fields and datatype destructor fields
Rustan Leino
2011-06-05
*
Dafny: added constructors
Rustan Leino
2011-05-28
*
Dafny: added chaining operators
Rustan Leino
2011-05-27
*
Dafny:
Rustan Leino
2011-05-26
*
Dafny: retired the "call" keyword
Rustan Leino
2011-05-26
*
Dafny: allow class names to be used when referring to static functions (and, ...
Rustan Leino
2011-05-21
*
Cleaner version of ghost loop termination example.
Unknown
2011-05-13
*
Dafny: fixed bugs in resolution of multi-dimensional arrays
Rustan Leino
2011-05-12
*
Dafny: forbid "decreases *" on ghost loops
Rustan Leino
2011-05-12