summaryrefslogtreecommitdiff
path: root/Dafny/DafnyOptions.cs
Commit message (Collapse)AuthorAge
* Put all sources under \Source directoryGravatar Rustan Leino2012-10-04
|
* Dafny: the DafnyExtension mode for Visual Studio now calls the verifier and ↵Gravatar Unknown2012-08-08
| | | | visually indicates a non-verified buffer
* Dafny: fully qualify (with module names) names of types in the translation ↵Gravatar Rustan Leino2012-01-05
| | | | | | | into Boogie Dafny: started cloning of refined classes Dafny: added /rprint switch to print the (syntax of the) resolved Dafny program
* Dafny: make /help also print the Boogie command-line optionsGravatar Rustan Leino2012-01-04
|
* Dafny: call C# compiler directly from inside Dafny, and optionally produce a ↵Gravatar Rustan Leino2011-11-22
| | | | .cs file with the new /spillTargetCode switch
* Dafny: fixed bad Code ContractsGravatar Rustan Leino2011-11-16
|
* Boogie (and Dafny, with effects also on SscBoogie): I refactored ↵Gravatar Rustan Leino2011-11-15
CommandLineOptions to separate the options that belong to these 3 tools.