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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
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
76
-10126
/
+16792
|
|
\
\
|
*
|
|
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
13
-24
/
+354
|
\
\
\
|
*
\
\
Merge pull request #6086 from ske2004/fix-literal-endianness
gingerBill
2025-12-31
4
-5
/
+112
|
|
\
\
\
|
|
*
|
|
fix typo
ske
2025-12-30
1
-1
/
+1
|
|
*
|
|
Fix literal endianness (fix #6068)
ske
2025-12-30
4
-5
/
+112
|
*
|
|
|
Merge pull request #6087 from dozn/json-unmarshal-runes
Laytan
2025-12-31
2
-0
/
+10
|
|
\
\
\
\
|
|
*
\
\
\
Merge branch 'odin-lang:master' into json-unmarshal-runes
dozn
2025-12-30
0
-0
/
+0
|
|
|
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
Merge pull request #6085 from dozn/json-null-marshal
Laytan
2025-12-31
1
-3
/
+3
|
|
\
\
\
\
\
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
[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
4
-8
/
+195
|
|
\
\
\
\
|
|
*
|
|
|
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
2
-0
/
+4
|
|
*
|
|
|
More webgl bindings and fixes
Karl Zylinski
2025-12-27
2
-8
/
+36
|
|
*
|
|
|
More allocator-aware webgl bindings and added more missing bindings.
Karl Zylinski
2025-12-26
3
-1
/
+82
|
|
*
|
|
|
WebGL: Add GetActiveAttrib binding
Karl Zylinski
2025-12-26
2
-1
/
+64
|
*
|
|
|
|
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
|
*
|
|
|
|
|
Merge pull request #6079 from krnowak/krnowak/fix-proc-inlining
gingerBill
2025-12-30
1
-7
/
+7
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
Fix handling of #force_inline
Krzesimir Nowak
2025-12-29
1
-7
/
+7
|
|
|
|
_
|
/
/
/
|
|
|
/
|
|
|
|
*
|
/
|
|
|
|
Rename `xar.Xar` to `xar.Array`
gingerBill
2025-12-31
1
-25
/
+25
|
/
/
/
/
/
/
*
|
|
|
|
|
Add `globaldynamic` `thread_local` model (same as the current `default`)
gingerBill
2025-12-30
2
-0
/
+4
*
|
|
|
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2025-12-30
9
-53
/
+108
|
\
\
\
\
\
\
|
*
\
\
\
\
\
Merge pull request #6082 from harold-b/hb.fix-objc-auto-msgsend-class-methods
Laytan
2025-12-30
1
-8
/
+3
|
|
\
\
\
\
\
\
|
|
|
/
/
/
/
/
|
|
/
|
|
|
|
|
[prev]
[next]