| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clean up of the core library to make the stream vtables not be pointers direc... | gingerBill | 2022-09-15 | 3 | -6/+6 |
| * | Simplify `package io` by removing different unnecessary types and calls | gingerBill | 2022-09-11 | 1 | -4/+0 |
| * | fix some typos | cui fliter | 2022-08-05 | 1 | -1/+1 |
| * | Utilize `union #shared_nil` in more places | gingerBill | 2022-03-24 | 1 | -6/+3 |
| * | Remove unneeded semicolons from the core library | gingerBill | 2021-08-31 | 5 | -442/+442 |
| * | Enforce `core:builtin` and `core:intrinsics` for imports | gingerBill | 2021-08-21 | 1 | -1/+1 |
| * | Add more uses of `or_return` | gingerBill | 2021-08-15 | 1 | -3/+1 |
| * | Add `bufio.Lookahead_Reader` | gingerBill | 2021-06-26 | 1 | -0/+83 |
| * | Add `bufio.Scanner` | gingerBill | 2021-06-25 | 1 | -0/+340 |
| * | Allow `bufio.Reader` and `bufio.Writer` to have a configurable `max_consecuti... | gingerBill | 2021-06-24 | 2 | -4/+16 |
| * | vet all core packages | gingerBill | 2021-01-09 | 2 | -3/+3 |
| * | Add bufio.Writer and bufio.Read_Writer | gingerBill | 2020-12-05 | 2 | -0/+323 |
| * | Add `package bufio`; add `bufio.Reader` | gingerBill | 2020-12-05 | 1 | -0/+474 |