| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make the `string` type elements "immutable", akin to `char const *` in C | gingerBill | 2019-12-01 | 1 | -1/+3 |
| * | Make `sort.merge_sort` in place; Add `sort.heap_sort` | gingerBill | 2019-11-27 | 1 | -62/+122 |
| * | ThreadPool for the parser | gingerBill | 2019-09-01 | 1 | -3/+4 |
| * | Fix core library for the new procedure parameter addressing mode | gingerBill | 2019-07-15 | 1 | -2/+2 |
| * | Make core library use `a..<b` rather than doing `a..b-1` | gingerBill | 2019-05-28 | 1 | -6/+6 |
| * | Fix ||= and &&= | gingerBill | 2019-05-06 | 1 | -0/+8 |
| * | Reduce number of range and slice operators #239 | gingerBill | 2018-08-01 | 1 | -18/+18 |
| * | Fix min type info for polymorphic procedures and named types | gingerBill | 2018-06-03 | 1 | -2/+2 |
| * | Remove special shared scope for runtime stuff | gingerBill | 2018-06-03 | 1 | -1/+3 |
| * | Parse directories to be packages | gingerBill | 2018-05-21 | 1 | -0/+215 |