aboutsummaryrefslogtreecommitdiff
path: root/core/bufio/writer.odin
Commit message (Expand)AuthorAgeFilesLines
* `Empty` -> `Unsupported`bill/io-error-changesgingerBill2025-11-141-1/+1
* Improve docs for `core:bufio`; Rename `scanner_scan` -> `scan` (keep alias of...gingerBill2025-10-071-0/+2
* improve some Negative_Read/Negative_Write logicLaytan Laats2024-04-251-0/+4
* Remove private attributes for #3227gingerBill2024-03-241-1/+0
* Updating to be the correct function name in documentation.Pix2023-08-271-1/+1
* Just make the `io.Reader` etc aliasesgingerBill2023-06-081-1/+1
* Update to new io interfacegingerBill2023-06-081-39/+20
* Partially buffer `fmt.fprint*` related calls using a `bufio.Writer`gingerBill2023-04-271-0/+8
* Clean up of the core library to make the stream vtables not be pointers direc...gingerBill2022-09-151-2/+2
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-96/+96
* Add more uses of `or_return`gingerBill2021-08-151-3/+1
* Allow `bufio.Reader` and `bufio.Writer` to have a configurable `max_consecuti...gingerBill2021-06-241-2/+8
* vet all core packagesgingerBill2021-01-091-1/+1
* Add bufio.Writer and bufio.Read_WritergingerBill2020-12-051-0/+255