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/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
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2025-04-09
5
-16
/
+221
|
\
|
*
Merge pull request #5022 from IllusionMan1212/fix-printing-long-strings
Jeroen van Rijn
2025-04-09
1
-9
/
+17
|
|
\
|
|
*
gb.h: fix buffer overflow when printing long strings. fix #4831
IllusionMan1212
2025-04-09
1
-9
/
+17
|
|
/
|
*
Merge pull request #5021 from flysand7/fix-badge
Jeroen van Rijn
2025-04-08
1
-1
/
+1
|
|
\
|
|
*
Fix the CI badge URL
flysand7
2025-04-09
1
-1
/
+1
|
|
/
|
*
Merge pull request #5013 from IllusionMan1212/one-last-android-fix-maybe
gingerBill
2025-04-08
1
-3
/
+11
|
|
\
|
|
*
android: always link liblog
IllusionMan1212
2025-04-08
1
-0
/
+1
|
|
*
fix: use the clang binary that's provided by the android NDK
IllusionMan1212
2025-04-07
1
-3
/
+10
|
*
|
Merge pull request #5016 from Barinzaya/fix-math-nextafter
gingerBill
2025-04-08
2
-3
/
+192
|
|
\
\
|
|
*
|
Added tests for `math.nextafter`.
Barinzaya
2025-04-07
1
-0
/
+189
|
|
*
|
Fixed math.nextafter procs skipping from 0 to 1.
Barinzaya
2025-04-07
1
-3
/
+3
*
|
|
|
Remove warning on struct field parameters being too big for the stack
gingerBill
2025-04-09
1
-1
/
+1
|
/
/
/
*
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2025-04-08
10
-35
/
+75
|
\
\
\
|
*
|
|
Don't run demo if building Odin fails.
Jeroen van Rijn
2025-04-08
1
-0
/
+1
|
*
|
|
Fix #5020
Jeroen van Rijn
2025-04-08
1
-1
/
+3
|
*
|
|
Merge pull request #5019 from Cararasu/master
Jeroen van Rijn
2025-04-07
2
-3
/
+4
|
|
\
\
\
|
|
*
|
|
vendor/glfw: fix SetMonitorCallback and MonitorProc type definition
Thomas Wagner
2025-04-07
2
-3
/
+4
|
|
/
/
/
|
*
|
|
Merge pull request #5018 from Barinzaya/fix-fmt-bitset-nonzero-enum
Jeroen van Rijn
2025-04-07
1
-7
/
+3
|
|
\
\
\
|
|
*
|
|
Fixed `fmt` handling of `bit_set[Enum]` when `min(Enum) != 0`.
Barinzaya
2025-04-07
1
-7
/
+3
|
|
|
/
/
|
*
/
/
Disallow .Multiline in iterator.
Jeroen van Rijn
2025-04-07
1
-0
/
+8
|
|
/
/
|
*
|
Remove now unused field.
Jeroen van Rijn
2025-04-07
1
-1
/
+0
|
*
|
Optimize regex match iterator.
Jeroen van Rijn
2025-04-07
3
-19
/
+51
|
*
|
Fix os2/process defer error.
Jeroen van Rijn
2025-04-07
1
-2
/
+3
|
*
|
Fix HXA defer warning
Jeroen van Rijn
2025-04-07
1
-2
/
+2
*
|
|
Propagate `@(link_section=<string>)` to nested declarations
gingerBill
2025-04-08
7
-63
/
+99
|
/
/
*
|
Add trivial sanity check for assigning to return values within `defer` #5011
gingerBill
2025-04-07
1
-0
/
+41
*
|
Merge pull request #5010 from Feoramund/fix-netbsd-arm64-syscall
Jeroen van Rijn
2025-04-07
1
-8
/
+31
|
\
\
|
|
/
|
/
|
|
*
Fix `syscall_bsd` on NetBSD ARM64
Feoramund
2025-04-06
1
-8
/
+31
|
/
*
Return loop index in regex iterator.
Jeroen van Rijn
2025-04-06
2
-6
/
+15
*
{.Glboal} implicit in regex allocator.
Jeroen van Rijn
2025-04-06
2
-1
/
+3
*
Merge pull request #5008 from Kelimion/regex-iterator
Jeroen van Rijn
2025-04-06
2
-5
/
+152
|
\
|
*
Keep -vet happy.
Jeroen van Rijn
2025-04-06
1
-1
/
+1
|
*
Add iterator for `core:text/regex`.
Jeroen van Rijn
2025-04-06
2
-5
/
+152
|
/
*
Merge pull request #5003 from IllusionMan1212/more-android-fixes
gingerBill
2025-04-06
4
-89
/
+92
|
\
|
*
fix(android): pass `--sysroot` when compiling the android glue code
Hisham Aburaqibah
2025-04-05
1
-0
/
+5
|
*
print android-specific flags for the bundle command
Hisham Aburaqibah
2025-04-05
1
-0
/
+19
|
*
fix cross compilation for linux_riscv
IllusionMan1212
2025-04-05
1
-1
/
+1
|
*
android bundling improvements
IllusionMan1212
2025-04-05
3
-64
/
+42
|
*
fix: cross-compilation for android on linux
IllusionMan1212
2025-04-05
2
-25
/
+26
*
|
Fix broken asan on Windows.
Jeroen van Rijn
2025-04-05
1
-0
/
+0
*
|
Remove stray import.
Jeroen van Rijn
2025-04-05
1
-1
/
+0
*
|
Fix segfault in core:sys/info on WSL2
Jeroen van Rijn
2025-04-05
1
-6
/
+14
*
|
Merge pull request #5007 from laytan/net-errors-overhaul
Jeroen van Rijn
2025-04-05
19
-918
/
+1462
|
\
\
|
*
|
net: rework errors to be cross-platform
Laytan Laats
2025-04-05
19
-918
/
+1462
*
|
|
Merge pull request #5006 from Kelimion/fix-doc-tests
Jeroen van Rijn
2025-04-05
6
-69
/
+127
|
\
\
\
|
*
|
|
Fix broken examples in documentation tester.
Jeroen van Rijn
2025-04-05
6
-69
/
+127
|
/
/
/
*
|
|
Merge pull request #4993 from Sojamann/small-array-doc
Jeroen van Rijn
2025-04-05
2
-0
/
+662
|
\
\
\
|
*
|
|
core:container/small_array: add package documentation
Robin Bergewski
2025-04-05
2
-0
/
+662
*
|
|
|
Merge pull request #5005 from Kelimion/fix-5004
Jeroen van Rijn
2025-04-05
2
-0
/
+37
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Fix #5004
Jeroen van Rijn
2025-04-05
2
-0
/
+37
|
/
/
/
[next]