Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2990 | Kartik K. Agaram | 2016-05-20 | 1 | -5/+5 |
| | | | | | | | | | | Standardize quotes around reagents in error messages. I'm still sure there's issues. For example, the messages when type-checking 'copy'. I'm not putting quotes around them because in layer 60 I end up creating dilated reagents, and then it's a bit much to have quotes and (two kinds of) brackets. But I'm sure I'm doing that somewhere.. | ||||
* | 2931 - be explicit about making copies | Kartik K. Agaram | 2016-05-06 | 1 | -2/+2 |
| | |||||
* | 2864 - replace all address:shared with just address | Kartik K. Agaram | 2016-04-24 | 1 | -5/+3 |
| | | | | | | | Now that we no longer have non-shared addresses, we can just always track refcounts for all addresses. Phew! | ||||
* | 2862 | Kartik K. Agaram | 2016-04-24 | 1 | -0/+185 |
Layers 0-29 are now a complete rudimentary platform except for pointers and indirection. |