index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
io
/
io.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move some of the os&os2 errors into `io.Error`; Rename Empty to Unsupported
gingerBill
2025-11-14
1
-13
/
+27
*
Further overhaul of package line comments.
Jeroen van Rijn
2025-10-09
1
-1
/
+1
*
Begin supporting `string16` across the core library
gingerBill
2025-08-02
1
-2
/
+2
*
Add `string16` and `cstring16` (UTF-16 based strings)
gingerBill
2025-08-02
1
-0
/
+24
*
`core:io` small documentation fixes
Dennis Schön
2025-02-04
1
-2
/
+2
*
io: remove dead code in io.write_at_least
Laytan Laats
2024-07-08
1
-4
/
+0
*
encoding/cbor: initial package implementation
Laytan Laats
2024-03-04
1
-1
/
+24
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
1
-1
/
+1
*
Fix typos
Jeroen van Rijn
2023-11-13
1
-1
/
+1
*
Just make the `io.Reader` etc aliases
gingerBill
2023-06-08
1
-31
/
+26
*
Update to new io interface
gingerBill
2023-06-08
1
-281
/
+134
*
Simplify `package io` by removing different unnecessary types and calls
gingerBill
2022-09-11
1
-34
/
+53
*
Minor improvements to io and os
gingerBill
2022-05-05
1
-7
/
+2
*
Update docs for packages fmt and io
gingerBill
2022-01-24
1
-2
/
+39
*
Fix typo in io.read_at_least()
Tetralux
2021-10-11
1
-1
/
+1
*
Minor clean up of n_read/n_written handling
gingerBill
2021-09-29
1
-51
/
+35
*
Add an extra optional `^int` parameter to most io read/write calls allowing f...
gingerBill
2021-09-29
1
-21
/
+67
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
1
-171
/
+171
*
Enforce `core:builtin` and `core:intrinsics` for imports
gingerBill
2021-08-21
1
-1
/
+1
*
Clean-up fallback `io.read_at` and `io.write_at` behaviour
gingerBill
2021-04-14
1
-9
/
+13
*
Add extra error to io.Error
gingerBill
2021-04-14
1
-0
/
+6
*
Minimize unneeded casts
gingerBill
2021-03-03
1
-1
/
+1
*
Replace procedure call
gingerBill
2020-12-14
1
-1
/
+1
*
Minor correction to bytes.Buffer's vtable
gingerBill
2020-12-05
1
-18
/
+26
*
Fix typo in package io
gingerBill
2020-12-05
1
-2
/
+4
*
Improve packages io and strings; add io.Section_Reader
gingerBill
2020-12-03
1
-2
/
+13
*
Integrate `package io` into core library
gingerBill
2020-12-03
1
-3
/
+10
*
Fix io typos
gingerBill
2020-12-03
1
-3
/
+17
*
Add `os.stream_from_handle`; fix `io.close`
gingerBill
2020-12-02
1
-2
/
+3
*
Rename stream field names
gingerBill
2020-12-02
1
-21
/
+21
*
Add `package io`
gingerBill
2020-12-02
1
-0
/
+461