summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAge
* Revised the $Is and $IsAlloc axioms for arrow terms. It is now possible toGravatar Rustan Leino2016-03-01
* Added a return-value contractGravatar Rustan Leino2016-02-29
* MergeGravatar Rustan Leino2016-02-26
|\
* | Changes to CanCall assumptions:Gravatar Rustan Leino2016-02-26
| * Fix issue 138. Allow parenthese with the nullary constructor inGravatar qunyanm2016-02-26
| * Fix issue 140. Move the initializion of _this before the TAIL_CALL_START label.Gravatar qunyanm2016-02-26
| * Fix issue 136. Less aggressive Lit wrap for assert/assume.Gravatar qunyanm2016-02-26
|/
* Fix issue 132. The formal argument can't be assume to be allocated when aGravatar qunyanm2016-02-12
* Fix issue 134. Wrong variable was used in the loop.Gravatar qunyanm2016-02-11
* Fix issue 133. The return type for some compare operators was wrongly typedGravatar qunyanm2016-02-11
* Add /view:<view1, view2> option to filter module exports to be printed.Gravatar qunyanm2016-02-11
* Fix issue 131. Instead of crashing, report an error when an undefined member ofGravatar qunyanm2016-02-09
* Fix issue 120. Need to wrap operations that are "lit lifted" and turned intoGravatar qunyanm2016-02-08
* Fix issue 124. Consider math operators that later turned into function callsGravatar qunyanm2016-02-08
* Fix issue 125. Add the missing case 2 and 3 with refinement and opened imports.Gravatar qunyanm2016-02-05
* Fix issue 128. Change the translation of CanCallAssumption for let-such-thatGravatar qunyanm2016-02-04
* Fix issue 129. When looking for a constructor for which Dafny knows how toGravatar qunyanm2016-02-02
* Mark old "import A as B" syntax as deprecated. The new syntax is "import A : B"Gravatar qunyanm2016-02-02
* Implement module export so we can export a subset of items defined in theGravatar qunyanm2016-01-29
* Revert Makefile to its prior settingsGravatar Richard L. Ford2016-01-29
* Fix build and test failures, cleanup grammar.Gravatar Richard L. Ford2016-01-27
* Implement 'extern' declaration modifier.Gravatar Richard L. Ford2016-01-27
* Fix issue 121. Don't split QuantifierExpr that are empty.Gravatar qunyanm2016-01-25
* Fix issue 122. Only generate autoTriggers for QuantifierExpr that are notGravatar qunyanm2016-01-25
* VS IDE performance - invoke dafny parser when the buffer hasn't changed forGravatar qunyanm2016-01-20
* Mark temps that are generated in the resolver as auto-generated identifiers soGravatar qunyanm2016-01-20
* Fix issue 117. Generate an error when the "opened" of an import doesn't matchGravatar qunyanm2016-01-08
* Fix issue 118. When iteratively computing bounds, treat RefBoundedPool typedGravatar qunyanm2016-01-07
* Removed Contract.Requires from method overrides (preconditions of overrides a...Gravatar Rustan Leino2016-01-06
* Fix some VS IDE performance issues.Gravatar qunyanm2016-01-06
* Fix issue 116. Add the missing @ for the generated c# code.Gravatar qunyanm2016-01-05
* Fix issue 114. Do not export private terms for ComprehensionExpr in triggerGravatar qunyanm2015-12-08
* Fix printing for ForallStmt. Previously we traverse the resolved forallGravatar qunyanm2015-12-04
* Fix issue 113. Make sure the tempVar name used in ToString() method doesn'tGravatar qunyanm2015-12-03
* Fix issue 110. Set useImport to true when trying to registerTopLevelDeclsGravatar qunyanm2015-12-02
* Fix issue 111. Create a new BoundVar for each CasePattern of MatchCaseExpr whenGravatar qunyanm2015-11-30
* Made an adjustment in the printing of resolved forall expressions (previous c...Gravatar leino2015-11-28
* MergeGravatar leino2015-11-27
|\
* | Make cached results dependent on if a function is ghost or notGravatar leino2015-11-27
* | autocontracts: Don't add modifies clause to ghost methodsGravatar leino2015-11-27
| * Fix issue 103. Emit the quantifiers for ForallStmt before AutoTrigger so thatGravatar qunyanm2015-11-25
|/
* Add code that uses Z3's optimization features (currently disabled by default).Gravatar wuestholz2015-11-19
* Fix issue 108. Use idGenerator to create a new collection name for eachGravatar qunyanm2015-11-18
* Fix issue 107. Instead of writing out StaticReceiverExpr as null valuedGravatar qunyanm2015-11-17
* Fix issue 100. Add an axiom for functionHandle to trigger off of the origialGravatar qunyanm2015-11-17
* Updated version number to 1.9.6.21116. This version is now on rise4fun.Gravatar leino2015-11-16
* Fix issue 94. Allow tuple-based assignment in statement contexts.Gravatar qunyanm2015-11-14
* MergeGravatar leino2015-11-11
|\
* | Fixed compilation of equality between reference typesGravatar leino2015-11-11
| * Fix issue 101. Instead of swapping operands for Exp opcode in BinaryExpr,Gravatar qunyanm2015-11-10