summaryrefslogtreecommitdiff
path: root/Source/Dafny/DafnyOptions.cs
Commit message (Expand)AuthorAge
* New version number 1.9.7.30401, for binary release on Codeplex and Rise4fun.Gravatar leino2016-04-01
* Make /autoTriggers:1 to be default. Add /autoTriggers:0 to tests that requiresGravatar qunyanm2016-03-28
* Add /view:<view1, view2> option to filter module exports to be printed.Gravatar qunyanm2016-02-11
* Made /rewriteFocalPredicates:1 the defaultGravatar Rustan Leino2015-10-02
* Hover text includes #[_k-1] suffix for terms rewritten in prefix predicates/l...Gravatar Rustan Leino2015-10-02
* fix for warnings related to deprecated z3 options (please update to the lates...Gravatar Michael Lowell Roberts2015-09-22
* Only print extraneous comments if asked.Gravatar Michael Lowell Roberts2015-09-17
* Look for z3 in Binaries/z3/bin (but keep the vendored version for convenience)Gravatar Clément Pit--Claudel2015-08-27
* Merge.Gravatar Clément Pit--Claudel2015-08-19
|\
* | Use a nice warning symbol in some warning messagesGravatar Clément Pit--Claudel2015-08-18
| * Moved discovery of induction variables into a Rewriter.Gravatar leino2015-08-11
|/
* Add a Linux z3 binary to the repo, and use that or z3.exe based on the OSGravatar Clément Pit--Claudel2015-07-31
* Merge my autoTriggers work into the master branchGravatar Clément Pit--Claudel2015-07-17
|\
* | Clean up a few thing and set proper defaults before mergingGravatar Clément Pit--Claudel2015-07-16
* | Add /printTooltips and /autoTriggers to the CLIGravatar Clément Pit--Claudel2015-07-13
| * [IronDafny] implemented workaround for "import opened" bug(s).Gravatar Michael Lowell Roberts2015-07-13
| * Added command-line option /warnShadowing, which emits warnings if variables s...Gravatar Rustan Leino2015-07-02
| * Add code to calculate various interesting statistics about Dafny files.Gravatar Bryan Parno2015-07-01
|/
* added -optimize option to compiler.Gravatar Michael Lowell Roberts2015-06-12
* Fix the UseBaseNameForFileName flag; it shouldn't set the return code to zero.Gravatar Clément Pit--Claudel2015-06-07
* Changed version to 1.9.3.20406 and updated copyright year to include 2015.Gravatar leino2015-04-06
* Minor change due to a change in BoogieGravatar wuestholz2015-01-13
* Added command-line switch /allowGlobals to simplify transition from language ...Gravatar leino2015-01-07
* Add a DafnyCC option that disables some of Dafny's cleverness to better match...Gravatar Bryan Parno2014-10-27
* Add support for counting spec/impl/proof lines by supressing, e.g., ghost sta...Gravatar Bryan Parno2014-10-27
* Add an option to allow automatically generated requirements to be printedGravatar Bryan Parno2014-10-27
* Add an option to use reduce Z3's knowledge of non-linear arithmetic.Gravatar Bryan Parno2014-10-24
* Added /compile:3, which compiles in memory and then executes the program (if ...Gravatar Rustan Leino2014-01-13
* Produce "tail recursive" hover text in the IDE only for methods that are recu...Gravatar Rustan Leino2013-12-13
* Add a command-line option to disable include directives.Gravatar Bryan Parno2013-12-13
* Fixed printing of Dafny version number.Gravatar Rustan Leino2013-01-23
* Put all sources under \Source directoryGravatar Rustan Leino2012-10-04