summaryrefslogtreecommitdiff
path: root/Source/DafnyExtension/ResolverTagger.cs
Commit message (Collapse)AuthorAge
* DafnyExtension: minor change due to change in BoogieGravatar wuestholz2014-09-28
|
* Did more refactoring.Gravatar wuestholz2014-09-23
|
* Did more refactoring.Gravatar wuestholz2014-09-23
|
* DafnyExtension: minor changeGravatar wuestholz2014-09-22
|
* 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 and added a description to error states.Gravatar wuestholz2013-08-03
|
* DafnyExtension: Fixed a minor issue in the error selection.Gravatar wuestholz2013-08-01
|
* DafnyExtension: Made it select the last error state by default when an error ↵Gravatar wuestholz2013-08-01
| | | | is selected.
* DafnyExtension: Did some refactoring to integrate the Dafny menu more tightly.Gravatar wuestholz2013-07-28
|
* DafnyExtension: Did some refactoring and worked towards integrating the ↵Gravatar wuestholz2013-07-26
| | | | Dafny menu more tightly.
* DafnyExtension: minor fixGravatar wuestholz2013-07-23
|
* Fixed build failures due to changes in Boogie.Gravatar wuestholz2013-07-22
|
* 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: Worked on integrating BVD.Gravatar wuestholz2013-07-14
|
* DafnyExtension: Enabled model extraction for verification failures.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: Use tracking spans instead of regular spans.Gravatar wuestholz2013-06-21
|
* DafnyExtension: Made it display verification errors incrementally.Gravatar wuestholz2013-06-20
|
* DafnyExtension: Did some refactoring.Gravatar wuestholz2013-06-11
|
* 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 (error list wasn't cleared after closing ↵Gravatar wuestholz2013-05-27
| | | | buffers).
* DafnyExtension: Added menu for invoking specific Dafny functionality (e.g., ↵Gravatar wuestholz2013-05-23
| | | | compilation).
* Rename _reverifyPost to $_reverifyPost, so that it doesn't show up in BVDGravatar Rustan Leino2012-10-30
| | | | | Remove some duplicated hover text in DafnyExtension Enable Code Contracts in the build
* Put all sources under \Source directoryGravatar Rustan Leino2012-10-04