| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Replace usage of `inline proc` with `#force_inline proc` in the core library | gingerBill | 2021-02-23 | 1 | -4/+4 | |
| * | Add `bytes.buffer_write_to` and `bytes.buffer_read_from` | gingerBill | 2020-12-17 | 1 | -8/+54 | |
| * | Make bytes.odin consistent with strings.odin in functionality | gingerBill | 2020-12-17 | 2 | -54/+49 | |
| * | Rename bytes/strings.odin to bytes/bytes.odin | gingerBill | 2020-12-17 | 1 | -0/+0 | |
| * | Minor correction to bytes.Buffer's vtable | gingerBill | 2020-12-05 | 1 | -0/+4 | |
| * | Make bytes.Reader and strings.Reader have the same interface | gingerBill | 2020-12-04 | 1 | -3/+3 | |
| * | Update bytes.Reader | gingerBill | 2020-12-04 | 1 | -95/+129 | |
| * | Add `bytes.Buffer` | gingerBill | 2020-12-04 | 1 | -0/+331 | |
| * | Begin work on `package bytes` (`[]byte` equivalent of `package strings`) | gingerBill | 2020-12-04 | 2 | -0/+1175 | |