aboutsummaryrefslogtreecommitdiff
path: root/core/io/io.odin
Commit message (Expand)AuthorAgeFilesLines
* Move some of the os&os2 errors into `io.Error`; Rename Empty to UnsupportedgingerBill2025-11-141-13/+27
* Further overhaul of package line comments.Jeroen van Rijn2025-10-091-1/+1
* Begin supporting `string16` across the core librarygingerBill2025-08-021-2/+2
* Add `string16` and `cstring16` (UTF-16 based strings)gingerBill2025-08-021-0/+24
* `core:io` small documentation fixesDennis Schön2025-02-041-2/+2
* io: remove dead code in io.write_at_leastLaytan Laats2024-07-081-4/+0
* encoding/cbor: initial package implementationLaytan Laats2024-03-041-1/+24
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
* Fix typosJeroen van Rijn2023-11-131-1/+1
* Just make the `io.Reader` etc aliasesgingerBill2023-06-081-31/+26
* Update to new io interfacegingerBill2023-06-081-281/+134
* Simplify `package io` by removing different unnecessary types and callsgingerBill2022-09-111-34/+53
* Minor improvements to io and osgingerBill2022-05-051-7/+2
* Update docs for packages fmt and iogingerBill2022-01-241-2/+39
* Fix typo in io.read_at_least()Tetralux2021-10-111-1/+1
* 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-291-21/+67
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-171/+171
* Enforce `core:builtin` and `core:intrinsics` for importsgingerBill2021-08-211-1/+1
* 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-031-1/+1
* Replace procedure callgingerBill2020-12-141-1/+1
* 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-031-2/+13
* Integrate `package io` into core librarygingerBill2020-12-031-3/+10
* Fix io typosgingerBill2020-12-031-3/+17
* Add `os.stream_from_handle`; fix `io.close`gingerBill2020-12-021-2/+3
* Rename stream field namesgingerBill2020-12-021-21/+21
* Add `package io`gingerBill2020-12-021-0/+461