| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make core library use `a..<b` rather than doing `a..b-1` | gingerBill | 2019-05-28 | 2 | -7/+7 |
| * | Fix som JSON parsing bugs. | Kevin Watters | 2019-04-06 | 1 | -18/+20 |
| * | Fix some -vet warnings; change import to core:math/bits | Kevin Watters | 2019-03-25 | 3 | -5/+3 |
| * | Vet CEL | Jeroen van Rijn | 2019-03-17 | 2 | -25/+23 |
| * | Fix typo in `cel` tokeniser. | Jeroen van Rijn | 2019-03-04 | 1 | -10/+10 |
| * | Fix typo in json/parser.odin | gingerBill | 2019-01-14 | 1 | -1/+1 |
| * | Update `package json` parser to store the end position on the values | gingerBill | 2019-01-14 | 2 | -3/+15 |
| * | Make encoding/json use []byte rather than string | gingerBill | 2019-01-07 | 4 | -18/+67 |
| * | json.marshal | gingerBill | 2019-01-06 | 1 | -0/+283 |
| * | Support NaN and Infinity for JSON5 | gingerBill | 2019-01-06 | 2 | -14/+38 |
| * | package json; JSON5 support | gingerBill | 2019-01-06 | 4 | -48/+319 |
| * | Add json.is_valid file | gingerBill | 2019-01-06 | 1 | -0/+98 |
| * | Add json.is_valid | gingerBill | 2019-01-06 | 1 | -2/+3 |
| * | Begin work on `package json` | gingerBill | 2019-01-06 | 3 | -0/+715 |
| * | Update CEL | gingerBill | 2019-01-03 | 1 | -1/+1 |
| * | Add package encoding/cel | gingerBill | 2018-12-03 | 3 | -0/+1411 |