| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Deprecate `using import` | gingerBill | 2019-12-21 | 1 | -17/+17 |
| * | Add `-help` which prints information about the compiler flags | gingerBill | 2019-12-21 | 1 | -158/+0 |
| * | Fix issue with `-thread-count` flag with <= 0 count | gingerBill | 2019-12-03 | 1 | -1/+1 |
| * | Make the `string` type elements "immutable", akin to `char const *` in C | gingerBill | 2019-12-01 | 1 | -1/+1 |
| * | Move `package decimal` to be a subpackage of `package strconv` | gingerBill | 2019-10-26 | 1 | -1/+1 |
| * | Change implicit semicolon rules for record types within procedure bodies; Upd... | gingerBill | 2019-10-06 | 1 | -1/+1 |
| * | Make procedure parameters just named values rather than copied variables | gingerBill | 2019-07-15 | 1 | -12/+14 |
| * | Support 128-bit integers `i128` `u128` | gingerBill | 2019-05-28 | 1 | -0/+76 |
| * | Make core library use `a..<b` rather than doing `a..b-1` | gingerBill | 2019-05-28 | 1 | -2/+2 |
| * | Improve package strconv | gingerBill | 2019-03-24 | 1 | -0/+361 |