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
*
wasi: make the demo run on wasi and run it in CI
Laytan Laats
2024-06-29
1
-0
/
+12
*
Fix loads of indentation issues with mixing spaces and tabs
gingerBill
2024-06-29
3
-5
/
+5
*
More style improvements
gingerBill
2024-06-29
2
-4
/
+12
*
cast to transmute
gingerBill
2024-06-29
1
-2
/
+1
*
Adhere to `-vet-cast`
gingerBill
2024-06-29
1
-2
/
+1
*
Check for unneeded `transmute` with `-vet-cast`
gingerBill
2024-06-29
3
-6
/
+5
*
Keep `-vet` happy
Feoramund
2024-06-28
1
-1
/
+1
*
revert os2/process
jason
2024-06-28
3
-548
/
+35
*
fix assumption about std handles in os2/file.odin
jason
2024-06-28
2
-5
/
+7
*
change error strings to an enumerated array in rodata; print_error takes a fi...
jason
2024-06-28
3
-139
/
+140
*
convert all to use sys/linux over sys/unix; new implementations for pipe, pro...
jason
2024-06-27
12
-540
/
+1266
*
Merge pull request #3776 from IllusionMan1212/os2-read-fix
gingerBill
2024-06-20
1
-0
/
+6
|
\
|
*
fix(os2): check for 0 bytes read and return EOF
IllusionMan1212
2024-06-18
1
-0
/
+6
*
|
Implement `absolute_path_from_handle` for FreeBSD
Feoramund
2024-06-11
1
-2
/
+39
*
|
Fix `file_size` on FreeBSD
Feoramund
2024-06-11
1
-1
/
+1
*
|
Fix file open `O_*` flags on FreeBSD
Feoramund
2024-06-11
1
-9
/
+9
*
|
Update dir_windows.odin
Jeroen van Rijn
2024-06-08
1
-2
/
+2
*
|
Fixed error handling in read_dir on Windows
John Leidegren
2024-06-08
1
-1
/
+5
|
/
*
Add `@(rodata)` and `@(static, rodata)` where appropriate
gingerBill
2024-06-06
1
-1
/
+1
*
Fixed broken import
Andreas T Jonsson
2024-06-05
1
-1
/
+0
*
Propper thread identification on NetBSD
Andreas T Jonsson
2024-06-05
1
-1
/
+6
*
Fix open() foreign libc signature on Darwin
Harold Brenes
2024-05-27
1
-1
/
+1
*
Fix a few darwin libc signatures with incorrect parameters.
Harold Brenes
2024-05-26
1
-4
/
+4
*
Merge pull request #3439 from andreas-jonsson/netbsd
gingerBill
2024-05-15
4
-4
/
+785
|
\
|
*
Minor code cleanup
Andreas T Jonsson
2024-05-10
1
-7
/
+7
|
*
Merge branch 'master' into netbsd
Andreas T Jonsson
2024-05-10
1
-1
/
+1
|
|
\
|
*
\
Merged with master
Andreas T Jonsson
2024-05-02
1
-9
/
+2
|
|
\
\
|
*
\
\
Merge branch 'master' into netbsd
Andreas T Jonsson
2024-04-25
1
-2
/
+2
|
|
\
\
\
|
*
|
|
|
Fixed potential memory leak
Andreas T Jonsson
2024-04-25
1
-1
/
+1
|
*
|
|
|
Implemented absolute_path_from_handle for NetBSD
Andreas T Jonsson
2024-04-25
1
-2
/
+20
|
*
|
|
|
Added some libc bindings for NetBSD
Andreas T Jonsson
2024-04-18
1
-1
/
+1
|
*
|
|
|
Updated core lib and did cleanup
Andreas T Jonsson
2024-04-18
2
-0
/
+8
|
*
|
|
|
Fixed link warnings
Andreas T Jonsson
2024-04-17
1
-3
/
+3
|
*
|
|
|
Initial commit of NetBSD port
Andreas T Jonsson
2024-04-16
3
-3
/
+758
*
|
|
|
|
Add `Fstat_Callback` for `File.user_fstat`
gingerBill
2024-05-14
2
-1
/
+7
*
|
|
|
|
Add missing `@(require_results)`
gingerBill
2024-05-14
1
-0
/
+1
*
|
|
|
|
Fix typo
gingerBill
2024-05-14
1
-2
/
+2
*
|
|
|
|
Delete dead code
gingerBill
2024-05-14
1
-7
/
+0
*
|
|
|
|
Remove all uses of `context` stuff in os2
gingerBill
2024-05-14
7
-47
/
+57
*
|
|
|
|
Add `@(require_results)` everywhere in os2
gingerBill
2024-05-14
13
-39
/
+85
*
|
|
|
|
Move utility stuff to `internal_util.odin`
gingerBill
2024-05-14
2
-84
/
+84
*
|
|
|
|
Mock out `temp_file.odin` stuff
gingerBill
2024-05-14
10
-34
/
+194
*
|
|
|
|
Use internal `temp_allocator()`
gingerBill
2024-05-14
2
-25
/
+52
*
|
|
|
|
Clean up allocator stuff into `allocators.odin`
gingerBill
2024-05-14
8
-76
/
+75
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
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
[next]