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
*
Fix use of errno on OpenBSD.
Dave Voutila
2025-03-27
1
-1
/
+1
*
Fix #4968
Jeroen van Rijn
2025-03-25
1
-2
/
+3
*
Use `copy` over `intrinsics.mem_copy_non_overlapping`
gingerBill
2025-03-24
2
-12
/
+9
*
Add `require_results` to getters in `os2` path API
Feoramund
2025-03-21
1
-0
/
+2
*
Make `os2` Linux `_is_path_separator` compare against `_Path_Separator`
Feoramund
2025-03-21
1
-1
/
+1
*
Remove `if ODIN_OS == .Windows` in file that can only be built on Windows
Feoramund
2025-03-21
1
-26
/
+24
*
Decouple usage of `filepath` from `os2`
Feoramund
2025-03-21
9
-22
/
+13
*
Add new path API for `os2`
Feoramund
2025-03-21
4
-20
/
+541
*
Add missing documentation to `os2/path`
Feoramund
2025-03-20
1
-0
/
+39
*
Assert that `_Path_Separator` is 7-bit ASCII
Feoramund
2025-03-20
1
-0
/
+2
*
Fix data races in `os2/env_linux.odin`
Feoramund
2025-03-04
1
-28
/
+20
*
Fix typo
Feoramund
2025-03-04
1
-1
/
+1
*
Fix indentation
Feoramund
2025-03-04
1
-1
/
+1
*
Shorten buffers used for `os2.random_string` results
Feoramund
2025-03-03
1
-2
/
+2
*
Make `os2.random_string` use `context.random_generator`
Feoramund
2025-03-03
1
-38
/
+9
*
Add missing allocator in `os2.file_info_clone`
Feoramund
2025-03-02
1
-1
/
+1
*
Fix wrong path in `os2.user_config_dir`
Feoramund
2025-03-02
1
-1
/
+1
*
Merge pull request #4877 from laytan/os2-additions
gingerBill
2025-02-28
12
-88
/
+582
|
\
|
*
os/os2: recursive directory walker, expose errors in read_directory, file clone
Laytan Laats
2025-02-24
12
-88
/
+582
*
|
Merge pull request #4891 from Feoramund/fix-4890
gingerBill
2025-02-28
4
-15
/
+15
|
\
\
|
*
|
Fix #4890
Feoramund
2025-02-27
4
-15
/
+15
|
|
/
*
|
Add `Error` to `os2.set_env`
gingerBill
2025-02-28
5
-43
/
+32
*
|
Add `Error` as part of the return values of `os2.environ`
gingerBill
2025-02-28
6
-41
/
+46
|
/
*
pass flags down from `os.send` in darwin and linux
Samuel Elgozi
2025-01-26
2
-2
/
+2
*
Merge pull request #4733 from laytan/get-executable-path
gingerBill
2025-01-24
9
-5
/
+222
|
\
|
*
os/os2: use proc_pidpath for executable path on darwin
Laytan Laats
2025-01-22
1
-20
/
+6
|
*
os/os2: get_executable_path and working directory on wasi
Laytan Laats
2025-01-21
1
-2
/
+31
|
*
os/os2: add get_executable_path and get_executable_directory
Laytan Laats
2025-01-21
8
-3
/
+205
*
|
Merge pull request #4730 from laytan/os2-linux-loop-writes-and-cap-rw
gingerBill
2025-01-24
1
-20
/
+41
|
\
\
|
|
/
|
/
|
|
*
os/os2: bring Linux to other impls standards by looping writes and maxing one...
Laytan Laats
2025-01-20
1
-20
/
+41
*
|
Merge pull request #4716 from laytan/os2-wasi
gingerBill
2025-01-21
12
-4
/
+1186
|
\
\
|
*
|
os/os2: wasi target support
Laytan Laats
2025-01-18
12
-4
/
+1186
*
|
|
Merge pull request #4732 from zen3ger/os2-process-incorrect-working-dir
Laytan
2025-01-21
1
-0
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
os/os2: Linux _process_start() write back error on fchdir failure
Roland Kovacs
2025-01-20
1
-2
/
+3
|
*
|
os/os2: Properly update CWD on Linux when using _process_start()
Roland Kovacs
2025-01-20
1
-0
/
+4
|
|
/
*
/
os2/heap_linux point to runtime._heap_allocator_proc
jason
2025-01-19
2
-727
/
+7
|
/
*
Implement _read_directory_iterator in os2.
jason
2025-01-10
1
-3
/
+84
*
Merge pull request #4672 from shizeeg/master
Laytan
2025-01-11
1
-0
/
+8
|
\
|
*
add os.exists() to FreeBSD
sh!zeeg
2025-01-10
1
-0
/
+8
*
|
Update dir_unix.odin
avanspector
2025-01-10
1
-1
/
+1
*
|
Haiku: small fixes across core
avanspector
2025-01-10
1
-2
/
+17
*
|
Merge branch 'odin-lang:master' into master
avanspector
2025-01-06
10
-135
/
+120
|
\
|
|
*
Remove unused import
gingerBill
2025-01-05
1
-1
/
+0
|
*
Use static global memory for std handles instead of allocating.
gingerBill
2025-01-05
7
-76
/
+93
|
*
Fix sys/linux 64 bit arguments on 32 bit systems
jason
2025-01-02
1
-0
/
+3
|
*
Minor fixes + cleanup in os2 and sys/linux
jason
2025-01-02
2
-3
/
+1
|
*
General clean up of code
gingerBill
2025-01-01
1
-1
/
+10
|
*
Get arm64 up to speed in os2 linux
jason
2024-12-19
3
-56
/
+15
*
|
Fix os_haiku.odin (again)
avanspector
2024-12-21
1
-1
/
+1
*
|
fix haiku
avanspector
2024-12-20
2
-7
/
+8
|
/
[next]