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
*
Minimally support compiling Odin on FreeBSD arm64
Feoramund
2024-05-05
1
-1
/
+1
*
Remove instrinsics and utf16 imports from os/os_js
Damian Tarnawski
2024-04-29
1
-2
/
+0
*
wasm: add the `fprint` procedures to `fmt`
Laytan Laats
2024-04-28
1
-7
/
+2
*
Core Foundation and Security vendor libraries.
Vitalii Kravchenko
2024-04-13
1
-2
/
+2
*
Merge pull request #3318 from flysand7/os2-file-pipe-read
gingerBill
2024-04-01
3
-12
/
+46
|
\
|
*
[core/os2]: Fix memory leak on read_entire_file
flysand7
2024-04-01
1
-1
/
+1
|
*
[core/os2]: Move .Broken_Pipe to General_Error enum
flysand7
2024-03-25
1
-11
/
+3
|
*
[core/os2]: Reading from unsized files
flysand7
2024-03-24
3
-12
/
+54
*
|
:Updated core:os for darwin to include flush function and match close to api ...
nicola
2024-03-30
1
-2
/
+7
|
/
*
Expect `stream` as a field directly on `os2.File`
gingerBill
2024-03-13
4
-16
/
+13
*
Merge branch 'odin-lang:master' into haiku
avanspector
2024-02-29
2
-10
/
+4
|
\
|
*
Keep -vet happy
gingerBill
2024-02-28
2
-2
/
+0
|
*
Remove unnecessary use of `transmute`
gingerBill
2024-02-28
2
-8
/
+4
*
|
add exit to core:os
avanspector
2024-02-28
1
-0
/
+5
*
|
fix haiku
avanspector
2024-02-26
1
-1
/
+1
*
|
Update os_haiku.odin
avanspector
2024-02-26
1
-1
/
+3
*
|
update sys/haiku
avanspector
2024-02-26
1
-22
/
+22
*
|
Update os_haiku.odin
avanspector
2024-02-26
1
-0
/
+44
*
|
add sys/haiku
avanspector
2024-02-26
1
-2
/
+6
*
|
Update os_haiku.odin
avanspector
2024-02-25
1
-1
/
+155
*
|
update pthread
avanspector
2024-02-25
1
-0
/
+4
*
|
Update os_haiku.odin
avanspector
2024-02-25
1
-1
/
+14
*
|
fix core:os
avanspector
2024-02-25
3
-4
/
+102
*
|
add haiku to unix
avanspector
2024-02-25
1
-0
/
+8
*
|
Update os_haiku.odin
avanspector
2024-02-25
1
-0
/
+83
*
|
fix core and libc
avanspector
2024-02-25
1
-0
/
+20
|
/
*
Minor changes to `os2`
gingerBill
2024-02-17
5
-3
/
+55
*
Merge pull request #3188 from Tetralux/fixchdir
gingerBill
2024-02-12
1
-13
/
+3
|
\
|
*
[os] Fix os.change_directory(), os.set_current_directory()
Tetralux
2024-02-12
1
-13
/
+3
*
|
Merge pull request #3140 from JustinRyanH/master
gingerBill
2024-02-05
1
-6
/
+25
|
\
\
|
*
|
fix: remove returns ErrNo for Windows, FreeBSD, Unix
Justin Hurstwright
2024-02-02
1
-2
/
+7
|
*
|
steal the last_write from freebsd implementation
Justin Hurstwright
2024-02-02
1
-4
/
+18
|
|
/
*
|
Merge pull request #2998 from laytan/os-improvements
gingerBill
2024-02-03
5
-13
/
+82
|
\
\
|
|
/
|
/
|
|
*
fix eof logic
Laytan Laats
2023-12-14
1
-7
/
+12
|
*
implement a max read/write at a time for non-windows (windows already has this)
Laytan Laats
2023-12-14
4
-13
/
+69
|
*
make sure an eof is also returned from the file streams on non-windows
Laytan Laats
2023-12-14
1
-0
/
+8
*
|
Use long-form names and alias with short-form UNIX-like names
gingerBill
2024-01-29
9
-37
/
+57
*
|
Fix types for BSD
gingerBill
2024-01-28
2
-2
/
+2
*
|
Remove `core:os` dependency completely from `base:runtime`
gingerBill
2024-01-28
2
-3
/
+3
*
|
Alias heap calls from `base:runtime` is `core:os`
gingerBill
2024-01-28
8
-229
/
+6
*
|
Remove `core:os` dependency for `base:runtime`
gingerBill
2024-01-28
1
-2
/
+2
*
|
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
32
-36
/
+36
*
|
os/os2: Remove file attribute casting from core:os2
flysand7
2024-01-26
1
-4
/
+4
*
|
os: Fix casting errors in other files
flysand7
2024-01-25
1
-3
/
+3
*
|
os2: Add .Resize_Non_Zeroed allocation mode to os2/heap_windows
flysand7
2024-01-24
1
-1
/
+1
*
|
bring log allocator up to date
Colin Davidson
2024-01-17
1
-20
/
+42
|
\
\
|
*
|
clean up field names
Laytan Laats
2023-12-08
1
-8
/
+5
|
*
|
fix struct stat layout linux arm64
Laytan Laats
2023-12-06
1
-20
/
+45
|
|
/
*
/
add non-zeroing append and resize
Colin Davidson
2023-12-04
1
-7
/
+7
|
/
*
Remap EOF for Windows in stream proc
Jeroen van Rijn
2023-11-18
1
-3
/
+5
[next]