aboutsummaryrefslogtreecommitdiff
path: root/core/io
Commit message (Expand)AuthorAgeFilesLines
* Update docs for packages fmt and iogingerBill2022-01-241-2/+39
* Fix typo in io.read_at_least()Tetralux2021-10-111-1/+1
* Fix typosgingerBill2021-10-021-10/+10
* Add `io.write_f16` `io.write_f32` `io.write_f64`gingerBill2021-09-291-0/+48
* Minor clean up of n_read/n_written handlinggingerBill2021-09-291-51/+35
* Add an extra optional `^int` parameter to most io read/write calls allowing f...gingerBill2021-09-292-98/+144
* Make the io/conv.odin utilities be `#optional_ok`gingerBill2021-09-291-22/+22
* Add `io.write_i128` and `io.writer_u128`gingerBill2021-09-291-6/+16
* Add `io.write_quoted_*` utility procedures to `package io`gingerBill2021-09-291-0/+153
* Remove unneeded semicolons from the core librarygingerBill2021-08-314-353/+353
* Enforce `core:builtin` and `core:intrinsics` for importsgingerBill2021-08-211-1/+1
* Add utility procedures: `io.read_ptr`; `io.write_ptr`; `io.read_ptr_at`; `io....gingerBill2021-08-091-0/+18
* Clean-up fallback `io.read_at` and `io.write_at` behaviourgingerBill2021-04-141-9/+13
* Add extra error to io.ErrorgingerBill2021-04-141-0/+6
* Minimize unneeded castsgingerBill2021-03-032-2/+2
* Update package iogingerBill2021-01-092-93/+69
* Keep -vet happygingerBill2020-12-141-1/+0
* Replace procedure callgingerBill2020-12-142-2/+1
* Remove unused proceduregingerBill2020-12-141-6/+0
* Update io/util.odingingerBill2020-12-141-19/+11
* Fix typosgingerBill2020-12-051-2/+2
* Fix formattinggingerBill2020-12-051-2/+2
* Minor correction to bytes.Buffer's vtablegingerBill2020-12-051-18/+26
* Fix typo in package iogingerBill2020-12-051-2/+4
* Improve packages io and strings; add io.Section_ReadergingerBill2020-12-032-7/+102
* Keep -vet happygingerBill2020-12-031-3/+3
* Remove `using stream` on custom stream types in package iogingerBill2020-12-032-25/+22
* Integrate `package io` into core librarygingerBill2020-12-033-3/+32
* Fix io typosgingerBill2020-12-032-3/+29
* Add `os.stream_from_handle`; fix `io.close`gingerBill2020-12-021-2/+3
* Rename stream field namesgingerBill2020-12-024-65/+65
* Add `package io`gingerBill2020-12-024-0/+851