summaryrefslogtreecommitdiff
path: root/Source/Concurrency/LinearSets.cs
Commit message (Collapse)AuthorAge
* fixed my earlier to make it nicerGravatar Shaz Qadeer2015-09-03
|
* fixed a crash when there is no collectorGravatar Shaz Qadeer2015-09-02
|
* 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.
* fixed bug due to incomplete erasure of :linear attributeGravatar qadeer2014-12-05
|
* Did more refactoring and addressed several todos.Gravatar wuestholz2014-09-23
|
* Did more refactoring.Gravatar wuestholz2014-09-23
|
* Did some refactoring.Gravatar wuestholz2014-09-23
|
* updated the linear type system based on Chris' design with linear, ↵Gravatar qadeer2014-07-15
| | | | linear_in, linear_out
* fixed a regression failureGravatar qadeer2014-07-15
|
* simplified yield type chcking and added treiber stack (not fully done)Gravatar qadeer2014-07-15
|
* fixed some tests in ogGravatar qadeer2014-07-11
| | | | | added another test in linear (based on bug reported by Chris) removed the QED build configuration
* a small fixGravatar qadeer2014-05-21
|
* fixed some bugs in the previous check insGravatar qadeer2014-04-16
|
* added more types to constructed expressionsGravatar qadeer2014-04-15
|
* (Fixed and) strengthened contracts of ReadOnlyVisitor. The postconditions ↵Gravatar Rustan Leino2014-02-24
| | | | | | of its methods now demand the return value to equal the given node. Changed read-only visitors to extend from ReadOnlyVisitor instead of just StandardVisitor.
* fixed a bug in desugaring of linear variablesGravatar qadeer2014-02-20
|
* new design for linear types + VCgenGravatar qadeer2014-02-07
| | | | | ported all the examples added the QED examples to runtest.bat
* various bug fixesGravatar qadeer2014-01-21
| | | | added "cnst" feature
* bug fix: if an absy is not reachable, make the set of available vars empty at itGravatar qadeer2014-01-21
|
* added syntax for par call and ParCallCmdGravatar qadeer2013-12-16
|
* some refactoring of QED stuffGravatar qadeer2013-12-10
|
* factored the concurrency checking code into a separate projectGravatar qadeer2013-11-22