Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2225 | Kartik K. Agaram | 2015-10-01 | 1 | -1/+1 |
| | |||||
* | 1883 - type-deducing in more .mu files | Kartik K. Agaram | 2015-07-29 | 1 | -19/+19 |
| | |||||
* | 1869 - rename the /deref property to /lookup | Kartik K. Agaram | 2015-07-28 | 1 | -14/+14 |
| | | | | Should be a little bit more mnemonic. | ||||
* | 1868 - start using naked literals everywhere | Kartik K. Agaram | 2015-07-28 | 1 | -4/+4 |
| | | | | First step to reducing typing burden. Next step: inferring types. | ||||
* | 1780 - now we always reclaim local scopes | Kartik K. Agaram | 2015-07-13 | 1 | -4/+4 |
| | | | | | | But still no difference in either memory footprint or in running time. This will teach me -- for the umpteenth time -- to optimize before measuring. | ||||
* | 1773 - update all mu recipes to new-default-space | Kartik K. Agaram | 2015-07-13 | 1 | -4/+4 |
| | | | | | Turns out to not affect memory utilization or run-time. At all. But still looks nicer and requires less fudging on our part. | ||||
* | 1597 - port more helpers from arc version | Kartik K. Agaram | 2015-06-19 | 1 | -0/+44 |