Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 5883 - drop the `ref` keyword | Kartik Agaram | 2020-01-12 | 1 | -8/+8 |
| | | | | | | | | | | 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 | -2/+2 |
| | |||||
* | 5804 | Kartik Agaram | 2019-12-08 | 1 | -11/+11 |
| | | | | | Try to make the comments consistent with the type system we'll eventually have. | ||||
* | 5782 - fix a widespread bug with Heap-size | Kartik Agaram | 2019-11-30 | 1 | -1/+1 |
| | |||||
* | 5698 | Kartik Agaram | 2019-10-15 | 1 | -12/+12 |
| | | | | Thanks Andrew Owen for reporting this typo. | ||||
* | 5673 - standardize a few knobs | Kartik Agaram | 2019-09-19 | 1 | -2/+2 |
| | |||||
* | 5672 - move hex out of apps | Kartik Agaram | 2019-09-19 | 1 | -1/+17 |
| | |||||
* | 5661 | Kartik Agaram | 2019-09-15 | 1 | -1/+1 |
| | |||||
* | 5592 - switch register names to lowercase | Kartik Agaram | 2019-08-26 | 1 | -150/+150 |
| | |||||
* | 5589 | Kartik Agaram | 2019-08-25 | 1 | -1/+1 |
| | |||||
* | 5499 | Kartik Agaram | 2019-07-31 | 1 | -1/+1 |
| | |||||
* | 5485 - promote SubX to top-level | Kartik Agaram | 2019-07-27 | 1 | -0/+412 |