summaryrefslogtreecommitdiff
path: root/Source/Dafny/Translator.cs
Commit message (Expand)AuthorAge
* MergeGravatar qunyanm2015-03-11
|\
* | Fix issue #54 and #57. Resolve a formal's type before creating a substitute.Gravatar qunyanm2015-03-11
| * Removed some old and unused functionsGravatar leino2015-03-09
| * This changeset changes the default visibility of a function/predicate body ou...Gravatar leino2015-03-09
|/
* Add imap display/update expressionsGravatar chrishaw2015-02-27
* Add imap type, which is like map but may have have infinite sizeGravatar chrishaw2015-02-26
* Add an explicit trigger so that Z3 doesn't choose an overly generous trigger ...Gravatar Bryan Parno2015-02-09
* Generate unique IDs hierarchically, to reduce changes to IDs when the program...Gravatar leino2015-01-28
* Did some refactoring to improve the name generation.Gravatar wuestholz2015-01-28
* Did some refactoring to improve the name generation.Gravatar wuestholz2015-01-27
* Did some refactoring to improve the name generation.Gravatar wuestholz2015-01-27
* Did some refactoring to improve the name generation.Gravatar wuestholz2015-01-27
* Assume type properties of values that are created by a havoc assignment. Such...Gravatar Rustan Leino2015-01-27
* Fixed an encoding bug for newtypes (this fixes Issue #50)Gravatar Rustan Leino2015-01-27
* Switched use of List(IToken) in UserDefinedType to NameSegment/ExprDotName, s...Gravatar leino2015-01-23
* When ambiguous references all resolve to the same declaration, don't complainGravatar leino2015-01-09
* Fixed resolution of method calls with explicit type parameters.Gravatar leino2015-01-02
* Language change: All functions and methods declared lexically outside any cla...Gravatar leino2014-12-12
* MergeGravatar leino2014-12-09
|\
* | Finished up refactoring of the new name segment parsing, AST, and resolution.Gravatar leino2014-12-07
| * fixed a minor bug: null checking.Gravatar Reza Ahmadi2014-12-03
| * added multiple trait inheritance.Gravatar Reza Ahmadi2014-12-03
* | Snapshot, to be continuedGravatar leino2014-12-02
|/
* Fixed bug where resolution was overly restrictive with ghost variables appear...Gravatar leino2014-11-19
* Now the parser parses "Type" rather than "IToken" for a traitGravatar Reza Ahmadi2014-11-05
* Extracted a separate class to generate fresh variable names.Gravatar wuestholz2014-11-06
* MergeGravatar Rustan Leino2014-11-05
|\
* \ MergeGravatar leino2014-11-05
|\ \
| * | Refactored the generation of unique IDs for temporary variable names.Gravatar wuestholz2014-11-05
| * | Did some refactoring.Gravatar wuestholz2014-11-05
| | * MergeGravatar Rustan Leino2014-11-03
| | |\ | | |/ | |/|
| | * Updated a test case for new syntax and convensionsGravatar Rustan Leino2014-11-03
* | | MergeGravatar leino2014-11-01
|\| |
* | | Various DafnyPrelude.bpl cleanup.Gravatar leino2014-11-01
| * | Added initial support for dirty while statements.Gravatar chmaria2014-11-01
|/ /
* / Allow assignment LHSs in a forall statement to be the same, so long as the th...Gravatar leino2014-10-30
|/
* Fix bug in translation of 'new' for arraysGravatar Rustan Leino2014-10-29
* Fixed a bug in the Substituter for datatype update expressions.Gravatar leino2014-10-28
* Add a DafnyCC option that disables some of Dafny's cleverness to better match...Gravatar Bryan Parno2014-10-27
* Push the translation of user-supplied triggers deeperGravatar Bryan Parno2014-10-27
* Add an option to use reduce Z3's knowledge of non-linear arithmetic.Gravatar Bryan Parno2014-10-24
* When guessing decreases clauses for loops, convert numeric values to their ul...Gravatar leino2014-10-21
* Comparisons and well-founded order of charGravatar leino2014-10-21
* Add char literals.Gravatar leino2014-10-20
* Added types "char" and "string" (the latter being a synonym for "seq<char>").Gravatar leino2014-10-20
* Stricter rules about that types need to be completely resolved.Gravatar leino2014-10-08
* Did more refactoring.Gravatar wuestholz2014-09-23
* Did some refactoring.Gravatar wuestholz2014-09-23
* Disallow parentheses-less declarations of predicates and co-predicates, along...Gravatar leino2014-08-27
* Merge, and refactored bit in Cloner into class ClonerButDropMethodBodies.Gravatar leino2014-08-27
|\