summaryrefslogtreecommitdiff
path: root/Source/Dafny/Resolver.cs
Commit message (Expand)AuthorAge
...
* Fixed crash in resolution where, after reporting an error, the cases #type an...Gravatar Rustan Leino2015-07-29
* Clean up error reporting.Gravatar Clément Pit--Claudel2015-07-27
* Fix: Visual studio did not show warnings.Gravatar Clément Pit--Claudel2015-07-23
* clarified error message that occurs when the "opened" keyword is left off of ...Gravatar Michael Lowell Roberts2015-07-20
* Merge my autoTriggers work into the master branchGravatar Clément Pit--Claudel2015-07-17
|\
* | Fix column numbers in warning and info messagesGravatar Clément Pit--Claudel2015-07-16
| * MergeGravatar Rustan Leino2015-07-16
| |\
| | * Fixed bugs in the parsing of explicit type arguments.Gravatar Rustan Leino2015-07-16
| * | [IronDafny] fix for ambiguous identifier error.Gravatar Michael Lowell Roberts2015-07-15
* | | Fix broken interaction between triggers and inlining of function callsGravatar Clément Pit--Claudel2015-07-14
* | | Add /printTooltips and /autoTriggers to the CLIGravatar Clément Pit--Claudel2015-07-13
* | | Make attributes enumerable.Gravatar Clément Pit--Claudel2015-07-13
| * | [IronDafny] implemented workaround for "import opened" bug(s).Gravatar Michael Lowell Roberts2015-07-13
| |/
| * Report warnings only once. (This is the last step in fixing Issue #86.)Gravatar Rustan Leino2015-07-06
* | Small refactoring of Printer.csGravatar Clément Pit--Claudel2015-07-06
| * MergeGravatar Rustan Leino2015-07-02
| |\
| * | Added command-line option /warnShadowing, which emits warnings if variables s...Gravatar Rustan Leino2015-07-02
| * | Type parameters in method/function signatures are no longer auto-declared. A...Gravatar Rustan Leino2015-07-02
| | * multiple changes...Gravatar Michael Lowell Roberts2015-07-02
| |/
| * Made code contracts compliantGravatar leino2015-07-01
| * Add the ability to specify how much "fuel" a function should have,Gravatar Bryan Parno2015-07-01
| * Fix identifiers in nested match patterns not showing in the IDE bug. RememberGravatar qunyanm2015-06-29
|/
* 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
* Fix some issues when compiling generic types and generic function method callsGravatar Bryan Parno2015-06-08
* Add an infinite set collection type.Gravatar qunyanm2015-05-29
* MergeGravatar Rustan Leino2015-05-29
|\
* | Changes to ComputeFreeVariables--bug fix as well as beautificationGravatar Rustan Leino2015-05-29
| * Allow MatchExpr and MatchStmt to have nested patterns. Such asGravatar qunyanm2015-05-14
| * Don't include arrow types among ordered types.Gravatar leino2015-05-11
| * Added "inductive lemma" methodsGravatar leino2015-05-07
| * Added inductive predicatesGravatar leino2015-05-06
|/
* Fix issue #72. Add the constructor questionmark to a function's axiom if theGravatar qunyanm2015-04-24
* Rearranged handling ambiguously named declarations, so that the multitudes of...Gravatar Rustan Leino2015-04-22
* Fix issue #70. Check the ctors for equality before marking them as duplicates.Gravatar qunyanm2015-04-21
* Fix issue #69. If we can't find a member in classMembers, search the staticGravatar qunyanm2015-04-17
* Include axioms about $Is and $IsAlloc for traitsGravatar leino2015-04-07
* Support calls to static trait methods/functions via the classGravatar leino2015-04-07
* Revised look-up and compilation of inherited trait members (static functions/...Gravatar leino2015-04-07
* Fixed some bugs in override axioms (but still missing support for classes wit...Gravatar leino2015-04-05
* Added test cases and fixes for overrides termination checksGravatar leino2015-04-03
* Fix issue 61. Decreases are by default in ghost context. Therefore,Gravatar qunyanm2015-03-31
* Optimize datatype/tuple update expression to coalesce adjacent updates into a...Gravatar chrishaw2015-03-17
* Fixed merge issuesGravatar leino2015-03-13
* 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
|/
* Fixed bug in resolution of illegal programs.Gravatar leino2015-03-10
* This changeset changes the default visibility of a function/predicate body ou...Gravatar leino2015-03-09
* Added 'protected' keyword (syntax)Gravatar leino2015-03-07