summaryrefslogtreecommitdiff
path: root/Util
Commit message (Collapse)AuthorAge
* Make DFSG-cleanGravatar Benjamin Barenblat2016-03-31
|
* Normalise line endings using a .gitattributes file. UnfortunatelyGravatar Dan Liew2015-06-28
| | | | | | this required that this commit globally modify most files. If you want to use git blame to see the real author of a line use the ``-w`` flag so that whitespace changes are ignored.
* small cleanupGravatar Pantazis Deligiannis2013-10-10
|
* improvements to the refuted annotations exchange processGravatar Pantazis Deligiannis2013-08-20
|
* new option for reversing the topological order - this could potentially help ↵Gravatar Pantazis Deligiannis2013-08-19
| | | | to speedup houdini refutation of candidates
* new option to disable checking for loop maintained invariants - this leads ↵Gravatar Pantazis Deligiannis2013-08-15
| | | | to an underapproximation that helps to speedup houdini refutation of candidates
* changes in the parallel houdini scriptGravatar Pantazis Deligiannis2013-07-30
|
* added script for running the portfolio solver (parallel houdini)Gravatar Pantazis Deligiannis2013-07-30
|
* Removed Dafny, Jennisys, Chalice, and BCT, which now live in different ↵Gravatar Rustan Leino2013-03-05
| | | | Codeplex repositories.
* MergeGravatar Rustan Leino2012-10-04
|\
| * bunch of refactoringsGravatar Unknown2012-10-03
| | | | | | | | | | | | | | | | | | - moved doomed and predication code into separate projects; for doomed there is a static dependency from BoogieDriver but for predication even that dependency has been eliminated - deleted Provers\Simplify and Provers\Z3 - removed Provers\Z3api from the solution - consolidated Core\GraphAlgorithms.cs VCGeneration\GraphAlgorithms.cs into Graph\Graph.cs
| * Boogie: updated syntax highlighting ("real")Gravatar Unknown2012-09-28
| |
| * Dafny: removed div/mod axioms, since Boogie now interprets div/modGravatar Unknown2012-09-28
| | | | | | | | | | Dafny: included FloydCycleDetect again (which had been temporarily commented out) DafnyExtension: adjusted to Boogie's change in abstract-interpretation support
| * MergeGravatar Unknown2012-09-27
| |\
| | * DafnyExtension: make it usable also in Visual Studio 2012Gravatar Unknown2012-09-27
| | |
| * | Boogie: new syntax for integer division and modulus: use div and mod instead ↵Gravatar boehmes2012-09-27
| |/ | | | | | | of / and %
* | Dafny: added iterators; for now, only parsing and resolving (and printing ↵Gravatar Rustan Leino2012-09-25
| | | | | | | | and refining), no compilation or verification
| * DafnyExtension: adding some missing keywords (for imports)Gravatar Unknown2012-09-21
| |
| * Added the new keyword (calc) to UtilGravatar Nadia Polikarpova2012-09-16
|/
* DafnyExtension: addressed a class initialization order problemGravatar Rustan Leino2012-09-09
|
* DafnyExtension: new color (violet) for buffer snapshot sent to the verifierGravatar Unknown2012-09-07
|
* Dafny: fixed typo in latex modeGravatar Unknown2012-09-05
|
* DafnyExtension: don't duplicate names of inherited identifiersGravatar Unknown2012-08-30
|
* DafnyExtension: changed how "_" is displayed (now display as a keyword, not ↵Gravatar Unknown2012-08-30
| | | | as an identifier definition)
* Dafny: allow "_" as don't-care variable nameGravatar Unknown2012-08-30
|
* DafnyExtension: fixed bug (omitted case: VarDeclStmt has no Update component)Gravatar Unknown2012-08-29
|
* DafnyExtension: don't reverify a buffer with no changesGravatar Rustan Leino2012-08-27
|
* DafnyExtensions: better error handlingGravatar Rustan Leino2012-08-21
|
* Dafny and Boogie: get rid of 'static' fields in parserGravatar Rustan Leino2012-08-21
|
* DafnyExtension: fixed bad mergeGravatar Rustan Leino2012-08-17
|
* MergeGravatar Rustan Leino2012-08-17
|\
* | DafnyExtension: improved concurrency behaviorGravatar Unknown2012-08-17
| |
| * DafnyExtension: report out-of-time and out-of-memory errorsGravatar Rustan Leino2012-08-17
|/
* DafnyExtension: toward some fixesGravatar Unknown2012-08-17
|
* DafnyExtension: simplified display of type names and field namesGravatar Unknown2012-08-17
|
* DafnyExtension: various improvementsGravatar Unknown2012-08-16
|
* DafnyExtension: improvementsGravatar Rustan Leino2012-08-15
|
* DafnyExtension: do verification in a non-UI threadGravatar Rustan Leino2012-08-15
|
* DafnyExtension: fixed more missing cases for hover textsGravatar Unknown2012-08-15
|
* Dafny: fixed some bugs in the newly added DafnyExtension codeGravatar Unknown2012-08-15
|
* Dafny: added Statement.SubExpressions getterGravatar Unknown2012-08-15
| | | | DafnyExtension: added hover text for identifiers
* Dafny: added Statement.SubExpressions getterGravatar Unknown2012-08-15
| | | | DafnyExtension: added hover text for identifiers
* Dafny: removed the defunct "havoc" keyword from various source-code highlightersGravatar Unknown2012-08-15
|
* Dafny emacs mode: changed a menu name (Does anyone ever use this menu anyhow?)Gravatar Unknown2012-08-14
|
* Dafny: two bug fixes (resolution crashing on bad input, DafnyExtension ↵Gravatar Unknown2012-08-14
| | | | crashing after certain deletes)
* DafnyExtension: hide execution-trace output, show split-expr related error ↵Gravatar Rustan Leino2012-08-10
| | | | locations, set a 10-second timeout
* DafnyExtension: improvementsGravatar Rustan Leino2012-08-08
|
* DafnyExtension: fixed build issues; added support for some refinement featuresGravatar Rustan Leino2012-08-08
|
* Dafny: the DafnyExtension mode for Visual Studio now calls the verifier and ↵Gravatar Unknown2012-08-08
| | | | visually indicates a non-verified buffer
* Dafny VS Extension: edited to make it build with new AST types, fixed some ↵Gravatar Unknown2012-08-02
| | | | bugs, added a temporary progress indicator