summaryrefslogtreecommitdiff
path: root/Test/dafny0/Parallel.dfy
Commit message (Expand)AuthorAge
* Make /autoTriggers:1 to be default. Add /autoTriggers:0 to tests that requiresGravatar qunyanm2016-03-28
* Suppress many warnings in the test suite.Gravatar Clément Pit--Claudel2015-08-28
* Change the induction heuristic for lemmas to also look in precondition for cl...Gravatar leino2015-08-12
* Language change: All functions and methods declared lexically outside any cla...Gravatar leino2014-12-12
* Stricter rules about that types need to be completely resolved.Gravatar leino2014-10-08
* Set up the same test infrastructure as in Boogie.Gravatar wuestholz2014-05-29
* Fixed (completeness) bug in translation of automatic induction--previously, t...Gravatar Rustan Leino2013-04-19
* Disallow allocations in ghost contextsGravatar Rustan Leino2013-03-06
* Renamed "parallel" statement to "forall" statement, and made the parentheses ...Gravatar Rustan Leino2013-03-06
* Dafny: allow parallel statements with an empty list of bound variablesGravatar Rustan Leino2012-01-17
* Dafny: parallel statements:Gravatar Rustan Leino2012-01-17
* Dafny induction:Gravatar Rustan Leino2011-10-29
* Dafny: implemented compilation of parallel statementsGravatar Rustan Leino2011-10-25
* Dafny: check subrange restriction in parallel Assign statementGravatar Rustan Leino2011-10-24
* Dafny: continued translation of "parallel" statements (Assign and Proof forms...Gravatar Rustan Leino2011-10-24
* Dafny: changed triggers (which are never really used, anyhow) from having a s...Gravatar Rustan Leino2011-10-21