| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | `Empty` -> `Unsupported`bill/io-error-changes | gingerBill | 2025-11-14 | 1 | -1/+1 |
| * | Return `0, nil` in all `io` cases where an empty slice is provided | Feoramund | 2024-08-28 | 1 | -0/+6 |
| * | Don't invalidate `prev_rune` if `Reader` seek failed | Feoramund | 2024-08-28 | 1 | -1/+1 |
| * | Make `bytes.reader_init` return an `io.Stream` | Feoramund | 2024-08-28 | 1 | -1/+2 |
| * | Update to new io interface | gingerBill | 2023-06-08 | 1 | -39/+20 |
| * | Clean up of the core library to make the stream vtables not be pointers direc... | gingerBill | 2022-09-15 | 1 | -2/+2 |
| * | Remove unneeded semicolons from the core library | gingerBill | 2021-08-31 | 1 | -79/+79 |
| * | 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 |
| * | Begin work on `package bytes` (`[]byte` equivalent of `package strings`) | gingerBill | 2020-12-04 | 1 | -0/+143 |