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
/
sys
Commit message (
Expand
)
Author
Age
Files
Lines
*
sys/wasm/js: fix vet error
Laytan Laats
2025-12-22
1
-1
/
+1
*
js: improve warning about conflicting memory strategies
Laytan Laats
2025-12-21
1
-1
/
+1
*
Fix nfds_t alias for Linux
Harold Brenes
2025-12-20
1
-1
/
+1
*
Merge pull request #6015 from salfel/linux-syscalls
Laytan
2025-12-20
1
-3
/
+24
|
\
|
*
add timerfd_* syscall wrappers
Felix Salcher
2025-12-13
1
-3
/
+24
*
|
Merge pull request #6035 from janga-perlind/darwin-bindings
Jeroen van Rijn
2025-12-19
7
-13
/
+95
|
\
\
|
|
/
|
/
|
|
*
More bindings for darwin
Lucas Perlind
2025-12-19
7
-13
/
+95
*
|
Merge pull request #5741 from FourteenBrush/patch-4
Jeroen van Rijn
2025-12-10
1
-1
/
+1
|
\
\
|
*
|
Make `linux.IO_Vec.base` a multipointer
FourteenBrush
2025-10-02
1
-1
/
+1
*
|
|
Freebsd: Fixed 'write' syscall to cause 'ESPIPE' on the pipe fd. (#5575)
WisonYe
2025-12-09
1
-1
/
+1
|
|
/
|
/
|
*
|
Added more NSApplication and NSWindow bindings
Tohei Ichikawa
2025-12-05
2
-0
/
+58
*
|
fix thread_act_t size
Colin Davidson
2025-12-01
1
-1
/
+1
*
|
Add SIO_UDP_CONNRESET winsock constant
Ben Ryan
2025-11-26
1
-4
/
+6
*
|
Implement more Linux syscalls (#5705)
bc-universe
2025-11-24
4
-31
/
+372
*
|
Add NSWindow coordinate space conversion bindings
Tohei Ichikawa
2025-11-18
1
-0
/
+32
*
|
Merge pull request #5936 from benjryan/wsa_defs
gingerBill
2025-11-16
1
-0
/
+24
|
\
\
|
*
|
Add WSASendTo and WSARecvFrom
Ben Ryan
2025-11-16
1
-0
/
+24
*
|
|
LockFileEx/UnlockFileEx and related flags
Wrath
2025-11-13
1
-0
/
+19
*
|
|
Fix typo in NS.String_initWithCString
Tohei Ichikawa
2025-11-12
1
-1
/
+1
*
|
|
Merge pull request #5903 from BNTB/master
gingerBill
2025-11-11
2
-0
/
+10
|
\
\
\
|
*
|
|
Added FreeLibraryAndExitThread in kernel32. Added EnumProcessModules in psapi...
acyclicgraph
2025-11-08
2
-0
/
+10
*
|
|
|
sys/linux: add io uring API
Laytan
2025-11-10
4
-6
/
+516
|
|
/
/
|
/
|
|
*
|
|
whoops
Laytan Laats
2025-11-08
1
-2
/
+2
*
|
|
fix semid_ds definition on arm64 linux
Laytan Laats
2025-11-08
1
-10
/
+24
*
|
|
fix pthread_attr_t size on arm64
Laytan Laats
2025-11-08
1
-1
/
+9
|
/
/
*
|
Add missing SetLayeredWindowAttributes constants
gerigk
2025-11-04
1
-0
/
+3
*
|
Merge pull request #5859 from odin-lang/bill/change-license
dev-2025-11
gingerBill
2025-11-04
3
-3
/
+3
|
\
\
|
*
|
Change Odin's LICENSE to zlib from BSD 3-clause
gingerBill
2025-10-28
3
-3
/
+3
*
|
|
Add comma to last enums to fix build check
Glenn
2025-11-03
1
-2
/
+2
*
|
|
Add Window_center
Glenn
2025-11-03
1
-0
/
+4
*
|
|
Add View alloc
Glenn
2025-11-03
1
-0
/
+4
*
|
|
Add additional window bindings
Glenn
2025-11-03
1
-0
/
+32
*
|
|
Add orderFront and orderOut
Glenn
2025-11-03
1
-0
/
+8
*
|
|
Add getter for the WindowDelegate from the Window
Glenn
2025-11-03
1
-0
/
+4
*
|
|
Add WindowCollectionBehaviour, WindowLevel, WindowTabbingMode
Glenn
2025-11-03
1
-0
/
+54
*
|
|
Add RunningApplication_finishedLaunching
Glenn
2025-11-03
1
-0
/
+5
*
|
|
Add Application_postEvent
Glenn
2025-11-03
1
-0
/
+6
*
|
|
Add Event_otherEventWithType
Glenn
2025-11-03
1
-0
/
+29
*
|
|
Add Application_stop
Glenn
2025-11-03
1
-0
/
+5
|
/
/
*
|
Fix #5843
Courtney Strachan
2025-10-23
1
-3
/
+9
*
|
conditional packed for EPoll_Event to match kernel
Chris Hayen
2025-10-21
1
-3
/
+19
*
|
core:sys/info: iterate over registry nodes to enumerate GPUs
Jeroen van Rijn
2025-10-10
2
-8
/
+52
*
|
Render examples.
Jeroen van Rijn
2025-10-10
5
-27
/
+32
*
|
Further overhaul of package line comments.
Jeroen van Rijn
2025-10-09
3
-13
/
+12
*
|
Fix #5225 wasm odin.js undefined this.mem
xenobas
2025-10-05
1
-2
/
+2
|
/
*
Fix various foreign signatures
Harold Brenes
2025-09-29
4
-6
/
+12
*
[core:sys/info] doc: Remove duplicated line
Yuriy Grynevych
2025-09-25
1
-1
/
+0
*
Merge pull request #5677 from slowhei/master
gingerBill
2025-09-12
1
-2
/
+14
|
\
|
*
Fix addObserver methods and add support for new Objc_Block
Tohei Ichikawa
2025-09-11
1
-2
/
+14
*
|
Merge branch 'odin-lang:master' into patch-2
FourteenBrush
2025-09-09
1
-0
/
+1
|
\
\
[next]