| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| * | Fix -vet for demo.odin | gingerBill | 2019-03-30 | 1 | -2/+2 |
| * | Fix possible buffer overflows in `package strconv` | gingerBill | 2019-03-25 | 1 | -9/+26 |
| * | Improve package strconv | gingerBill | 2019-03-24 | 2 | -344/+423 |
| * | %e and %g support in fmt.printf | gingerBill | 2019-03-15 | 1 | -15/+75 |
| * | Add implicit selector expressions for in/notin | gingerBill | 2019-03-06 | 1 | -3/+3 |
| * | Fix issue #280 | gingerBill | 2018-11-17 | 1 | -4/+4 |
| * | Minor sanity features for `bit_set` | gingerBill | 2018-08-14 | 1 | -7/+8 |
| * | Add `bit_set` type | gingerBill | 2018-08-14 | 1 | -5/+5 |
| * | Reduce number of range and slice operators #239 | gingerBill | 2018-08-01 | 1 | -28/+28 |
| * | Parse directories to be packages | gingerBill | 2018-05-21 | 1 | -0/+505 |