summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Initial implementation of return statments with parameters.Gravatar Jason Koenig2011-06-29
* Removed development comments.Gravatar Jason Koenig2011-06-29
* Added regression test file LoopModifies.dfy.Gravatar Jason Koenig2011-06-29
* Added regression test for loop modifies clauses.Gravatar Jason Koenig2011-06-28
* Changed regression test answer for dafny0 to reflect new error messages.Gravatar Jason Koenig2011-06-28
* Initial modifies on loops implementation. Still some errors remaining.Gravatar Jason Koenig2011-06-28
* Added loop modifies clause syntax.Gravatar Jason Koenig2011-06-23
* Dafny: bug fix in generating IsCanonicalBoolBox predicatesGravatar Rustan Leino2011-06-21
* Dafny: better error message when "decreases *" is attempted on a function or ...Gravatar Rustan Leino2011-06-20
* MergeGravatar Rustan Leino2011-06-20
|\
* | Dafny: removed deprecated "call" and "use" keywords from syntax highlightersGravatar Rustan Leino2011-06-20
| * Dafny: fixed accidental omission of CaptureState after some assignmentsGravatar Rustan Leino2011-06-16
| * Dafny: added implicit datatype query fields and datatype destructor fieldsGravatar Rustan Leino2011-06-05
|/
* Dafny: fixed soundness problem with HeapSucc axiomGravatar Rustan Leino2011-06-01
* Dafny: compiler fixesGravatar Rustan Leino2011-05-31
* Dafny: compile multi-assignments, compile calls with more general LHSsGravatar Rustan Leino2011-05-31
* Dafny: translate call statements with fancy LHSsGravatar Rustan Leino2011-05-31
* Dafny: Translate general LHSs for var and := (not yet for call, no compilatio...Gravatar Rustan Leino2011-05-30
* Dafny: changed syntax of havoc statements from "havoc X;" to "X := *;"Gravatar Rustan Leino2011-05-28
* Dafny: added constructorsGravatar Rustan Leino2011-05-28
* MergeGravatar Rustan Leino2011-05-27
|\
* | Dafny: fixed parsing bug that prevented all expressions from occurring in mat...Gravatar Rustan Leino2011-05-27
| * MergeGravatar Rustan Leino2011-05-27
| |\
| * | Dafny:Gravatar Rustan Leino2011-05-27
* | | Dafny: fixed compilation bug that produced an extraneous comma in the target ...Gravatar Rustan Leino2011-05-27
| |/ |/|
* | MergeGravatar Rustan Leino2011-05-27
|\ \
| * | MergeGravatar Jason Koenig2011-05-27
| |\|
| * | Better VisualStudio plugin feedback.Gravatar Jason Koenig2011-05-27
* | | MergeGravatar Rustan Leino2011-05-27
|\ \ \ | | |/ | |/|
| * | Dafny: permanently changed the syntax of "datatype" declarations to what prev...Gravatar Rustan Leino2011-05-27
| * | Dafny: retired "use" statementsGravatar Rustan Leino2011-05-27
| * | Dafny: added chaining operatorsGravatar Rustan Leino2011-05-27
| * | MergeGravatar Rustan Leino2011-05-26
| |\|
| * | Dafny:Gravatar Rustan Leino2011-05-26
* | | Dafny: fixed bug in induction-tactic heuristic (should never pick values whos...Gravatar Rustan Leino2011-05-26
* | | Dafny: fixed bug (ill-formed Boogie) in translation of "foreach" for sequencesGravatar Rustan Leino2011-05-26
| | * VisualStudio plugin now informs the user of a timeout.Gravatar Jason Koenig2011-05-26
| |/ |/|
| * Dafny implementation: removed always-true "allowGhostFeatures" parameterGravatar Rustan Leino2011-05-26
| * Dafny: retired the "call" keywordGravatar Rustan Leino2011-05-26
| * Dafny: cleaned up parser, moved foreach statement from AssignStmt<> parsing t...Gravatar Rustan Leino2011-05-25
| * Dafny: changed local "var" introductions to use new VarDeclStmt instead of pa...Gravatar Rustan Leino2011-05-24
| * Dafny:Gravatar Rustan Leino2011-05-24
| * Dafny: refactored code into separate method ResolveIdentifierSequence and all...Gravatar Rustan Leino2011-05-22
| * Dafny: allow class names to be used when referring to static functions (and, ...Gravatar Rustan Leino2011-05-21
| * Dafny:Gravatar Rustan Leino2011-05-21
|/
* Dafny: added alternative statement and alternative-loop statementGravatar Rustan Leino2011-05-19
* Dafny: let verifier, not the resolver, check for missing cases in match expre...Gravatar Rustan Leino2011-05-19
* Dafny: added set comprehension expressionsGravatar Rustan Leino2011-05-18
* Dafny: Test case for sequence of boxed booleansGravatar Rustan Leino2011-05-16
* Dafny: To help verifications involving sequences of (boxed) booleans along, a...Gravatar Rustan Leino2011-05-16