Commit History

Author SHA1 Message Date
  Feoramund f453054aff Return `0, nil` in all `io` cases where an empty slice is provided 11 months ago
  Feoramund 6798d15ecb Check `int(abs)` instead to avoid overflows 1 year ago
  Feoramund e83b982afe Measure `bytes.Buffer` size by `length` instead of `capacity` 1 year ago
  Feoramund 7c6cc81041 Add `Seek` behavior to `bytes.Buffer` 1 year ago
  Feoramund 8251f4d7d0 Return `.EOF` in `bytes.buffer_read_at` instead 1 year ago
  Feoramund 981a2e1a00 Add missing `io.Stream_Mode` responses 1 year ago
  Jeroen van Rijn a27b167218 Update `tests\core\encoding\cbor` to use new test runner. 1 year ago
  Laytan Laats d3bd1c2110 improve some Negative_Read/Negative_Write logic 1 year ago
  Jeroen van Rijn 99d6a077fe _buffer_grow: Preserve allocator if already set via init_buffer_allocator 2 years ago
  gingerBill 3f6775e29b Update to new io interface 2 years ago
  Laytan Laats 7a04b7262e fix bytes.buffer_init_allocator not using given allocator if len/cap is 0 2 years ago
  gingerBill c4d19dfa92 Use `uint` instead of `int` to improve code generation for bounds checking 2 years ago
  gingerBill f50fc33749 Clean up of the core library to make the stream vtables not be pointers directly. 2 years ago
  gingerBill d3081bd889 Add `buffer_read_ptr` and `buffer_write_ptr` 3 years ago
  gingerBill 251da264ed Remove unneeded semicolons from the core library 4 years ago
  gingerBill cd2476e084 Add buffer_read_at buffer_write_at 4 years ago
  gingerBill e6dfc22b8a Add `bytes.buffer_write_to` and `bytes.buffer_read_from` 4 years ago
  gingerBill 1470cab842 Make bytes.odin consistent with strings.odin in functionality 4 years ago
  gingerBill a82c902f99 Minor correction to bytes.Buffer's vtable 4 years ago
  gingerBill 9b22583397 Add `bytes.Buffer` 4 years ago