summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | Removed unneeded :heapQuantifier from test case (rendinging this attribute cu...Gravatar leino2015-06-25
| * Fix issue #85. Only try to interpret an identifier as a datatype constructorGravatar qunyanm2015-06-22
| * Fix various bugs in nested match patterns listed in issue #83Gravatar qunyanm2015-06-19
|/
* Auto-merged heads.Gravatar Michael Lowell Roberts2015-06-16
|\
* | System.Collections.Immutable.dll is now stored in the Binaries directory and ...Gravatar Michael Lowell Roberts2015-06-16
| * Changed logical order of requires and reads clauses on functions. Reads clausesGravatar Rustan Leino2015-06-15
| * Do postponsed reads checking also for the body of functions -- see Test/dafny...Gravatar Rustan Leino2015-06-15
| * Some more reads testsGravatar Rustan Leino2015-06-15
| * More reads testsGravatar Rustan Leino2015-06-15
| * Postpone reads checks of function preconditions until after the entire precon...Gravatar leino2015-06-15
| * More tests of reads-clause checkingGravatar Rustan Leino2015-06-15
| * Little edits in new CheckWellformedAndAssume codeGravatar leino2015-06-12
| * MergeGravatar leino2015-06-12
| |\
| * | Added /vcs... cop-out to test case to make it go throughGravatar leino2015-06-12
| | * Fix a bug spotted by Chris in my BigInteger patch; thanks!Gravatar Clément Pit--Claudel2015-06-12
| * | MergeGravatar leino2015-06-12
| |\|
| * | Combined some common routines into CheckWellformedAndAssume, which also allow...Gravatar leino2015-06-12
| | * MergeGravatar Clément Pit--Claudel2015-06-12
| | |\ | |_|/ |/| |
| | * Small fix in runTests.pyGravatar Clément Pit--Claudel2015-06-12
* | | mergeGravatar Michael Lowell Roberts2015-06-12
|\ \ \ | | |/ | |/|
* | | added -optimize option to compiler.Gravatar Michael Lowell Roberts2015-06-12
| |/ |/|
| * Add missing default parameter in runTests.pyGravatar Clément Pit--Claudel2015-06-11
| * A few more improvements to runTests.pyGravatar Clément Pit--Claudel2015-06-11
| * Small improvements to runTests.pyGravatar Clément Pit--Claudel2015-06-10
|/
* Add a compatibility layer over BigInteger.ParseGravatar Clément Pit--Claudel2015-06-07
* MergeGravatar Clément Pit--Claudel2015-06-08
|\
| * MergeGravatar Bryan Parno2015-06-08
| |\
| * | Update the hash code for datatypes to use the djb2 hash algorithm,Gravatar Bryan Parno2015-06-08
| * | Fix some issues when compiling generic types and generic function method callsGravatar Bryan Parno2015-06-08
* | | Fix the UseBaseNameForFileName flag; it shouldn't set the return code to zero.Gravatar Clément Pit--Claudel2015-06-07
* | | Fix lit headers implicitly relying on bash-style constructsGravatar Clément Pit--Claudel2015-06-08
* | | Add the beginning of a new testing infrastructureGravatar Clément Pit--Claudel2015-06-08
| |/ |/|
* | Fix the Seq#Contain axiom; it should talk about T, not ref.Gravatar Clément Pit--Claudel2015-06-07
|/
* Generate #requires function for OpaqueFunction.Gravatar qunyanm2015-06-04
* Added {:auto_generated} trigger, which indicates that a declaration was not e...Gravatar Rustan Leino2015-06-02
* MergeGravatar leino2015-05-29
|\
| * Add an infinite set collection type.Gravatar qunyanm2015-05-29
* | Improvements in traits test caseGravatar leino2015-05-29
* | Improvements to Nipkow and Klein test cases: Changed imap to map, removed ne...Gravatar leino2015-05-29
* | MergeGravatar leino2015-05-29
|\|
* | Bug fix in type-antecedent for traits in allocation axiomsGravatar leino2015-05-29
| * MergeGravatar Rustan Leino2015-05-29
| |\
| * | Changes to ComputeFreeVariables--bug fix as well as beautificationGravatar Rustan Leino2015-05-29
| | * Fix build break. Part of the change was not checked in last check-in somehow.Gravatar qunyanm2015-05-19
| | * Fix issue #81. Pass a call's TypeArgumentSubstitution to CheckCallTermination.Gravatar qunyanm2015-05-18
| | * DafnyExtension: Added experimental support for diagnosing timeouts.Gravatar wuestholz2015-05-18
| | * Updated test output after change in Boogie.Gravatar wuestholz2015-05-17
| | * Fix issue #79. Allow tuple pattern matching with parenthesis only.Gravatar qunyanm2015-05-15
| | * Allow MatchExpr and MatchStmt to have nested patterns. Such asGravatar qunyanm2015-05-14
| | * Update the configuration manager so the Debug build actually builds the Debug...Gravatar Bryan Parno2015-05-13