Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 4266 - space for alloc-id in heap allocations | Kartik Agaram | 2018-06-24 | 1 | -1/+1 |
| | | | | This has taken me almost 6 weeks :( | ||||
* | 4261 - start using literals for 'true' and 'false' | Kartik Agaram | 2018-06-17 | 1 | -2/+2 |
| | | | | | | | | | They uncovered one bug: in edit/003-shortcuts.mu <scroll-down> was returning 0 for an address in one place where I thought it was returning 0 for a boolean. Now we've eliminated this bad interaction between tangling and punning literals. | ||||
* | 4228 | Kartik K. Agaram | 2018-03-15 | 1 | -0/+61 |