aboutsummaryrefslogtreecommitdiff
path: root/core/bytes/buffer.odin
Commit message (Expand)AuthorAgeFilesLines
* Update to new io interfacegingerBill2023-06-081-60/+22
* fix bytes.buffer_init_allocator not using given allocator if len/cap is 0Laytan Laats2023-05-091-0/+5
* Use `uint` instead of `int` to improve code generation for bounds checkinggingerBill2022-09-271-5/+2
* Clean up of the core library to make the stream vtables not be pointers direc...gingerBill2022-09-151-2/+2
* Add `buffer_read_ptr` and `buffer_write_ptr`gingerBill2022-07-141-0/+8
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-187/+187
* Add buffer_read_at buffer_write_atgingerBill2021-04-141-0/+42
* 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-171-0/+10
* Minor correction to bytes.Buffer's vtablegingerBill2020-12-051-0/+4
* Add `bytes.Buffer`gingerBill2020-12-041-0/+331