summaryrefslogtreecommitdiff
path: root/Test/linear/typecheck.bpl
Commit message (Collapse)AuthorAge
* fixedGravatar Shaz Qadeer2015-10-26
|
* Normalise line endings using a .gitattributes file. UnfortunatelyGravatar Dan Liew2015-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.
* changed type checking of yield procedures so that they can only call other ↵Gravatar qadeer2014-12-18
| | | | yielding procedures
* updateGravatar qadeer2014-11-14
|
* updated the linear type system based on Chris' design with linear, ↵Gravatar qadeer2014-07-15
| | | | linear_in, linear_out
* Fix lit test suite when running Boogie under a path that containsGravatar Dan Liew2014-05-27
| | | | spaces.
* Enabled "linear type checking" lit tests.Gravatar Dan Liew2014-05-07
|
* checkpointGravatar qadeer2014-05-03
|
* added syntax for par call and ParCallCmdGravatar qadeer2013-12-16
|
* cleaned up the OG codeGravatar qadeer2013-08-07
| | | | enabled it to be always on
* 1. changed values passed to additional parameters to procedures; async and ↵Gravatar qadeer2013-07-14
| | | | | | parallel calls treated exactly the same now 2. fixed bug in collection of available linear vars for parallel calls; added more test cases to regression
* reworked the linear and og implementation based on available variables theoryGravatar Unknown2013-05-18
|
* added mod set checking to the linear type checkerGravatar Unknown2013-03-13
|
* fixed bugs in both parallel calls and linear stuff (reported by Chris)Gravatar Unknown2013-03-03
| | | | also added improved error reporting suggested by Chris
* fixed bugs in typechecking of linear setsGravatar Unknown2013-02-13
added regressions to linear sets removed the need to supply the builtin map operations manually