summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAge
* Add support for the "include" keyword, which accepts a (possibly relative) pathGravatar Bryan Parno2013-12-10
* Fixed a bug in the Boogie generated for refinement checks (now that there is ...Gravatar Rustan Leino2013-12-09
* Fixed bug reported as discussion:472216 on dafny.codeplex.comGravatar Rustan Leino2013-12-09
* Fix some things due to changes in Boogie (execution engine API, 'UnivBackPred...Gravatar wuestholz2013-12-09
* Fixed build failures due to changes in Boogie.Gravatar wuestholz2013-11-23
* Use full name of type in compilation errorGravatar Rustan Leino2013-11-18
* MergeGravatar Rustan Leino2013-11-18
|\
| * Added support for attributes on variable declarations.Gravatar wuestholz2013-11-18
* | Let compiler complain about body-less functions and methods, even if these ar...Gravatar Rustan Leino2013-11-14
|/
* Fixed build failure due to changes in Boogie.Gravatar wuestholz2013-10-28
* Removed old keyword "choose"Gravatar Rustan Leino2013-08-06
* Bumped version to 1.7.0, to be released as a binary and on rise4fun.Gravatar wuestholz2013-08-06
* Removed code for an unreachable caseGravatar Rustan Leino2013-08-06
* MergeGravatar Rustan Leino2013-08-06
|\
* | Allow calls to side-effect-free ghost methods from expressionsGravatar Rustan Leino2013-08-06
* | Merged PredicateExpr and CalcExpr into a single StmtExprGravatar Rustan Leino2013-08-06
| * Updated 'PrepareDafnyZip.bat'.Gravatar wuestholz2013-08-05
| * DafnyExtension: Use the same version number as Dafny (unfortunately needs to ...Gravatar wuestholz2013-08-05
* | Added hover text ("additional information") in places where co-predicates pro...Gravatar Rustan Leino2013-08-04
* | Allow co-predicates to be wrapped inside bounded existential quantifiersGravatar Rustan Leino2013-08-04
* | Added hover text ("additional information") in places where co-methods provid...Gravatar Rustan Leino2013-08-04
* | Unified function/method context heightsGravatar Rustan Leino2013-08-04
* | Disallow call-graph clusters that mix co-methods / prefix methods with other ...Gravatar Rustan Leino2013-08-04
* | Set up call-graph to keep track of edges between functions and methods. (To ...Gravatar Rustan Leino2013-08-04
| * DafnyExtension: Fixed issue with visual elements being accessed by non-owning...Gravatar wuestholz2013-08-04
| * DafnyExtension: Did some refactoring and added a description to error states.Gravatar wuestholz2013-08-03
|/
* Introduced keywords "lemma" (like a "ghost method", but not allowed to have a...Gravatar Rustan Leino2013-08-02
* More and improved CaptureState infoGravatar Rustan Leino2013-08-02
* Merge adjustmentsGravatar Rustan Leino2013-08-02
|\
* | Added activation antecedents for co-predicate / prefix predicate axioms.Gravatar Rustan Leino2013-08-02
* | Changed the encoding of recursive functions. Previous, three hardcoded layer...Gravatar Rustan Leino2013-08-02
| * DafnyExtension: Fixed a minor issue in the error selection.Gravatar wuestholz2013-08-01
| * Fixed contract build errorsGravatar Rustan Leino2013-08-01
| * 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
| * DafnyExtension: Made it display if a variable was updated in a given model st...Gravatar wuestholz2013-08-01
| * DafnyExtension: Made it display all variable values from the model.Gravatar wuestholz2013-08-01
| * DafnyExtension: Increased the font size for the BVD tool window.Gravatar wuestholz2013-07-31
| * Added support for more fine-grained generation of unique names.Gravatar wuestholz2013-07-31
| * Regenerated Parser after a merge.Gravatar Nadia Polikarpova2013-07-31
| * MergeGravatar Nadia Polikarpova2013-07-31
| |\
| * | Allowing dangling hints in calculations.Gravatar Nadia Polikarpova2013-07-31
|/ /
| * DafnyExtension: Added support for displaying values from the model as hover t...Gravatar wuestholz2013-07-30
| * Add support for hexidecimal numbers.Gravatar parno2013-07-30
| * Minor changeGravatar wuestholz2013-07-30
|/
* Added "co-recursive call" to drop boxGravatar Rustan Leino2013-07-30
* Simplified the guardedness checking algorithmGravatar Rustan Leino2013-07-30
* Co-recursion, now sounder than ever!Gravatar Rustan Leino2013-07-30
* Fixed issue in the computation of checksums.Gravatar wuestholz2013-07-29
* Fixed distinction between intra/inter-module calls and refined calls.Gravatar Rustan Leino2013-07-29