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