index
:
debian-dafny
master
Debian packaging for Dafny
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Dafny
/
Dafny.atg
Commit message (
Expand
)
Author
Age
*
Merge.
Clément Pit--Claudel
2015-08-19
|
\
*
|
Refactor the error reporting code
Clément Pit--Claudel
2015-08-18
|
*
Disallow user-defined attributes that begin with an underscore
leino
2015-08-11
|
/
*
Fix a bug with includes and /useBaseNameForFileName
Clément Pit--Claudel
2015-07-23
*
IronDafny related changes:
Michael Lowell Roberts
2015-07-22
*
Merge
Rustan Leino
2015-07-16
|
\
|
*
Fixed bugs in the parsing of explicit type arguments.
Rustan Leino
2015-07-16
*
|
[IronDafny] implemented workaround for "import opened" bug(s).
Michael Lowell Roberts
2015-07-13
|
/
*
multiple changes...
Michael Lowell Roberts
2015-07-02
*
Add the ability to specify how much "fuel" a function should have,
Bryan Parno
2015-07-01
*
Add a compatibility layer over BigInteger.Parse
Clément Pit--Claudel
2015-06-07
*
Add an infinite set collection type.
qunyanm
2015-05-29
*
Fix issue #79. Allow tuple pattern matching with parenthesis only.
qunyanm
2015-05-15
*
Allow MatchExpr and MatchStmt to have nested patterns. Such as
qunyanm
2015-05-14
*
Added "inductive lemma" methods
leino
2015-05-07
*
Added inductive predicates
leino
2015-05-06
*
Eliminate redundant checks of newtype and opaque function well-formedness fro...
chrishaw
2015-04-02
*
Allow trigger annotations in more statements and expressions
chrishaw
2015-03-11
*
Added 'protected' keyword (syntax)
leino
2015-03-07
*
Stop pretty-print from emitting deprecated semi-colons.
qunyanm
2015-03-05
*
Fixed issue #59.
wuestholz
2015-03-03
*
Add imap display/update expressions
chrishaw
2015-02-27
*
Add imap type, which is like map but may have have infinite size
chrishaw
2015-02-26
*
Minor change to grammar to avoid missing token
wuestholz
2015-01-24
*
Switched use of List(IToken) in UserDefinedType to NameSegment/ExprDotName, s...
leino
2015-01-23
*
Added command-line switch /allowGlobals to simplify transition from language ...
leino
2015-01-07
*
Fixed resolution of method calls with explicit type parameters.
leino
2015-01-02
*
Language change: All functions and methods declared lexically outside any cla...
leino
2014-12-12
*
Merge
leino
2014-12-09
|
\
*
|
Allow user-specified type parameters
leino
2014-12-09
|
*
added multiple trait inheritance.
Reza Ahmadi
2014-12-03
*
|
Fixed parser lookahead bug that had caused an infinite loop.
leino
2014-12-02
*
|
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
*
Took a pass through the whole grammar to clean up allowSemi/allowLambda param...
leino
2014-11-11
*
Cleaned up a number of LL(1) conflicts in the grammar (I wish Coco/R supporte...
leino
2014-11-10
*
Resolved several more LL(1) warnings in the grammar
Rustan Leino
2014-11-06
*
Merge
leino
2014-11-06
|
\
*
|
Started fixing a number of LL(1) warnings
leino
2014-11-06
|
*
Now the parser parses "Type" rather than "IToken" for a trait
Reza Ahmadi
2014-11-05
|
/
*
Added initial support for dirty while statements.
chmaria
2014-11-01
*
Even with noCheating enabled, don't check included files or methods marked wi...
Bryan Parno
2014-10-27
*
Allow non-ghost axioms in order to model trusted external calls,
Bryan Parno
2014-10-27
*
Marked "free" as soon-to-be-deprecated
leino
2014-10-25
*
Made semi-colons are specification clauses optional. In a future version, th...
leino
2014-10-25
*
Allow underscores in numeric literals (and in field/destructor names that are...
leino
2014-10-23
*
Comparisons and well-founded order of char
leino
2014-10-21
*
Add char literals.
leino
2014-10-20
*
Added types "char" and "string" (the latter being a synonym for "seq<char>").
leino
2014-10-20
*
Fixed parsing crash on malformed chaining with == and !!
leino
2014-10-09
[next]