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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move `WSAEVENT` to types.odin
dev-2026-01
gingerBill
2026-01-05
2
-1
/
+2
*
Implement `LPWSAOVERLAPPED_COMPLETION_ROUTINE` correctly
gingerBill
2026-01-05
1
-2
/
+15
*
Merge pull request #6089 from Neirokan/ipv4_to_ipv6_fix
gingerBill
2026-01-02
1
-2
/
+2
|
\
|
*
fix map_to_ip6 offset
Neirokan
2026-01-01
1
-2
/
+2
*
|
Minor fixes to formatting and types
gingerBill
2026-01-02
2
-7
/
+7
*
|
More formatting improvements
gingerBill
2026-01-02
10
-170
/
+198
*
|
Improve the formatting of user32.odin
gingerBill
2026-01-02
1
-319
/
+326
*
|
Improve formatting; fix types; add struct field tags
gingerBill
2026-01-02
7
-1310
/
+1319
*
|
Improve formatting and `#raw_union` logic in `core:sys/windows`
gingerBill
2026-01-02
8
-1083
/
+1080
*
|
Add boolean support for `raw_union_tag`
gingerBill
2026-01-02
1
-0
/
+29
*
|
Add `raw_union_tag` support to `MINIDUMP_CALLBACK_INPUT`
gingerBill
2026-01-02
1
-13
/
+44
*
|
Minor formatting improvements
gingerBill
2026-01-02
2
-83
/
+83
*
|
Add support to `raw_union_tag` for integers
gingerBill
2026-01-02
1
-0
/
+28
*
|
Change usage of `i32` to `c_int` where appropriate
gingerBill
2026-01-02
8
-64
/
+72
*
|
Fix typo
gingerBill
2026-01-02
1
-1
/
+1
*
|
Fix some return types in core:sys/windows
gingerBill
2026-01-02
2
-5
/
+5
*
|
Replace uses of `c.int` with `c_int` for consistency
gingerBill
2026-01-02
3
-14
/
+11
*
|
Fix `GetSystemMetricsForDpi` signature
gingerBill
2026-01-02
1
-3
/
+2
*
|
Merge pull request #5882 from IllusionMan1212/custom-json-marshalling
Jeroen van Rijn
2026-01-01
2
-3
/
+164
|
\
\
|
*
|
Make custom JSON (un)marshalers more like core:fmt's
Jeroen van Rijn
2025-12-10
2
-61
/
+200
|
*
|
Merge branch 'master' into pr/5882
Jeroen van Rijn
2025-12-10
17
-220
/
+451
|
|
\
\
|
*
|
|
encoding/json: error handling for custom (un)marshallers
Hisham Aburaqibah
2025-12-02
2
-4
/
+4
|
*
|
|
encoding/json: custom json (un)marshalling
IllusionMan1212
2025-12-02
2
-44
/
+66
*
|
|
|
Add `@(rodata)` to global constants
gingerBill
2026-01-01
1
-4
/
+4
*
|
|
|
When using `fmt_write_padding`, remove the need to restore `fi.zero` since it...
gingerBill
2026-01-01
1
-6
/
+0
*
|
|
|
fix printing dozenal numbers `0z` from `0o`
gingerBill
2026-01-01
1
-2
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2025-12-31
6
-10
/
+117
|
\
\
\
|
*
|
|
[encoding/json] Allow Unmarshalling to `rune`
dozn
2025-12-30
2
-0
/
+10
|
*
|
|
[encoding/json] Fix Escapes When Marshalling
dozn
2025-12-30
1
-3
/
+3
|
*
|
|
Merge pull request #6081 from dozn/json5-and-sjson-comments
gingerBill
2025-12-30
1
-0
/
+26
|
|
\
\
\
|
|
*
|
|
Moved `first_iteration` up a couple lines so it makes sense readability-wise.
dozn
2025-12-30
1
-1
/
+1
|
|
*
|
|
Add JSON5/SJSON Comments When Marshalling
dozn
2025-12-29
1
-0
/
+26
|
*
|
|
|
Merge pull request #6069 from karl-zylinski/webgl-binding-fixes
gingerBill
2025-12-30
2
-6
/
+77
|
|
\
\
\
\
|
|
*
|
|
|
Added 'set_document_title' to be able to rename the tab
Karl Zylinski
2025-12-29
2
-0
/
+7
|
|
*
|
|
|
Fix bugs in odin.js:GetActiveUniformBlockName
Karl Zylinski
2025-12-29
1
-7
/
+11
|
|
*
|
|
|
Added CheckFramebufferStatus to WebGL bindings
Karl Zylinski
2025-12-29
1
-0
/
+3
|
|
*
|
|
|
More webgl bindings and fixes
Karl Zylinski
2025-12-27
1
-7
/
+22
|
|
*
|
|
|
More allocator-aware webgl bindings and added more missing bindings.
Karl Zylinski
2025-12-26
1
-0
/
+21
|
|
*
|
|
|
WebGL: Add GetActiveAttrib binding
Karl Zylinski
2025-12-26
1
-0
/
+21
|
*
|
|
|
|
Merge pull request #6056 from d-us-vb/patch-1
gingerBill
2025-12-30
1
-1
/
+1
|
|
\
\
\
\
\
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
Update letter.odin
Dusty Miller
2025-12-22
1
-1
/
+1
*
|
|
|
|
|
Rename `xar.Xar` to `xar.Array`
gingerBill
2025-12-31
1
-25
/
+25
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #6074 from DarathDev/master
Laytan
2025-12-29
4
-33
/
+34
|
\
\
\
\
\
|
*
|
|
|
|
Add missing 'caller_location' to several procedures in 'slice' package
DarathDev
2025-12-28
4
-33
/
+34
*
|
|
|
|
|
Merge pull request #6073 from bplu4t2f/master
Laytan
2025-12-29
1
-0
/
+59
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Add user32 scroll bar related bindings, and FrameRect
bplu4t2f
2025-12-27
1
-0
/
+59
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #6078 from BigBoyBarney/json-arrays
Laytan
2025-12-29
2
-11
/
+11
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Fix standard json parsing / unmarshalling issue for pure arrays
Sylphrena
2025-12-29
2
-11
/
+11
*
|
|
|
|
|
Split of the built-in custom formatters to improve code generation
gingerBill
2025-12-27
1
-140
/
+150
*
|
|
|
|
|
Split some procedures up
gingerBill
2025-12-27
1
-316
/
+345
[next]