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
/
os
/
os2
/
file_stream.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
core:os -> core:os/old && core:os/os2 -> core:os
Jeroen van Rijn
6 days
1
-89
/
+0
*
Add `#assert(intrinsics.type_is_superset_of(File_Stream_Mode, io.Stream_Mode))`
gingerBill
2025-11-17
1
-1
/
+3
*
Added some comments
gingerBill
2025-11-14
1
-3
/
+2
*
Add `File_Stream` to replace `io.Stream`+`Fstat_Callback` within `os2`
gingerBill
2025-11-14
1
-1
/
+63
*
Update documentation for `os2` once more!
gingerBill
2025-10-31
1
-9
/
+12
*
Expect `stream` as a field directly on `os2.File`
gingerBill
2024-03-13
1
-2
/
+2
*
Put stream into the impl
gingerBill
2023-06-08
1
-2
/
+2
*
Use `io.Stream` as the internal interface for `os2.File`
gingerBill
2023-06-08
1
-54
/
+4
*
Update os2 to new `io.Stream`
gingerBill
2023-06-08
1
-60
/
+40
*
Clean up of the core library to make the stream vtables not be pointers direc...
gingerBill
2022-09-15
1
-2
/
+2
*
Make the utf16 conversion procedures in `core:sys/windows` safer by checking ...
gingerBill
2022-05-12
1
-1
/
+9
*
Go to a `File` based approach over `Handle` based
gingerBill
2022-05-05
1
-22
/
+22
*
Strip semicolons
gingerBill
2021-09-19
1
-49
/
+49
*
Make `or_else` and `or_return` operators (binary and suffix respectively)
gingerBill
2021-08-15
1
-1
/
+1
*
Use `or_else` in the core library when it makes sense
gingerBill
2021-07-05
1
-5
/
+1
*
Minor change
gingerBill
2021-05-16
1
-0
/
+3
*
Redesign `os2.Error` to work with the new extended `union` behaviour
gingerBill
2021-05-16
1
-16
/
+4
*
Mockup of the new `package os` interface (incomplete and non-functioning)
gingerBill
2021-04-14
1
-0
/
+98