summaryrefslogtreecommitdiff
path: root/Test/dafny0
Commit message (Expand)AuthorAge
...
* | Change the induction heuristic for lemmas to also look in precondition for cl...Gravatar leino2015-08-12
|/
* MergeGravatar Rustan Leino2015-07-31
|\
| * MergeGravatar leino2015-07-31
| |\
* | | Bug fix: check that assign-such-that constraint is of type booleanGravatar Rustan Leino2015-07-31
| |/ |/|
| * Allow forall statements in refinementsGravatar leino2015-07-31
* | Add quotes in snapshot tests.Gravatar Clément Pit--Claudel2015-07-30
* | Fixed crash in resolution where, after reporting an error, the cases #type an...Gravatar Rustan Leino2015-07-29
* | Clarify the inlining warning.Gravatar Clément Pit--Claudel2015-07-27
|/
* Fix: Read clauses should be checked before lit liftingGravatar Clément Pit--Claudel2015-07-23
* Fix: Unify column numbers in Dafny's errorsGravatar Clément Pit--Claudel2015-07-23
* Improved rank axioms for containersGravatar Rustan Leino2015-07-21
* MergeGravatar Clément Pit--Claudel2015-07-20
|\
| * clarified error message that occurs when the "opened" keyword is left off of ...Gravatar Michael Lowell Roberts2015-07-20
* | Split snapshot tests into separate files and add support for %S in runTests.pyGravatar Clément Pit--Claudel2015-07-20
|/
* Add missing .expect fileGravatar Clément Pit--Claudel2015-07-20
* Merge my autoTriggers work into the master branchGravatar Clément Pit--Claudel2015-07-17
|\
* | Enable autoTriggers in LitTriggers and SeqFromArrayGravatar Clément Pit--Claudel2015-07-17
* | Add /autoTriggers to TriggerInPredicate's RUN specificationGravatar Clément Pit--Claudel2015-07-17
| * Fixed bugs in the parsing of explicit type arguments.Gravatar Rustan Leino2015-07-16
* | Minor fixes in .expect filesGravatar Clément Pit--Claudel2015-07-16
* | Strip literals from triggersGravatar Clément Pit--Claudel2015-07-16
* | Fix multiple tests that relied on z3 triggering on $BoxGravatar Clément Pit--Claudel2015-07-13
| * Fixed crashes in overrides checking of function decreases clauses, and improv...Gravatar Rustan Leino2015-07-07
* | Add a new test, with a FIXMEGravatar Clément Pit--Claudel2015-07-06
| * Report warnings only once. (This is the last step in fixing Issue #86.)Gravatar Rustan Leino2015-07-06
| * Added command-line option /warnShadowing, which emits warnings if variables s...Gravatar Rustan Leino2015-07-02
| * Type parameters in method/function signatures are no longer auto-declared. A...Gravatar Rustan Leino2015-07-02
| * Add the ability to specify how much "fuel" a function should have,Gravatar Bryan Parno2015-07-01
|/
* MergeGravatar leino2015-06-25
|\
* | Removed unneeded :heapQuantifier from test case (rendinging this attribute cu...Gravatar leino2015-06-25
| * Fix various bugs in nested match patterns listed in issue #83Gravatar qunyanm2015-06-19
|/
* Changed logical order of requires and reads clauses on functions. Reads clausesGravatar Rustan Leino2015-06-15
* Do postponsed reads checking also for the body of functions -- see Test/dafny...Gravatar Rustan Leino2015-06-15
* Some more reads testsGravatar Rustan Leino2015-06-15
* More reads testsGravatar Rustan Leino2015-06-15
* Postpone reads checks of function preconditions until after the entire precon...Gravatar leino2015-06-15
* More tests of reads-clause checkingGravatar Rustan Leino2015-06-15
* Combined some common routines into CheckWellformedAndAssume, which also allow...Gravatar leino2015-06-12
* Fix lit headers implicitly relying on bash-style constructsGravatar Clément Pit--Claudel2015-06-08
* MergeGravatar leino2015-05-29
|\
| * Add an infinite set collection type.Gravatar qunyanm2015-05-29
* | Improvements in traits test caseGravatar leino2015-05-29
|/
* Updated test output after change in Boogie.Gravatar wuestholz2015-05-17
* Allow MatchExpr and MatchStmt to have nested patterns. Such asGravatar qunyanm2015-05-14
* Additional test case for inductive predicatesGravatar leino2015-05-07
* Added "inductive lemma" methodsGravatar leino2015-05-07
* Added inductive predicatesGravatar leino2015-05-06
* Fixed bug in tuplesGravatar leino2015-04-24
* Include axioms about $Is and $IsAlloc for traitsGravatar leino2015-04-07
* Support calls to static trait methods/functions via the classGravatar leino2015-04-07