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
*
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