index
:
debian-dafny
master
Debian packaging for Dafny
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Test
/
hofs
Commit message (
Expand
)
Author
Age
*
Removed specContextOnly parameter from ResolveStatement.
leino
2015-09-28
*
Fix: Unify column numbers in Dafny's errors
Clément Pit--Claudel
2015-07-23
*
Type parameters in method/function signatures are no longer auto-declared. A...
Rustan Leino
2015-07-02
*
Fixed bugs in encoding of preconditions of function values, Issue #84.
leino
2015-06-30
*
Additional test case for instance functions
leino
2015-06-30
*
Removed unneeded :heapQuantifier from test case (rendinging this attribute cu...
leino
2015-06-25
*
Changed logical order of requires and reads clauses on functions. Reads clauses
Rustan Leino
2015-06-15
*
Do postponsed reads checking also for the body of functions -- see Test/dafny...
Rustan Leino
2015-06-15
*
Postpone reads checks of function preconditions until after the entire precon...
leino
2015-06-15
*
Improved generation of .reads axioms (correcting an incorrect answer and corr...
leino
2015-05-01
*
Answer file
leino
2015-05-01
*
Improved encoding of a property of reads clauses to make things more easily p...
leino
2015-05-01
*
Stop pretty-print from emitting deprecated semi-colons.
qunyanm
2015-03-05
*
Switched use of List(IToken) in UserDefinedType to NameSegment/ExprDotName, s...
leino
2015-01-23
*
Language change: All functions and methods declared lexically outside any cla...
leino
2014-12-12
*
Finished up refactoring of the new name segment parsing, AST, and resolution.
leino
2014-12-07
*
Snapshot, to be continued
leino
2014-12-02
*
Use arbitrary lookahead to determine if the next expression is a lambda expre...
leino
2014-11-13
*
Disallow automatic completion of type arguments to the LHS of datatype declar...
leino
2014-10-28
*
Print arrow types with parentheses around the domain type when the domain con...
leino
2014-10-09
*
Stricter rules about that types need to be completely resolved.
leino
2014-10-08
*
Refactored ArrowType's to be resolved with other types. ArrowTypeDecl's are n...
leino
2014-08-27
*
Support for non-constrained derived types ("new types").
leino
2014-08-21
*
Handle underscores in lambda bound variable lists properly
Dan Rosén
2014-08-19
*
Fix type inference bug in data rank comparison when one side can be a TypeVar
Dan Rosén
2014-08-19
*
Consider lambdas literals + create literal axioms when an argument is a function
Dan Rosén
2014-08-18
*
Add Monads as a module example and implementation of some simple monads
Dan Rosén
2014-08-15
*
Refactor resolver, and really allow reads to take fields of type A -> set<obj>
Dan Rosén
2014-08-15
*
Add the VectorUpdate example
Dan Rosén
2014-08-14
*
Make arrow types not look like reference types for the resolver
Dan Rosén
2014-08-14
*
Reword error message for type error in lambda requires clause
Dan Rosén
2014-08-14
*
Add lambda compilation example, and remove some unused files from the tests
Dan Rosén
2014-08-13
*
Compile lambda functions and apply expressions, and change let expr compilation
Dan Rosén
2014-08-12
*
Add higher-order-functions and some other goodies
Dan Rosén
2014-08-11