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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Document the rest of `os2`.
gingerBill
2025-10-31
3
-5
/
+45
*
Update documentation for `os2` once more!
gingerBill
2025-10-31
5
-18
/
+143
*
Improve documentation for the file based operations in os2
gingerBill
2025-10-31
1
-5
/
+145
*
Change to `Permissions` bit_set from relying on octal numbering for os2
gingerBill
2025-10-31
14
-44
/
+88
*
use `runtime.exit` for `os2.exit`
gingerBill
2025-10-31
5
-20
/
+2
*
Remove `core:encoding/ini` dependency in `user_posix.odin`
gingerBill
2025-10-28
1
-12
/
+12
*
Add `#caller_location` to `os2.read_entire_file`
gingerBill
2025-10-28
1
-10
/
+7
*
[core:os/os2] zeroed `n` value on failed file operations
A1029384756
2025-10-27
2
-12
/
+19
*
Fix Linux executable path
Kamron Bhavnagri
2025-10-18
1
-1
/
+2
*
fix: another itoa() used in path_linux.odin had to be replaced with write_int()
samwega
2025-10-03
1
-1
/
+1
*
fix for temp_file name prefix being deallocated before being used
Alex Riedl
2025-09-11
1
-7
/
+5
*
Handle optional allocator error when appending read bytes in read_entire_file...
Damian Tarnawski
2025-09-02
1
-1
/
+1
*
More contextless fixes
gingerBill
2025-08-08
1
-1
/
+1
*
Add contextless to another proc
gingerBill
2025-08-08
1
-2
/
+2
*
Make `get_args` contextless
gingerBill
2025-08-08
1
-1
/
+8
*
Require `@(init)` and `@(fini)` to be `proc "contextless" ()`
gingerBill
2025-08-08
5
-11
/
+11
*
Merge branch 'master' into bill/utf16-strings
gingerBill
2025-08-05
1
-3
/
+3
|
\
|
*
Fixed delete-after-free in file_windows.odin
Jared Cone
2025-08-04
1
-3
/
+3
*
|
Remove unneeded uses of `intrinsics.constant_utf16_cstring`
gingerBill
2025-08-02
1
-1
/
+1
*
|
os2 internals -> (c)string16
gingerBill
2025-08-02
8
-47
/
+74
*
|
`for in string16`; Support `string16` across core
gingerBill
2025-08-02
1
-1
/
+1
|
/
*
Replace system:System.framework imports with system:System
Harold Brenes
2025-07-13
1
-1
/
+1
*
Fix macOS
Jeroen van Rijn
2025-06-16
1
-1
/
+1
*
Add buffered get_env variants to os2
Jeroen van Rijn
2025-06-16
6
-11
/
+138
*
Replace core:posix usage in core:os/os2
Jeroen van Rijn
2025-06-13
2
-9
/
+53
*
Merge pull request #5286 from Feoramund/no-san-mem
gingerBill
2025-06-09
1
-0
/
+1
|
\
|
*
Mark some uninitialized memory as safe
Feoramund
2025-06-05
1
-0
/
+1
*
|
Simplify `_xdg_user_dirs_lookup`
Jeroen van Rijn
2025-06-08
2
-61
/
+41
*
|
Merge pull request #5295 from elyalon/dirs
Jeroen van Rijn
2025-06-07
4
-57
/
+222
|
\
\
|
*
|
remove fmt import
Ely Alon
2025-06-07
1
-1
/
+0
|
*
|
Fix user dirs, add docs
Ely Alon
2025-06-07
4
-57
/
+223
*
|
|
Merge pull request #5288 from Feoramund/strconv-append-to-write
Jeroen van Rijn
2025-06-05
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Clarify `strconv.append_*` to `strconv.write_*`
Feoramund
2025-06-05
1
-1
/
+1
*
|
|
Factor out into helper.
Jeroen van Rijn
2025-06-05
1
-176
/
+44
|
/
/
*
|
UAF
Jeroen van Rijn
2025-06-05
1
-10
/
+10
*
|
tabs
Jeroen van Rijn
2025-06-05
1
-13
/
+13
*
|
add more user dirs
Ely Alon
2025-06-05
3
-24
/
+325
|
/
*
Fix
Jeroen van Rijn
2025-06-05
2
-16
/
+21
*
Change `os2.user_*` on Windows to use `SHGetKnownFolderPath`.
Jeroen van Rijn
2025-06-05
2
-15
/
+33
*
Allocate return value on provided allocator
Jeroen van Rijn
2025-06-05
1
-4
/
+4
*
os2: remove libc use on Linux
Laytan Laats
2025-05-20
3
-21
/
+35
*
Revert "os2: Don't try to translate Windows file attributes to Unix mode flags"
Jeroen van Rijn
2025-05-12
2
-36
/
+20
*
Fix os2.clean_path on Windows
Jeroen van Rijn
2025-05-11
2
-28
/
+58
*
os2: better copy_directory, and add native copy_file and copy_directory varia...
Laytan Laats
2025-05-08
4
-13
/
+94
*
Fix linux
Lucas Perlind
2025-05-08
1
-1
/
+1
*
Improve assert information
Lucas Perlind
2025-05-08
1
-1
/
+1
*
Remove TEMP_ALLOCATOR_GUARD wrapper
Lucas Perlind
2025-05-08
33
-116
/
+113
*
Fix posix
Lucas Perlind
2025-05-08
5
-32
/
+35
*
Fix linux
Lucas Perlind
2025-05-08
2
-0
/
+3
*
fix -vet
Lucas Perlind
2025-05-08
3
-4
/
+2
[next]