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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #4290 from flysand7/pipe-has-data
dev-2024-10
gingerBill
2024-10-01
6
-125
/
+313
|
\
|
*
adjust docs
flysand7
2024-09-29
1
-6
/
+3
|
*
[os2/process]: Implement process_exec
flysand7
2024-09-28
1
-0
/
+90
|
*
[os2/process]: Unindent doc comments
flysand7
2024-09-28
1
-124
/
+123
|
*
Fix indentation issues
flysand7
2024-09-26
1
-4
/
+4
|
*
[os2]: Implement pipe_has_data procedure
flysand7
2024-09-24
5
-1
/
+103
*
|
Remove unused imports
gingerBill
2024-09-22
1
-2
/
+0
|
/
*
Merge pull request #4261 from laytan/net-bound-endpoint
gingerBill
2024-09-19
1
-1
/
+1
|
\
|
*
net: add `bound_endpoint` procedure
Laytan Laats
2024-09-17
1
-1
/
+1
*
|
Merge pull request #4203 from karl-zylinski/file-tags-without-comments
gingerBill
2024-09-19
43
-56
/
+56
|
\
\
|
*
|
Merge branch 'master' into file-tags-without-comments
Karl Zylinski
2024-09-17
3
-72
/
+21
|
|
\
|
|
*
|
Moved all packages in core, base, vendor, tests and examples to use new #+ fi...
Karl Zylinski
2024-09-14
43
-56
/
+56
*
|
|
Merge branch 'odin-lang:master' into os-get-current-directory-allocator-arg
Yuriy Grynevych
2024-09-19
1
-1
/
+6
|
\
\
\
|
*
|
|
Fix #4265
Laytan Laats
2024-09-18
1
-1
/
+6
|
|
|
/
|
|
/
|
*
|
|
Update core/os/os_openbsd.odin
Yuriy Grynevych
2024-09-19
1
-0
/
+1
*
|
|
Update core/os/os_netbsd.odin
Yuriy Grynevych
2024-09-19
1
-0
/
+1
*
|
|
Update core/os/os_linux.odin
Yuriy Grynevych
2024-09-19
1
-0
/
+1
*
|
|
Update core/os/os_freebsd.odin
Yuriy Grynevych
2024-09-19
1
-0
/
+1
*
|
|
Update core/os/os_darwin.odin
Yuriy Grynevych
2024-09-19
1
-0
/
+1
*
|
|
[core/os] get_current_directory: Add allocator arg to targets where its missing
Yuriy Grynevych
2024-09-18
5
-5
/
+5
|
/
/
*
|
Merge pull request #4208 from laytan/more-wasm-vendor-support
gingerBill
2024-09-17
1
-70
/
+19
|
\
\
|
*
|
wasm: support more vendor libraries
Laytan Laats
2024-09-09
1
-70
/
+19
|
|
/
*
/
Fix CPU count detection in FreeBSD & NetBSD
Feoramund
2024-09-11
2
-2
/
+2
|
/
*
Remove unused base:runtime from os2/heap_linux.odin
pkova
2024-09-08
1
-2
/
+0
*
Fix os2/heap_linux.odin deadlock
pkova
2024-09-08
1
-36
/
+35
*
fix(os2): mkdir_all on path_posix
Dan Castrillo
2024-09-02
1
-5
/
+5
*
Fix possible leaks in `os2.user_*` calls
gingerBill
2024-08-31
1
-6
/
+10
*
Fix EOF detection is os2 window read
Laytan Laats
2024-08-28
1
-0
/
+4
*
Return `0, nil` in all `io` cases where an empty slice is provided
Feoramund
2024-08-28
3
-1
/
+23
*
Fix `pread` and `pwrite` on `os2` Windows
Feoramund
2024-08-28
1
-2
/
+2
*
Report invalid whence & offset on `os2` Windows
Feoramund
2024-08-28
2
-0
/
+5
*
Fix Windows infinite recursion with `os2._flush`
Feoramund
2024-08-28
1
-2
/
+2
*
Add documentation to `os2.close`
Feoramund
2024-08-28
1
-0
/
+6
*
Report `Invalid_Whence` on some `os` platforms
Feoramund
2024-08-28
7
-14
/
+73
*
Add missing `flush` functionality to `os` platforms
Feoramund
2024-08-28
5
-7
/
+17
*
Report `Invalid_Whence` in `os2` Linux seek
Feoramund
2024-08-28
1
-2
/
+14
*
Report `Invalid_Whence` in `os2` POSIX seek
Feoramund
2024-08-28
1
-1
/
+14
*
Copy missing errors in `os2._get_platform_error` from `posix` to `linux`
Feoramund
2024-08-28
1
-0
/
+8
*
Zero `n` on error in `_file_stream_proc`
Feoramund
2024-08-28
1
-0
/
+3
*
Fix indentation
Feoramund
2024-08-28
1
-46
/
+46
*
Fix OpenBSD implementations of `read_at` and `write_at`
Feoramund
2024-08-28
1
-12
/
+22
*
Fix indentation
Feoramund
2024-08-28
1
-45
/
+45
*
Fix Haiku implementations of `read_at` and `write_at`
Feoramund
2024-08-28
1
-12
/
+22
*
Fix NetBSD implementations of `read_at` and `write_at`
Feoramund
2024-08-28
1
-12
/
+22
*
Make Windows `pread` and `pwrite` conform to POSIX
Feoramund
2024-08-28
1
-20
/
+8
*
Fix FreeBSD implementations of `read_at` and `write_at`
Feoramund
2024-08-28
1
-12
/
+17
*
Fix broken cases of `Seek` usage in `_file_stream_proc`
Feoramund
2024-08-28
3
-0
/
+14
*
Add missing `io.Stream_Mode` responses
Feoramund
2024-08-28
2
-2
/
+2
*
os2: disable custom heap allocator
Laytan
2024-08-28
1
-0
/
+13
*
Merge pull request #4148 from Feoramund/tls-cleaner
gingerBill
2024-08-26
1
-0
/
+5
|
\
[next]