aboutsummaryrefslogtreecommitdiff
path: root/core/os/stream.odin
Commit message (Expand)AuthorAgeFilesLines
* Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use stringsgingerBill2022-01-201-3/+3
* Add basic support for wasi in package osgingerBill2021-10-311-2/+2
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-35/+35
* Keep -vet happygingerBill2020-12-021-3/+3
* Keep `fmt` happygingerBill2020-12-021-4/+10
* Make `os._file_stream_vtable` privategingerBill2020-12-021-0/+1
* Add `os.stream_from_handle`; fix `io.close`gingerBill2020-12-021-0/+62