summaryrefslogtreecommitdiff
path: root/Source/Dafny/Resolver.cs
Commit message (Expand)AuthorAge
* Dafny: Added a 'Checked' configuration and fixed some runtime assertion viola...Gravatar wuestholz2011-09-23
* Dafny: fix resolution crash (using multi-dimensional arrays in loop alternative)Gravatar Rustan Leino2011-08-03
* MergeGravatar Jason Koenig2011-07-15
|\
| * Updated the Parser.cs and Scanner.cs files in Boogie and Dafny and removed so...Gravatar wuestholz2011-07-15
* | Added multiset from sequence axioms, removed array range RHSs. Fixed issue wi...Gravatar Jason Koenig2011-07-13
* | Multiset forming operators added.Gravatar Jason Koenig2011-07-11
* | Partial implementation of multisets.Gravatar Jason Koenig2011-07-11
|/
* Dafny: Fixed bug in call statements where mutability of out parameters was no...Gravatar Jason Koenig2011-07-06
* Refactored update statement resolution to its own method.Gravatar Jason Koenig2011-06-30
* Refactor. Renamed update statement field and removed unused field in AST.Gravatar Jason Koenig2011-06-30
* Stable implementation of return statements with parameters.Gravatar Jason Koenig2011-06-29
* Initial implementation of return statments with parameters.Gravatar Jason Koenig2011-06-29
* Initial modifies on loops implementation. Still some errors remaining.Gravatar Jason Koenig2011-06-28
* Dafny: added implicit datatype query fields and datatype destructor fieldsGravatar Rustan Leino2011-06-05
* Dafny: translate call statements with fancy LHSsGravatar Rustan Leino2011-05-31
* Dafny: Translate general LHSs for var and := (not yet for call, no compilatio...Gravatar Rustan Leino2011-05-30
* Dafny: changed syntax of havoc statements from "havoc X;" to "X := *;"Gravatar Rustan Leino2011-05-28
* Dafny: added constructorsGravatar Rustan Leino2011-05-28
* Dafny: fixed parsing bug that prevented all expressions from occurring in mat...Gravatar Rustan Leino2011-05-27
* Dafny: retired "use" statementsGravatar Rustan Leino2011-05-27
* Dafny: added chaining operatorsGravatar Rustan Leino2011-05-27
* Dafny:Gravatar Rustan Leino2011-05-26
* Dafny implementation: removed always-true "allowGhostFeatures" parameterGravatar Rustan Leino2011-05-26
* Dafny: retired the "call" keywordGravatar Rustan Leino2011-05-26
* Dafny: cleaned up parser, moved foreach statement from AssignStmt<> parsing t...Gravatar Rustan Leino2011-05-25
* Dafny: changed local "var" introductions to use new VarDeclStmt instead of pa...Gravatar Rustan Leino2011-05-24
* Dafny:Gravatar Rustan Leino2011-05-24
* Dafny: refactored code into separate method ResolveIdentifierSequence and all...Gravatar Rustan Leino2011-05-22
* Dafny: allow class names to be used when referring to static functions (and, ...Gravatar Rustan Leino2011-05-21
* Dafny:Gravatar Rustan Leino2011-05-21
* Dafny: added alternative statement and alternative-loop statementGravatar Rustan Leino2011-05-19
* Dafny: let verifier, not the resolver, check for missing cases in match expre...Gravatar Rustan Leino2011-05-19
* Dafny: added set comprehension expressionsGravatar Rustan Leino2011-05-18
* Dafny: added optional range expressions to logical quantifiers, preparing for...Gravatar Rustan Leino2011-05-15
* Dafny: fixed bug in quantifier bounds discoveryGravatar Rustan Leino2011-05-14
* MergeGravatar Rustan Leino2011-05-13
|\
* | Dafny: fixed bugs in resolution of multi-dimensional arraysGravatar Rustan Leino2011-05-12
* | Dafny: forbid "decreases *" on ghost loopsGravatar Rustan Leino2011-05-12
| * Dafny:Gravatar Rustan Leino2011-05-11
|/
* Dafny: added type "nat"Gravatar Rustan Leino2011-04-19
* Dafny: Allow field selections and array-element selection as LHSs of assignme...Gravatar Unknown2011-04-05
* Dafny: refactoring to soon support more general assignment statementsGravatar rustanleino2011-03-29
* Dafny: Added support for an initializing call as part of the new-allocation s...Gravatar rustanleino2011-03-27
* Dafny: added "choose" operator on setsGravatar rustanleino2011-03-26
* Dafny: improved and corrected physical/ghost distinctionGravatar rustanleino2011-03-26
* Dafny: compile quantifiersGravatar rustanleino2011-03-26
* Renamed NonNullElements to NonNullDictionaryAndValues because the keys to dic...Gravatar mikebarnett2011-03-10
* Dafny:Gravatar rustanleino2011-03-04
* Dafny: support for nested match expressionsGravatar rustanleino2011-03-01
* Dafny: Non-empty Visual-Studio error messages for related split-expr locations.Gravatar rustanleino2011-02-27