index
:
debian-dafny
master
Debian packaging for Dafny
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Test
/
dafny4
Commit message (
Expand
)
Author
Age
*
Merge
leino
2016-04-01
|
\
*
|
New test file, for recursive and iterative versions of McCarthy's 91 function
leino
2016-04-01
*
|
New test case, proving monad laws for lists
leino
2016-04-01
|
*
Fix issue 148. The results for sign comparison for BigRational.CompareTo was
qunyanm
2016-04-01
|
/
*
Fix issue 75. Adjust the fuel for existentials to use more fuel in an assume
qunyanm
2016-03-31
*
Make /autoTriggers:1 to be default. Add /autoTriggers:0 to tests that requires
qunyanm
2016-03-28
*
Fix issue 93. Add per-function fuel setting that can be adjusted locally based
qunyanm
2016-03-18
*
Added test case to go with the recent fix of Issue #49 (changeset f354709009a5).
Rustan Leino
2016-03-01
*
Fix issue 139. Allow bound variables in nested case patterns to shadow variables
qunyanm
2016-02-26
*
Fix issue 138. Allow parenthese with the nullary constructor in
qunyanm
2016-02-26
*
Fix test failure. Print the resulting boogie code to a file instead
qunyanm
2016-02-26
*
Fix issue 140. Move the initializion of _this before the TAIL_CALL_START label.
qunyanm
2016-02-26
*
Fix issue 136. Less aggressive Lit wrap for assert/assume.
qunyanm
2016-02-26
*
Update the test's .expect file since the fix is merged into boogie.
qunyanm
2016-02-12
*
Fix issue 132. The formal argument can't be assume to be allocated when a
qunyanm
2016-02-12
*
Fix issue 134. Wrong variable was used in the loop.
qunyanm
2016-02-11
*
Fix issue 133. The return type for some compare operators was wrongly typed
qunyanm
2016-02-11
*
Fix issue 131. Instead of crashing, report an error when an undefined member of
qunyanm
2016-02-09
*
Fix issue 120. Need to wrap operations that are "lit lifted" and turned into
qunyanm
2016-02-08
*
Fix issue 124. Consider math operators that later turned into function calls
qunyanm
2016-02-08
*
Last checkin checked in the wrong version of bug125.dfy. The failure part of
qunyanm
2016-02-05
*
Fix issue 125. Add the missing case 2 and 3 with refinement and opened imports.
qunyanm
2016-02-05
*
Fix issue 128. Change the translation of CanCallAssumption for let-such-that
qunyanm
2016-02-04
*
Fix issue 129. When looking for a constructor for which Dafny knows how to
qunyanm
2016-02-02
*
Mark old "import A as B" syntax as deprecated. The new syntax is "import A : B"
qunyanm
2016-02-02
*
Fix issue 121. Don't split QuantifierExpr that are empty.
qunyanm
2016-01-25
*
Fix issue 122. Only generate autoTriggers for QuantifierExpr that are not
qunyanm
2016-01-25
*
Fix issue 117. Generate an error when the "opened" of an import doesn't match
qunyanm
2016-01-08
*
Fix issue 118. When iteratively computing bounds, treat RefBoundedPool typed
qunyanm
2016-01-07
*
Added flying robots example to test suite
Rustan Leino
2016-01-06
*
Fix issue 116. Add the missing @ for the generated c# code.
qunyanm
2016-01-05
*
Fix issue 114. Do not export private terms for ComprehensionExpr in trigger
qunyanm
2015-12-08
*
Fix issue 113. Make sure the tempVar name used in ToString() method doesn't
qunyanm
2015-12-03
*
Add the test for Bug88.
qunyanm
2015-12-02
*
Fix issue 110. Set useImport to true when trying to registerTopLevelDecls
qunyanm
2015-12-02
*
Fix issue 111. Create a new BoundVar for each CasePattern of MatchCaseExpr when
qunyanm
2015-11-30
*
Merge
leino
2015-11-27
|
\
*
|
Added Union-Find program to test suite (could be cleaned up, but verifies)
leino
2015-11-27
|
*
Fix issue 103. Emit the quantifiers for ForallStmt before AutoTrigger so that
qunyanm
2015-11-25
|
/
*
Fix issue 108. Use idGenerator to create a new collection name for each
qunyanm
2015-11-18
*
Fix issue 107. Instead of writing out StaticReceiverExpr as null valued
qunyanm
2015-11-17
*
Fix issue 100. Add an axiom for functionHandle to trigger off of the origial
qunyanm
2015-11-17
*
Fix issue 94. Allow tuple-based assignment in statement contexts.
qunyanm
2015-11-14
*
Fix issue 101. Instead of swapping operands for Exp opcode in BinaryExpr,
qunyanm
2015-11-10
*
Fix issue 99. When annotate a quantifier expr that has a SplitQuantifier, we
qunyanm
2015-11-06
*
Fix issue 104. Use ResolvedExpression to compute subexpressions for
qunyanm
2015-11-04
*
Fix issue89. Copy the out param to a local before use it in an anonymous
qunyanm
2015-11-04
*
update the test.
qunyanm
2015-10-30
*
Fix issue 91 - Change how we compute the bounds of quantified variables so that
qunyanm
2015-10-29
*
Fixed bug introduced in changeset 7ebdf9cd4154
leino
2015-10-22
[next]