Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 5924 | Kartik Agaram | 2020-01-27 | 1 | -2/+2 |
| | |||||
* | 5883 - drop the `ref` keyword | Kartik Agaram | 2020-01-12 | 1 | -1/+1 |
| | | | | | | | | | | When I created it I was conflating two things: a) needing to refer to just the start, rather than the whole, and b) counting indirections. Both are kinda ill-posed. Now Mu will have just `addr` and `handle` types. Normal types will translate implicitly to `addr` types, while `handle` will always require explicit handling. | ||||
* | 5876 - address -> addr | Kartik Agaram | 2020-01-03 | 1 | -1/+1 |
| | |||||
* | 5804 | Kartik Agaram | 2019-12-08 | 1 | -2/+2 |
| | | | | | Try to make the comments consistent with the type system we'll eventually have. | ||||
* | 5700 | Kartik Agaram | 2019-10-17 | 1 | -1/+1 |
| | |||||
* | 5698 | Kartik Agaram | 2019-10-15 | 1 | -2/+2 |
| | | | | Thanks Andrew Owen for reporting this typo. | ||||
* | 5592 - switch register names to lowercase | Kartik Agaram | 2019-08-26 | 1 | -26/+26 |
| | |||||
* | 5485 - promote SubX to top-level | Kartik Agaram | 2019-07-27 | 1 | -0/+91 |