Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update dependencies and Standards-Version | Benjamin Barenblat | 2016-04-06 |
| | |||
* | Add gbp.conf | Benjamin Barenblat | 2015-08-30 |
| | |||
* | Get rid of Built-Using | Benjamin Barenblat | 2015-08-30 |
| | | | | | See Debian bug #688251. There are no licensing issues with Boogie, so we don’t need to be aware of the original source. | ||
* | Move release to unstable | Benjamin Barenblat | 2015-08-30 |
| | |||
* | Package Dafny for experimental | Benjamin Barenblat | 2015-08-14 |
| | |||
* | Version 1.9.5.20511 | leino | 2015-05-11 |
| | |||
* | Don't include arrow types among ordered types. | leino | 2015-05-11 |
| | | | | | | Fix bug with not seeing imap's because of type synonyms. Don't show semi-colon after "decreases" in hover text. Minor cosmetic change in a test case. | ||
* | Added to the test suite a Dafny encoding of Chapter 7 from the Nipkow and ↵ | leino | 2015-05-10 |
| | | | | | | Klein book on semantics. It includes many uses of inductive predicates and inductive lemmas. | ||
* | Additional test case for inductive predicates | leino | 2015-05-07 |
| | |||
* | Added "inductive lemma" methods | leino | 2015-05-07 |
| | |||
* | Added inductive predicates | leino | 2015-05-06 |
| | |||
* | Improved generation of .reads axioms (correcting an incorrect answer and ↵ | leino | 2015-05-01 |
| | | | | corresponding incorrectly recorded desired answer) | ||
* | Answer file | leino | 2015-05-01 |
| | |||
* | Improved encoding of a property of reads clauses to make things more easily ↵ | leino | 2015-05-01 |
| | | | | provable. | ||
* | Added to the test suite a Dafny encoding of Chapter 3 from the Nipkow and ↵ | leino | 2015-04-29 |
| | | | | Klein book on semantics | ||
* | Bumped version to 1.9.4.20428 | leino | 2015-04-29 |
| | |||
* | Added a test where Dafny verifies something that the Juggernaut tool can infer | leino | 2015-04-28 |
| | |||
* | Merge | leino | 2015-04-28 |
|\ | |||
* | | Changes to the VerifyThis2015 test programs | leino | 2015-04-28 |
| | | |||
| * | added notice about vim-loves-dafny. | Michael Lowell Roberts | 2015-04-27 |
| | | |||
| * | Fix issue #72. Add the constructor questionmark to a function's axiom if the | qunyanm | 2015-04-24 |
| | | | | | | | | function has a MemberSelectExpr that accesses a type with only one constructor. | ||
* | | Fixed bug in tuples | leino | 2015-04-24 |
| | | |||
| * | Rearranged handling ambiguously named declarations, so that the multitudes ↵ | Rustan Leino | 2015-04-22 |
| | | | | | | | | | | | | | | | | of ambiguous names that arise when layers of modules are opened-imported don't cause gross memory waste. In particular, previously, the names of many such ambiguous declarations were shown to exceed 1 million characters, the way they had been constructed. Now, multiple imports of the same declaration are immediatley resolved as not being ambiguous. | ||
| * | Fix issue #70. Check the ctors for equality before marking them as duplicates. | qunyanm | 2015-04-21 |
| | | |||
| * | Fix issue #73. Pass in expr.tok when creating Bpl.Expr for InMap and NotInMap. | qunyanm | 2015-04-20 |
| | | |||
| * | Fix issue #69. If we can't find a member in classMembers, search the static | qunyanm | 2015-04-17 |
| | | | | | | | | members of the enclosing module or its imports. | ||
| * | HashCode for Set/MultiSet/Map should be independent of the order of the | qunyanm | 2015-04-17 |
| | | | | | | | | elements. | ||
| * | Change GetHashCode for Set, MultiSet and Map | qunyanm | 2015-04-16 |
| | | |||
| * | Fix issue #71. When substitute the forall's variables for those of the | qunyanm | 2015-04-16 |
| | | | | | | | | fn in fixupRevealLemma substitute the types as well. | ||
| * | Fix issue #68. Change GetHashCode implementation for Sequence. | qunyanm | 2015-04-14 |
|/ | |||
* | Completed problems from the VerifyThis 2015 program verification competition | leino | 2015-04-14 |
| | |||
* | Fix issue #67. Check SupportsEquality before determining whether to emit Equals | qunyanm | 2015-04-13 |
| | | | | or == for equality testing. | ||
* | Include axioms about $Is and $IsAlloc for traits | leino | 2015-04-07 |
| | |||
* | Support calls to static trait methods/functions via the class | leino | 2015-04-07 |
| | |||
* | Merge | leino | 2015-04-07 |
|\ | |||
* | | Revised look-up and compilation of inherited trait members (static ↵ | leino | 2015-04-07 |
| | | | | | | | | functions/methods don't work yet) | ||
| * | Make sure that PrintTopLevelDecls receives program FullName, not just Name, ↵ | chrishaw | 2015-04-07 |
|/ | | | | so that printMode NoIncludes/NoGhost works | ||
* | Changed version to 1.9.3.20406 and updated copyright year to include 2015. | leino | 2015-04-06 |
| | |||
* | Copy z3.exe and Z3-LICENSE.txt (from Binaries directory to ↵ | leino | 2015-04-06 |
| | | | | Source/DafnyExtension directory) as pre-build events | ||
* | Merge | leino | 2015-04-06 |
|\ | |||
| * | Merge | qunyanm | 2015-04-06 |
| |\ | |||
| * | | Add z3.exe and z3-license.txt to dafny binary and extension distribution. | qunyanm | 2015-04-06 |
| | | | |||
* | | | Fixed missing case in previous check-in | leino | 2015-04-05 |
| |/ |/| | |||
* | | Fixed compilation of static members in traits | leino | 2015-04-05 |
| | | |||
* | | Fixed some bugs in override axioms (but still missing support for classes ↵ | leino | 2015-04-05 |
| | | | | | | | | | | | | | | with type parameters). Resolve ClassDecl.TraitsTyp as types. Moved declaration of TraitParent and NoTraitAtAll to prelude. | ||
* | | Whitespace deltas in test files (in particular, removing tabs and adjusting ↵ | leino | 2015-04-03 |
| | | | | | | | | some indentation) | ||
* | | Merge | leino | 2015-04-03 |
|\| | |||
* | | Added test cases and fixes for overrides termination checks | leino | 2015-04-03 |
| | | | | | | | | Removed syntactic presence checks for specifications--these will be checked semantically by the verifier | ||
| * | Eliminate redundant checks of newtype and opaque function well-formedness ↵ | chrishaw | 2015-04-02 |
|/ | | | | from included files | ||
* | Reflect cleaner syntax in some test programs | leino | 2015-03-31 |
| |