| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clean-up fallback `io.read_at` and `io.write_at` behaviour | gingerBill | 2021-04-14 | 1 | -9/+13 |
| * | Add extra error to io.Error | gingerBill | 2021-04-14 | 1 | -0/+6 |
| * | Minimize unneeded casts | gingerBill | 2021-03-03 | 2 | -2/+2 |
| * | Update package io | gingerBill | 2021-01-09 | 2 | -93/+69 |
| * | Keep -vet happy | gingerBill | 2020-12-14 | 1 | -1/+0 |
| * | Replace procedure call | gingerBill | 2020-12-14 | 2 | -2/+1 |
| * | Remove unused procedure | gingerBill | 2020-12-14 | 1 | -6/+0 |
| * | Update io/util.odin | gingerBill | 2020-12-14 | 1 | -19/+11 |
| * | Fix typos | gingerBill | 2020-12-05 | 1 | -2/+2 |
| * | Fix formatting | gingerBill | 2020-12-05 | 1 | -2/+2 |
| * | Minor correction to bytes.Buffer's vtable | gingerBill | 2020-12-05 | 1 | -18/+26 |
| * | Fix typo in package io | gingerBill | 2020-12-05 | 1 | -2/+4 |
| * | Improve packages io and strings; add io.Section_Reader | gingerBill | 2020-12-03 | 2 | -7/+102 |
| * | Keep -vet happy | gingerBill | 2020-12-03 | 1 | -3/+3 |
| * | Remove `using stream` on custom stream types in package io | gingerBill | 2020-12-03 | 2 | -25/+22 |
| * | Integrate `package io` into core library | gingerBill | 2020-12-03 | 3 | -3/+32 |
| * | Fix io typos | gingerBill | 2020-12-03 | 2 | -3/+29 |
| * | Add `os.stream_from_handle`; fix `io.close` | gingerBill | 2020-12-02 | 1 | -2/+3 |
| * | Rename stream field names | gingerBill | 2020-12-02 | 4 | -65/+65 |
| * | Add `package io` | gingerBill | 2020-12-02 | 4 | -0/+851 |