summaryrefslogtreecommitdiff
path: root/Test/dafny0/Array.dfy
Commit message (Expand)AuthorAge
* Implement workarounds for some tests that fail with /autoTriggers.Gravatar Clément Pit--Claudel2015-08-28
* Fix bug in translation of 'new' for arraysGravatar Rustan Leino2014-10-29
* Improved axiom that knows that array-to-sequence converstion depends only on ...Gravatar Rustan Leino2014-06-04
* Set up the same test infrastructure as in Boogie.Gravatar wuestholz2014-05-29
* Added axiom to transfer array element-type information onto the elements them...Gravatar Rustan Leino2014-03-20
* Fixed problem with propagating allocation information about array elements.Gravatar Rustan Leino2014-03-20
* 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