Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 3817 - better errors on streams from null texts | Kartik K. Agaram | 2017-04-13 | 1 | -0/+6 |
| | | | | Thanks Ella Couch for reporting this issue. | ||||
* | 3390 | Kartik K. Agaram | 2016-09-17 | 1 | -5/+5 |
| | |||||
* | 3389 | Kartik K. Agaram | 2016-09-17 | 1 | -12/+12 |
| | |||||
* | 3386 | Kartik K. Agaram | 2016-09-17 | 1 | -6/+6 |
| | |||||
* | 3385 | Kartik K. Agaram | 2016-09-17 | 1 | -9/+9 |
| | |||||
* | 3379 | Kartik K. Agaram | 2016-09-17 | 1 | -1/+1 |
| | | | | Can't use type abbreviations inside 'memory-should-contain'. | ||||
* | 3341 | Kartik K. Agaram | 2016-09-12 | 1 | -1/+1 |
| | | | | | | | Process type abbreviations in function headers. Still a couple of places where doing this causes strange errors. We'll track those down next. | ||||
* | 3337 - first use of type abbreviations: text | Kartik K. Agaram | 2016-09-12 | 1 | -2/+2 |
| | | | | | In the process I've uncover a couple of situations we don't support type abbreviations yet. They're next. | ||||
* | 3156 | Kartik K. Agaram | 2016-07-27 | 1 | -14/+24 |
| | | | | Make 'stream' generic. | ||||
* | 3155 | Kartik K. Agaram | 2016-07-27 | 1 | -2/+2 |
| | |||||
* | 3154 - reorg before making 'random' more testable | Kartik K. Agaram | 2016-07-27 | 1 | -0/+64 |
| | |||||
* | 2430 - make room for more transforms | Kartik K. Agaram | 2015-11-13 | 1 | -44/+0 |
| | |||||
* | 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 |