summaryrefslogtreecommitdiff
path: root/Test/dafny0/Array.dfy
Commit message (Expand)AuthorAge
* Dafny: Added "type" declaration (syntax: "type X;"), which introduces an arbi...Gravatar Rustan Leino2011-11-21
* Dafny: fixed bug in reads checking of array-to-sequence conversionsGravatar Rustan Leino2011-11-08
* Dafny: fixed bug in translator when LHS of a call was an array element or a natGravatar Rustan Leino2011-09-30
* Dafny: fixed bug in looking at the arguments of the :induction attributeGravatar Rustan Leino2011-08-18
* Fixed failing regression tests.Gravatar Jason Koenig2011-07-14
* Added multiset from sequence axioms, removed array range RHSs. Fixed issue wi...Gravatar Jason Koenig2011-07-13
* Added s[..] syntax in anticipation of sequence forming operation. (also updat...Gravatar Jason Koenig2011-07-11
* Dafny: Allow field selections and array-element selection as LHSs of assignme...Gravatar Unknown2011-04-05
* Dafny:Gravatar rustanleino2010-09-17
* Dafny:Gravatar rustanleino2010-05-21