summaryrefslogtreecommitdiff
path: root/Source/DafnyExtension/ProgressMargin.cs
Commit message (Collapse)AuthorAge
* DafnyExtension: Added experimental support for diagnosing timeouts.Gravatar wuestholz2015-05-18
|
* MergeGravatar leino2014-09-29
|\
* | Shorter wait-for-idle time in the Dafny IDEGravatar leino2014-09-29
| |
| * DafnyExtension: Made it not log the pretty-printed program.Gravatar wuestholz2014-09-28
| |
| * DafnyExtension: minor changeGravatar wuestholz2014-09-22
|/
* Worked on the more advanced verification result caching.Gravatar wuestholz2014-07-10
|
* Worked on the more advanced verification result caching.Gravatar wuestholz2014-07-09
|
* Fixed issues with absolute file names in the expected output for the lit tests.Gravatar wuestholz2014-06-04
|
* DafnyExtension: Added some support for logging program snapshots that are ↵Gravatar wuestholz2014-04-21
| | | | sent to the verifier.
* DafnyExtension: Fixed a concurrency issue.Gravatar wuestholz2014-04-03
|
* Add support for the "include" keyword, which accepts a (possibly relative) pathGravatar Bryan Parno2013-12-10
| | | | | to another Dafny file. That file's functions and methods are included but not checked. This is intended to support incremental verification on a per-file basis.
* DafnyExtension: Did some refactoring to integrate the Dafny menu more tightly.Gravatar wuestholz2013-07-28
|
* DafnyExtension: Worked on improving the error selection and visualization.Gravatar wuestholz2013-07-21
|
* DafnyExtension: Added support for selecting errors and showing the model in BVD.Gravatar wuestholz2013-07-15
|
* DafnyExtension: Made the 'ProgressTagger' use tasks instead of threads for ↵Gravatar wuestholz2013-07-15
| | | | invoking the verifier.
* DafnyExtension: Worked on integrating BVD.Gravatar wuestholz2013-07-14
|
* DafnyExtension: Enabled model extraction for verification failures.Gravatar wuestholz2013-07-12
|
* DafnyExtension: Fixed an error list issue.Gravatar wuestholz2013-07-12
|
* Did some refactoring of the interaction with the Boogie execution engine.Gravatar wuestholz2013-07-10
|
* DafnyExtension: Fixed flickering of errors in the error list.Gravatar wuestholz2013-07-10
|
* DafnyExtension: Integrated support for multiple Z3 instances in Boogie ↵Gravatar wuestholz2013-07-09
| | | | (incl. request cancellation).
* DafnyExtension: Enabled verification result caching by default.Gravatar wuestholz2013-07-02
|
* DafnyExtension: Fixed a memory leak.Gravatar wuestholz2013-06-24
|
* DafnyExtension: Use tracking spans instead of regular spans.Gravatar wuestholz2013-06-21
|
* DafnyExtension: Made it display verification errors incrementally.Gravatar wuestholz2013-06-20
|
* Did some refactoring of the error reporting functionality.Gravatar wuestholz2013-06-19
|
* Did some refactoring of the error reporting functionality.Gravatar wuestholz2013-06-18
|
* DafnyExtension: Fixed an issue in the verification result caching.Gravatar wuestholz2013-06-17
|
* DafnyExtension: Worked on integrating the verification result caching.Gravatar wuestholz2013-06-11
|
* DafnyExtension: Did some refactoring.Gravatar wuestholz2013-06-11
|
* DafnyExtension: Did some refactoring.Gravatar wuestholz2013-06-11
|
* DafnyExtension: Worked on integrating the verification result caching.Gravatar wuestholz2013-06-10
|
* DafnyExtension: Did some refactoring.Gravatar wuestholz2013-06-10
|
* DafnyExtension: Improved the way errors (incl. locations) are kept up-to-date.Gravatar wuestholz2013-06-10
|
* DafnyExtension: Worked on integrating the verification result caching.Gravatar wuestholz2013-06-07
|
* DafnyExtension: Fixed an issue (InvalidOperationException).Gravatar wuestholz2013-06-07
|
* DafnyExtension: Worked on integrating the verification result caching.Gravatar wuestholz2013-06-06
|
* 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
|
* DafnyExtension: Added menu for invoking specific Dafny functionality (e.g., ↵Gravatar wuestholz2013-05-23
| | | | compilation).
* Put all sources under \Source directoryGravatar Rustan Leino2012-10-04