summaryrefslogtreecommitdiff
path: root/Source/Dafny/Translator.cs
Commit message (Expand)AuthorAge
* Dafny: Added a 'Checked' configuration and fixed some runtime assertion viola...Gravatar wuestholz2011-09-23
* Dafny: Fixed an assertion violation in the "Checked" configuration.Gravatar wuestholz2011-09-20
* Dafny: Added support for attributes on methods and constructors.Gravatar wuestholz2011-09-16
* Dafny: fixed parsing bug with "!in"Gravatar Rustan Leino2011-09-08
* Dafny: fixed bug in looking at the arguments of the :induction attributeGravatar Rustan Leino2011-08-18
* MergeGravatar Jason Koenig2011-07-15
|\
| * Updated the Parser.cs and Scanner.cs files in Boogie and Dafny and removed so...Gravatar wuestholz2011-07-15
* | 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
* | Multiset forming operators added.Gravatar Jason Koenig2011-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
|/
* Added the /noCheating option. (treats assume as assert and drops free.)Gravatar Jason Koenig2011-07-01
* 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
* 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: 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: fixed parsing bug that prevented all expressions from occurring in mat...Gravatar Rustan Leino2011-05-27
* MergeGravatar Rustan Leino2011-05-27
|\
| * Dafny: retired "use" statementsGravatar 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
| * 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: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: To help verifications involving sequences of (boxed) booleans along, a...Gravatar Rustan Leino2011-05-16
* Dafny: added optional range expressions to logical quantifiers, preparing for...Gravatar Rustan Leino2011-05-15
* Dafny:Gravatar Rustan Leino2011-05-11
* Dafny: added type "nat"Gravatar Rustan Leino2011-04-19
* branch mergeGravatar Rustan Leino2011-04-05
|\
* | Dafny: Allow field selections and array-element selection as LHSs of assignme...Gravatar Unknown2011-04-05
| * Dafny: fixed bug in induction over integersGravatar Unknown2011-04-04
|/
* Dafny:Gravatar rustanleino2011-03-30
* Dafny: refactoring to soon support more general assignment statementsGravatar rustanleino2011-03-29
* Dafny: Added support for an initializing call as part of the new-allocation s...Gravatar rustanleino2011-03-27
* Dafny: added "choose" operator on setsGravatar rustanleino2011-03-26
* Dafny: compile quantifiersGravatar rustanleino2011-03-26