| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Commit fix | gingerBill | 2020-06-16 | 1 | -44/+45 |
| * | Fix `strconv.parse_` usage across other packages | gingerBill | 2020-05-09 | 1 | -2/+4 |
| * | Implement `#complete switch` by default, replace with `#partial switch` #511 | gingerBill | 2019-12-22 | 1 | -2/+2 |
| * | Make the `string` type elements "immutable", akin to `char const *` in C | gingerBill | 2019-12-01 | 1 | -2/+2 |
| * | 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 | 1 | -2/+14 |
| * | Make encoding/json use []byte rather than string | gingerBill | 2019-01-07 | 1 | -2/+2 |
| * | Support NaN and Infinity for JSON5 | gingerBill | 2019-01-06 | 1 | -0/+22 |
| * | package json; JSON5 support | gingerBill | 2019-01-06 | 1 | -21/+118 |
| * | Add json.is_valid | gingerBill | 2019-01-06 | 1 | -2/+3 |
| * | Begin work on `package json` | gingerBill | 2019-01-06 | 1 | -0/+323 |