aboutsummaryrefslogtreecommitdiff
path: root/core/bufio
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵gingerBill2022-09-153-6/+6
| | | | directly.
* Simplify `package io` by removing different unnecessary types and callsgingerBill2022-09-111-4/+0
|
* fix some typoscui fliter2022-08-051-1/+1
| | | | Signed-off-by: cui fliter <imcusg@gmail.com>
* 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 ↵gingerBill2021-06-242-4/+16
| | | | `max_consecutive_empty_(reads|writes)` field
* 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