aboutsummaryrefslogtreecommitdiff
path: root/core/bytes
Commit message (Expand)AuthorAgeFilesLines
* Add truncate_to_byte and truncate_to_rune for packages strings and bytesgingerBill2021-04-221-0/+15
* Add buffer_read_at buffer_write_atgingerBill2021-04-141-0/+42
* `split*_iterator` procedures for package bytes and stringsgingerBill2021-03-181-0/+110
* Replace usage of `inline proc` with `#force_inline proc` in the core librarygingerBill2021-02-231-4/+4
* Add `bytes.buffer_write_to` and `bytes.buffer_read_from`gingerBill2020-12-171-8/+54
* Make bytes.odin consistent with strings.odin in functionalitygingerBill2020-12-172-54/+49
* Rename bytes/strings.odin to bytes/bytes.odingingerBill2020-12-171-0/+0
* Minor correction to bytes.Buffer's vtablegingerBill2020-12-051-0/+4
* Make bytes.Reader and strings.Reader have the same interfacegingerBill2020-12-041-3/+3
* Update bytes.ReadergingerBill2020-12-041-95/+129
* Add `bytes.Buffer`gingerBill2020-12-041-0/+331
* Begin work on `package bytes` (`[]byte` equivalent of `package strings`)gingerBill2020-12-042-0/+1175