aboutsummaryrefslogtreecommitdiff
path: root/core/bufio
Commit message (Expand)AuthorAgeFilesLines
* `Empty` -> `Unsupported`bill/io-error-changesgingerBill2025-11-143-3/+3
* Further overhaul of package line comments.Jeroen van Rijn2025-10-091-1/+1
* Add more doc linesgingerBill2025-10-091-0/+2
* Improve docs for `core:bufio`; Rename `scanner_scan` -> `scan` (keep alias of...gingerBill2025-10-073-7/+27
* Fix typo from `b.w-b.w` -> `b.w-b.r`blob18072025-05-041-1/+1
* Update `tests\core\encoding\cbor` to use new test runner.Jeroen van Rijn2024-06-021-2/+2
* improve some Negative_Read/Negative_Write logicLaytan Laats2024-04-252-4/+8
* Remove private attributes for #3227gingerBill2024-03-241-1/+0
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
* Minor cleanups to the core librarygingerBill2023-09-301-31/+13
* 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-083-128/+55
* Fix typo #2485gingerBill2023-04-271-9/+9
* 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-153-6/+6
* Simplify `package io` by removing different unnecessary types and callsgingerBill2022-09-111-4/+0
* fix some typoscui fliter2022-08-051-1/+1
* Utilize `union #shared_nil` in more placesgingerBill2022-03-241-6/+3
* Remove unneeded semicolons from the core librarygingerBill2021-08-315-442/+442
* Enforce `core:builtin` and `core:intrinsics` for importsgingerBill2021-08-211-1/+1
* Add more uses of `or_return`gingerBill2021-08-151-3/+1
* Add `bufio.Lookahead_Reader`gingerBill2021-06-261-0/+83
* Add `bufio.Scanner`gingerBill2021-06-251-0/+340
* Allow `bufio.Reader` and `bufio.Writer` to have a configurable `max_consecuti...gingerBill2021-06-242-4/+16
* vet all core packagesgingerBill2021-01-092-3/+3
* Add bufio.Writer and bufio.Read_WritergingerBill2020-12-052-0/+323
* Add `package bufio`; add `bufio.Reader`gingerBill2020-12-051-0/+474