aboutsummaryrefslogtreecommitdiff
path: root/core/bufio
Commit message (Expand)AuthorAgeFilesLines
* 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