| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |