summaryrefslogtreecommitdiff
path: root/Source/Dafny/Resolver.cs
Commit message (Expand)AuthorAge
* Preliminary refactoring of ghost-statement computations to after type checkingGravatar leino2015-09-20
* Refactored most of UnifyTypes calls into a ConstrainTypes method, preparing f...Gravatar leino2015-08-31
* MergeGravatar Clément Pit--Claudel2015-08-21
|\
* | Cleanup a number of FIXMEs that I had left in the codeGravatar Clément Pit--Claudel2015-08-20
| * Changed equality tests involving traits from using strings to using reference...Gravatar Rustan Leino2015-08-20
|/
* Fixed bug in type unificationGravatar Rustan Leino2015-08-20
* MergeGravatar Rustan Leino2015-08-20
|\
* | Refactored and improved bounds discoveryGravatar Rustan Leino2015-08-19
| * Merge.Gravatar Clément Pit--Claudel2015-08-19
| |\ | |/ |/|
| * Refactor calls to 'new CallCmd' and clear a few FIXMEsGravatar Clément Pit--Claudel2015-08-18
* | Update the way bounds are discovered to try to choose "better" bounds.Gravatar Bryan Parno2015-08-17
| * Start committing split quantifiersGravatar Clément Pit--Claudel2015-08-14
| * Run the trigger rewriter after the quantifier splitterGravatar Clément Pit--Claudel2015-08-14
| * Refactor the error reporting codeGravatar Clément Pit--Claudel2015-08-18
* | Bug fixes and improvements in pretty printingGravatar leino2015-08-11
* | Moved discovery of induction variables into a Rewriter.Gravatar leino2015-08-11
|/
* Bug fix: check that assign-such-that constraint is of type booleanGravatar Rustan Leino2015-07-31
* 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