about summary refs log tree commit diff stats
path: root/073array.mu
Commit message (Collapse)AuthorAgeFilesLines
* 3055Kartik K. Agaram2016-06-131-40/+0
|
* 3015 - more symbolic names in testsKartik K. Agaram2016-05-261-6/+7
| | | | | | There's still a problem: if I ever want to use any of the special scenario variables like 'screen', 'console', etc., then I can't use 'local-scope' in my scenario.
* 2864 - replace all address:shared with just addressKartik K. Agaram2016-04-241-3/+3
| | | | | | | Now that we no longer have non-shared addresses, we can just always track refcounts for all addresses. Phew!
* 2860 - rename 'index-address' to 'put-index'Kartik K. Agaram2016-04-231-2/+1
|
* 2778 - fix all layersKartik K. Agaram2016-03-141-0/+40