Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Normalise line endings using a .gitattributes file. Unfortunately | Dan Liew | 2015-06-28 |
| | | | | | | this required that this commit globally modify most files. If you want to use git blame to see the real author of a line use the ``-w`` flag so that whitespace changes are ignored. | ||
* | Fix lit test suite when running Boogie under a path that contains | Dan Liew | 2014-05-27 |
| | | | | spaces. | ||
* | Enabled VC Generation lit tests. | Dan Liew | 2014-05-07 |
| | |||
* | Changed all lambda-expression rewriting to be done as a pre-processing step ↵ | Rustan Leino | 2014-02-28 |
| | | | | | | before real verification. Fixed treatment of lambda-expression attributes. | ||
* | Boogie: Fixed a crash due to old expressions in lambda expressions that were ↵ | wuestholz | 2011-12-02 |
not replaced after lambda expansion. (reported by Florian Egli) |