summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* DafnyExtension: Cleaned up some references and disabled non-functional ↵Gravatar wuestholz2013-06-07
| | | | support for VS 2010.
* DafnyExtension: Worked on integrating the verification result caching.Gravatar wuestholz2013-06-06
|
* Did some refactoring of the Dafny drivers.Gravatar wuestholz2013-06-04
|
* Did some refactoring of the Dafny drivers.Gravatar wuestholz2013-06-04
|
* Updated an 'Answer' file.Gravatar wuestholz2013-06-03
|
* Did some refactoring of the Dafny drivers.Gravatar wuestholz2013-06-03
|
* Did some refactoring of the Dafny drivers.Gravatar wuestholz2013-06-03
|
* Did some refactoring of the Dafny drivers.Gravatar wuestholz2013-06-03
|
* Did some refactoring of the Dafny drivers.Gravatar wuestholz2013-06-03
|
* Did some refactoring of the Dafny drivers.Gravatar wuestholz2013-06-03
|
* Did some refactoring of the Dafny drivers.Gravatar wuestholz2013-06-03
|
* Did some refactoring of the Dafny drivers.Gravatar wuestholz2013-06-03
|
* Did some refactoring of the Dafny drivers.Gravatar wuestholz2013-06-03
|
* Did some refactoring of the Dafny drivers.Gravatar wuestholz2013-06-03
|
* Did some refactoring of the Dafny drivers.Gravatar wuestholz2013-06-03
|
* Did some refactoring of the Dafny drivers.Gravatar wuestholz2013-06-03
|
* Did some refactoring of the Dafny drivers.Gravatar wuestholz2013-06-03
|
* Did some refactoring of the Dafny drivers.Gravatar wuestholz2013-06-03
|
* Did some refactoring of the Dafny drivers.Gravatar wuestholz2013-06-03
|
* Minor change to a project fileGravatar wuestholz2013-05-30
|
* Minor change to a project fileGravatar wuestholz2013-05-30
|
* Minor change to a project fileGravatar wuestholz2013-05-30
|
* Changed the Dafny driver to report traces for time outs and out of memory.Gravatar wuestholz2013-05-30
|
* MergeGravatar Rustan Leino2013-05-29
|\
* | Adjusted Answer file for reordering of errors (caused by a recent bug fix in ↵Gravatar Rustan Leino2013-05-29
| | | | | | | | Boogie)
| * Updated an 'Answer' file.Gravatar wuestholz2013-05-28
|/
* Adjusted Answer file (ordering issue) after mergeGravatar Rustan Leino2013-05-28
|
* MergeGravatar Rustan Leino2013-05-28
|\
| * DafnyExtension: minor changesGravatar wuestholz2013-05-27
| |
| * DafnyExtension: Fixed an issue (error list wasn't cleared after closing ↵Gravatar wuestholz2013-05-27
| | | | | | | | buffers).
| * DafnyExtension: Added a button to the menu for stopping/starting the verifier.Gravatar wuestholz2013-05-26
| |
| * Updated an 'Answer' file.Gravatar wuestholz2013-05-26
| |
| * Updated an 'Answer' file.Gravatar wuestholz2013-05-26
| |
| * DafnyExtension: Added menu for invoking specific Dafny functionality (e.g., ↵Gravatar wuestholz2013-05-23
| | | | | | | | compilation).
* | Allow more tail calls, on account of considering non-loop aggregate ↵Gravatar Rustan Leino2013-05-21
| | | | | | | | statements with only ghost sub-statements to be ghost
| * Minor change to a project fileGravatar wuestholz2013-05-21
| |
| * Minor change to a project fileGravatar wuestholz2013-05-21
| |
* | Fixed some omitted cases in Substitute (and added "assume false" to catch ↵Gravatar Rustan Leino2013-05-21
| | | | | | | | any other, later)
* | Fixed bug, where prefix predicate was not included in CheckTypeInference visitorGravatar Rustan Leino2013-05-21
| |
| * Minor change to a project fileGravatar wuestholz2013-05-21
| |
| * Minor change to a project fileGravatar wuestholz2013-05-21
| |
| * Updated a test to verify with Z3 4.3.0.Gravatar wuestholz2013-05-21
| |
| * Updated several project files.Gravatar wuestholz2013-05-21
|/ | | | | Note that the 'boogie' directory is expected to be a sibling of the 'dafny' directory.
* Include <== operator in LaTeX style fileGravatar Rustan Leino2013-05-12
|
* In Visual Studio interface, highlight variable definitions of let expressionsGravatar Rustan Leino2013-05-12
|
* Made the semi-colon after "type" and "module" declarations optional.Gravatar Rustan Leino2013-05-10
|
* Fix bug in substitution into let-such-that expressionsGravatar Rustan Leino2013-05-10
|
* When inlining the body of a predicate (in a proof obligation--via TrSplitExpr),Gravatar Rustan Leino2013-04-24
| | | | | | use the instantiated types of the predicate's type parameters. This delays the introduction of some boxes in the translation, which for some useful examples gives rise to better proving.
* Made Test/vstte2012/RingBuffer.dfy and Test/dafny1/ExtensibleArray.dfy more ↵Gravatar Rustan Leino2013-04-22
| | | | | | | similar to RingBufferAuto.dfy and ExtensibleArrayAuto.dfy, respectively, so that the effect of {:autocontracts} is more easily seen.
* Fixed (completeness) bug in translation of automatic induction--previously, ↵Gravatar Rustan Leino2013-04-19
| | | | the induction-inserted 'forall' statement had caused the heap to be advanced).