summaryrefslogtreecommitdiff
path: root/Source/Dafny
Commit message (Expand)AuthorAge
* MergeGravatar Jason Koenig2011-07-15
|\
* | Added compilation support for multisets and sequences from arrays.Gravatar Jason Koenig2011-07-15
| * Updated the Parser.cs and Scanner.cs files in Boogie and Dafny and removed so...Gravatar wuestholz2011-07-15
* | MergeGravatar Jason Koenig2011-07-14
|\|
* | Fixed bug where wellformedness for E in multiset(E) was checked in the "old" ...Gravatar Jason Koenig2011-07-14
* | Added multiset from sequence axioms, removed array range RHSs. Fixed issue wi...Gravatar Jason Koenig2011-07-13
* | Fixed printing of multisets.Gravatar Jason Koenig2011-07-11
* | Multiset forming operators added.Gravatar Jason Koenig2011-07-11
| * MergeGravatar Rustan Leino2011-07-11
| |\
| * | Dafny: allow constructors only inside classes, removed semi-colons at end of ...Gravatar Rustan Leino2011-07-11
* | | MergeGravatar Jason Koenig2011-07-11
|\ \ \
* | | | Added s[..] syntax in anticipation of sequence forming operation. (also updat...Gravatar Jason Koenig2011-07-11
| |_|/ |/| |
| * | Partial implementation of multisets.Gravatar Jason Koenig2011-07-11
|/ /
* / Dafny: Dafny now uses the Euclidean definition of division. (Verifier and run...Gravatar Jason Koenig2011-07-08
|/
* Dafny: Fixed bug in call statements where mutability of out parameters was no...Gravatar Jason Koenig2011-07-06
* Dafny: Added chaining of disjoint (!!) using transitive chaining convention.Gravatar Jason Koenig2011-07-05
* Added the /noCheating option. (treats assume as assert and drops free.)Gravatar Jason Koenig2011-07-01
* Refactored update statement resolution to its own method.Gravatar Jason Koenig2011-06-30
* Refactor. Renamed update statement field and removed unused field in AST.Gravatar Jason Koenig2011-06-30
* Removed tab characters.Gravatar Jason Koenig2011-06-29
* Added returns with parameters to printer.Gravatar Jason Koenig2011-06-29
* Fixed bug in compiler relating to returns with parameters.Gravatar Jason Koenig2011-06-29
* Stable implementation of return statements with parameters.Gravatar Jason Koenig2011-06-29
* Made Receiver mutable, as this cannot be linked properly by the parser.Gravatar Jason Koenig2011-06-29
* Initial implementation of return statments with parameters.Gravatar Jason Koenig2011-06-29
* Removed development comments.Gravatar Jason Koenig2011-06-29
* 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
* 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: 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
|\|
| * 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
| * 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