Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 3144 | Kartik K. Agaram | 2016-07-24 | 1 | -2/+15 |
| | | | | | Fix a bug in phase ordering discovered while trying to stash cells in the lambda compiler. | ||||
* | 3142 | Kartik K. Agaram | 2016-07-24 | 1 | -24/+43 |
| | | | | | Rewrite ingredients for 'trace' instructions just like 'stash' instructions. | ||||
* | 3120 | Kartik K. Agaram | 2016-07-21 | 1 | -1/+1 |
| | | | | | | | | Always show instruction before any transforms in error messages. This is likely going to make some errors unclear because they *need* to show the original instruction. But if we don't have tests for those situations did they ever really work? | ||||
* | 3055 | Kartik K. Agaram | 2016-06-13 | 1 | -0/+133 |