summaryrefslogtreecommitdiff
path: root/Source/Dafny
Commit message (Expand)AuthorAge
* Compile lambda functions and apply expressions, and change let expr compilationGravatar Dan Rosén2014-08-12
* MergeGravatar Dan Rosén2014-08-11
|\
* | Add higher-order-functions and some other goodiesGravatar Dan Rosén2014-08-11
| * Resolved further merge issuesGravatar leino2014-08-05
| * MergeGravatar leino2014-08-02
| |\
| * | Fixed bug Issue 37: expand type synonyms in more (hopefully all) places in th...Gravatar leino2014-08-02
|/ /
| * - fixed a bug in inheriting members from a traitGravatar Reza Ahmadi2014-07-20
| * - fixed an issue regarding including ghost functions in the compiled interfaceGravatar Reza Ahmadi2014-07-20
| * added trait feature:Gravatar Reza Ahmadi2014-07-18
|/
* Renamed "arbitrary type" to "opaque type"Gravatar Rustan Leino2014-07-15
* Allow an arbitrary-type to take type parametersGravatar Rustan Leino2014-07-15
* Support for type synonyms in refinementsGravatar Rustan Leino2014-07-14
* MergeGravatar Rustan Leino2014-07-11
|\
* | Added type synonyms. (No support yet for these in refinements.)Gravatar Rustan Leino2014-07-11
| * Check that type arguments to map display expressions are fully resolvedGravatar Dan Rosén2014-07-11
| * Don't assume can calls for quantifiersGravatar Dan Rosén2014-07-11
|/
* Make reveal axioms from opaque functions quantify over layersGravatar Dan Rosén2014-07-10
* Ignore checked-only and free-only split expressions in places where they "don...Gravatar Rustan Leino2014-07-09
* Further resolved merge conflictsGravatar Rustan Leino2014-07-08
* MergeGravatar Rustan Leino2014-07-08
|\
* | Implemented compilation of the int<->real conversions, and changed the resolu...Gravatar Rustan Leino2014-07-08
| * MergeGravatar Dan Rosén2014-07-07
| |\
| * | New logical encoding of types with Is and IsAllocGravatar Dan Rosén2014-07-07
| | * MergeGravatar leino2014-07-03
| | |\
| | * | Translate CanCallAssumption with the same fuel value as in the body of the fu...Gravatar leino2014-07-03
| | | * Changed "dummy" checksums to "stable" and added more tests for the verificati...Gravatar wuestholz2014-07-03
* | | | Fixed a crash in the translation of fresh(seq<T>).Gravatar Rustan Leino2014-07-02
| |_|/ |/| |
| | * Allow array-type parameters to be filled in automatically.Gravatar leino2014-07-02
| | * MergeGravatar leino2014-07-01
| | |\ | |_|/ |/| |
* | | Added support for verifying Dafny program snapshots from the command-line.Gravatar wuestholz2014-07-01
* | | Added tuples and tuple types. Syntax is the expected one, namely parentheses ...Gravatar Rustan Leino2014-06-27
| | * MergeGravatar leino2014-06-24
| | |\ | |_|/ |/| |
| | * MergeGravatar leino2014-06-24
| | |\
* | | | Make syntax of "match" expressions and "match" statements the same -- curly b...Gravatar Rustan Leino2014-06-24
| |/ / |/| |
* | | Invert LHS sub-expressions in forall assignment statements, which gives the o...Gravatar Rustan Leino2014-06-24
| | * MergeGravatar leino2014-06-16
| | |\ | |_|/ |/| |
| | * Add support doing computations over sequencesGravatar leino2014-06-16
* | | Specialized Lit function for int and real (leaving all other cases polymorphi...Gravatar Rustan Leino2014-06-10
| |/ |/|
| * Fixed issues with absolute file names in the expected output for the lit tests.Gravatar wuestholz2014-06-04
* | Fixed issues with absolute file names in the expected output for the lit tests.Gravatar wuestholz2014-06-04
* | Added support for 'dirty' forall statements.Gravatar chmaria2014-06-03
|/
* Set up the same test infrastructure as in Boogie.Gravatar wuestholz2014-05-29
* Fixed bug in resolution, where type proxies involved in equality tests did no...Gravatar Rustan Leino2014-05-07
* Fixed some bugs where various attributes were not properly visited during typ...Gravatar Rustan Leino2014-05-05
* DafnyExtension: Made it display the compilation output in the VS output pane.Gravatar wuestholz2014-04-21
* Add support for assumption variables.Gravatar wuestholz2014-04-21
* Fixed bug #33.Gravatar Rustan Leino2014-04-19
* Members included from different files are now internally marked with an Inclu...Gravatar Rustan Leino2014-04-19
* Fixed bug #32 dafny.codeplex.com.Gravatar Rustan Leino2014-04-15
* Compile realsGravatar Rustan Leino2014-04-13