summaryrefslogtreecommitdiff
path: root/Source/Dafny/Translator.cs
Commit message (Expand)AuthorAge
* Improved encoding of a property of reads clauses to make things more easily p...Gravatar leino2015-05-01
* Fix issue #72. Add the constructor questionmark to a function's axiom if theGravatar qunyanm2015-04-24
* Fix issue #73. Pass in expr.tok when creating Bpl.Expr for InMap and NotInMap.Gravatar qunyanm2015-04-20
* Include axioms about $Is and $IsAlloc for traitsGravatar leino2015-04-07
* Fixed some bugs in override axioms (but still missing support for classes wit...Gravatar leino2015-04-05
* MergeGravatar leino2015-04-03
|\
* | Added test cases and fixes for overrides termination checksGravatar leino2015-04-03
| * Eliminate redundant checks of newtype and opaque function well-formedness fro...Gravatar chrishaw2015-04-02
|/
* Fix issue #56. Convert parametered opaque type parameters into an IdentifierExprGravatar qunyanm2015-03-27
* Fix issue #58. In TrSplitExpr(), add allocatedness for arguments to the inlinedGravatar qunyanm2015-03-26
* Fix issue #63. ForceSubstitutionOfQuantifiedVars for SetComprehesion.Gravatar qunyanm2015-03-17
* MergeGravatar leino2015-03-13
|\
* | Allow let-such-that expression to be compiled, provided that they provably ha...Gravatar leino2015-03-13
| * Allow trigger annotations in more statements and expressionsGravatar chrishaw2015-03-11
| * 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
|/