summaryrefslogtreecommitdiff
path: root/Test/dafny0
Commit message (Expand)AuthorAge
* Fix issue 103. Emit the quantifiers for ForallStmt before AutoTrigger so thatGravatar qunyanm2015-11-25
* Fixed compilation of equality between reference typesGravatar leino2015-11-11
* Fix issue 91 - Change how we compute the bounds of quantified variables so thatGravatar qunyanm2015-10-29
* In method and iterator specifications, inline top-level predicates (exceptGravatar leino2015-10-24
* Introduced new datatype update syntax: D.(f := E)Gravatar leino2015-10-23
* Improve Dafny's ability to find fueled functions by checking the function its...Gravatar Bryan Parno2015-10-19
* Renamed ExistentialGuards... to BindingGuards...Gravatar Rustan Leino2015-10-07
* Use /env:0 to avoid full pathnames in test outputGravatar Rustan Leino2015-10-06
* Implemented resolution, verification, and (poorly performing) compilation of ...Gravatar leino2015-10-05
* Parsing and pretty printing of the new "existential guards" of the two kinds ...Gravatar leino2015-10-03
* 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
* Removed specContextOnly parameter from ResolveStatement.Gravatar leino2015-09-28
* Removed more traces of the previous resolution checks that happened during pa...Gravatar leino2015-09-28
* Additional testsGravatar leino2015-09-28
* Whitespace changes in test fileGravatar leino2015-09-28
* Changed computation of ghosts until pass 2 of resolution.Gravatar leino2015-09-28
* Added back in various ghost testsGravatar leino2015-09-20
* Changes that only affect line numbers in test caseGravatar leino2015-09-20
* Removed tabs from test fileGravatar leino2015-09-20
* Preliminary refactoring of ghost-statement computations to after type checkingGravatar leino2015-09-20
* MergeGravatar Clément Pit--Claudel2015-09-02
|\
* | Add a small test from a discussion with BryanGravatar Clément Pit--Claudel2015-08-28
* | Implement workarounds for some tests that fail with /autoTriggers.Gravatar Clément Pit--Claudel2015-08-28
* | Suppress many warnings in the test suite.Gravatar Clément Pit--Claudel2015-08-28
| * Added tests for Boogie's new /verifySnapshots:3, which will be used by the Da...Gravatar Rustan Leino2015-08-28
|/
* Add change missing from bd47e3cdb79cGravatar Clément Pit--Claudel2015-08-23
* Added /autoTriggers to two tests where it only makes a cosmetic differenceGravatar Clément Pit--Claudel2015-08-23
* Replace b || !b by true in Snapshots5.v1.dfyGravatar Clément Pit--Claudel2015-08-23
* Fix: multi-dimensional OOB errors were sometimes reported on incorrect locati...Gravatar Clément Pit--Claudel2015-08-23
* MergeGravatar Rustan Leino2015-08-20
|\
* | Fixed compilation that involve enumeration over native-type newtype values.Gravatar Rustan Leino2015-08-20
| * Merge.Gravatar Clément Pit--Claudel2015-08-20
| |\ | |/ |/|
* | MergeGravatar Rustan Leino2015-08-20
|\ \
| | * Add a test to check that there are as many errors as failed preconditionsGravatar Clément Pit--Claudel2015-08-19
| |/
* | Refactored and improved bounds discoveryGravatar Rustan Leino2015-08-19
| * Merge.Gravatar Clément Pit--Claudel2015-08-19
| |\ | |/ |/|
| * Cleanup indentation of trigger warningsGravatar Clément Pit--Claudel2015-08-19
| * Draft out a more advanced version of trigger generationGravatar Clément Pit--Claudel2015-08-19
* | Change the induction heuristic for lemmas to also look in precondition for cl...Gravatar leino2015-08-12
|/
* MergeGravatar Rustan Leino2015-07-31
|\
| * MergeGravatar leino2015-07-31
| |\
* | | Bug fix: check that assign-such-that constraint is of type booleanGravatar Rustan Leino2015-07-31
| |/ |/|
| * Allow forall statements in refinementsGravatar leino2015-07-31
* | Add quotes in snapshot tests.Gravatar Clément Pit--Claudel2015-07-30
* | Fixed crash in resolution where, after reporting an error, the cases #type an...Gravatar Rustan Leino2015-07-29
* | Clarify the inlining warning.Gravatar Clément Pit--Claudel2015-07-27
|/
* Fix: Read clauses should be checked before lit liftingGravatar Clément Pit--Claudel2015-07-23
* Fix: Unify column numbers in Dafny's errorsGravatar Clément Pit--Claudel2015-07-23
* Improved rank axioms for containersGravatar Rustan Leino2015-07-21