aboutsummaryrefslogtreecommitdiff
path: root/core/io
Commit message (Collapse)AuthorAgeFilesLines
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
|
* Fix typosJeroen van Rijn2023-11-131-1/+1
|
* Fix for crash when using io.write_u128/io.write_i128 due to buffer being too ↵Karl Zylinski2023-09-221-2/+2
| | | | small
* Just make the `io.Reader` etc aliasesgingerBill2023-06-082-46/+41
|
* Update to new io interfacegingerBill2023-06-084-415/+239
|
* fix #2550 json encoding should use surrogate pairs per RFC7159Laytan Laats2023-05-221-8/+21
|
* Simplify `package io` by removing different unnecessary types and callsgingerBill2022-09-112-104/+53
|
* Rename strings.Builder procedures to be consistent with the rest of the core ↵gingerBill2022-07-111-0/+24
| | | | library
* 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
|
* 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 ↵gingerBill2021-09-292-98/+144
| | | | for simplified `or_return` use with incrementing byte usage
* 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`; ↵gingerBill2021-08-091-0/+18
| | | | `io.write_ptr_at`
* 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