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
*
Merge pull request #4290 from flysand7/pipe-has-data
dev-2024-10
gingerBill
2024-10-01
7
-125
/
+321
|
\
|
*
remove extra binary
flysand7
2024-09-29
1
-0
/
+0
|
*
adjust docs
flysand7
2024-09-29
1
-6
/
+3
|
*
[os2/process]: Implement process_exec
flysand7
2024-09-28
1
-0
/
+90
|
*
[os2/process]: Unindent doc comments
flysand7
2024-09-28
2
-124
/
+123
|
*
Revert "Add missing registers in User_Regs on AMD64"
flysand7
2024-09-26
1
-6
/
+0
|
*
Add missing registers in User_Regs on AMD64
flysand7
2024-09-26
1
-0
/
+6
|
*
Fix indentation issues
flysand7
2024-09-26
2
-11
/
+11
|
*
[os2]: Implement pipe_has_data procedure
flysand7
2024-09-24
6
-1
/
+111
*
|
Merge pull request #4331 from olimpiu/patch-1
gingerBill
2024-10-01
1
-1
/
+1
|
\
\
|
*
|
Fixed confusing (and incorrect) warning
olimpiu
2024-09-30
1
-1
/
+1
|
/
/
*
|
sys/posix: use '#max_field_align'
Laytan Laats
2024-09-30
3
-44
/
+30
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2024-09-30
9
-15
/
+97
|
\
\
|
*
\
Merge pull request #4323 from laytan/bit-array-init
gingerBill
2024-09-30
1
-6
/
+35
|
|
\
\
|
|
*
|
container/bit_array: add 'init' procedure
Laytan Laats
2024-09-29
1
-6
/
+35
|
*
|
|
Merge pull request #4324 from laytan/va-list-stb-sprintf-raylib-fixe
gingerBill
2024-09-30
5
-3
/
+4
|
|
\
\
\
|
|
*
|
|
va_list fixes for raylib & stb sprintf
Laytan Laats
2024-09-29
5
-3
/
+4
|
*
|
|
|
Merge pull request #4325 from mtarik34b/document-container-of-proc
gingerBill
2024-09-30
1
-0
/
+33
|
|
\
\
\
\
|
|
*
|
|
|
Add documentation to `runtime.container_of`
mtarik34b
2024-09-29
1
-0
/
+33
|
*
|
|
|
|
Merge pull request #4328 from Yawning/fix/cshake-bytepad
gingerBill
2024-09-30
2
-6
/
+25
|
|
\
\
\
\
\
|
|
*
|
|
|
|
core/crypto/_sha3: Fix edge case in cSHAKE bytepad
Yawning Angel
2024-09-30
2
-6
/
+25
|
|
/
/
/
/
/
*
/
/
/
/
/
Change struct alignment rules for `#max_field_align`
gingerBill
2024-09-30
1
-0
/
+8
|
/
/
/
/
/
*
|
|
|
|
`#min_field_align` & `#max_field_align`; deprecate `#field_align` in favour o...
gingerBill
2024-09-30
7
-49
/
+116
*
|
|
|
|
ABI BREAKING for SysV: Change how multiple return values are handled to be se...
gingerBill
2024-09-30
1
-6
/
+10
*
|
|
|
|
Fix LLVM 18 ABI for 128-bit integers (because LLVM broke things)
gingerBill
2024-09-30
1
-0
/
+5
*
|
|
|
|
Fix union comparison bug
gingerBill
2024-09-30
1
-0
/
+6
*
|
|
|
|
Merge pull request #4327 from beaumccartney/fix-deferred-attrib-error-report
Jeroen van Rijn
2024-09-30
1
-8
/
+8
|
\
\
\
\
\
|
*
|
|
|
|
print proc types in same order as procs
Beau McCartney
2024-09-29
1
-3
/
+3
|
*
|
|
|
|
fix deferred procedure errors
Beau McCartney
2024-09-29
1
-5
/
+5
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #4304 from kawaii-Code/linear_search_reverse
Laytan
2024-09-29
2
-24
/
+160
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fix markup in `linear_search` and `binary_search` docs
Nia
2024-09-29
1
-45
/
+77
|
*
|
|
|
Remove pointless `#no_bounds_check`
Nia
2024-09-29
1
-4
/
+4
|
*
|
|
|
Add linear_search_reverse and linear_search_reverse_proc
Nia
2024-09-25
2
-0
/
+104
*
|
|
|
|
Merge pull request #4302 from Pariatech/enable_static_glfw_linux
Laytan
2024-09-29
1
-2
/
+12
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
do recommendation
Gabriel Pariat
2024-09-29
1
-2
/
+6
|
*
|
|
|
adding binding for static for linux
Gabriel Pariat
2024-09-24
1
-2
/
+8
|
|
/
/
/
*
|
|
|
Merge pull request #4322 from laytan/fix-errors-not-printed-after-parse-warnings
Laytan
2024-09-29
1
-4
/
+0
|
\
\
\
\
|
*
|
|
|
fix errors not being printed after parse warnings
Laytan Laats
2024-09-29
1
-4
/
+0
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2024-09-29
31
-547
/
+7617
|
\
|
|
|
|
*
|
|
fix box2d World_Draw not taking a pointer
Laytan Laats
2024-09-29
1
-1
/
+1
|
*
|
|
Merge pull request #4320 from laytan/fix-wgpu-examples-after-js-move
Laytan
2024-09-29
8
-10
/
+12
|
|
\
\
\
|
|
*
|
|
fix wgpu examples after move of files in 95721fe
Laytan Laats
2024-09-29
8
-10
/
+12
|
|
/
/
/
|
*
|
|
Merge pull request #4310 from wrapperup/fix-vulkan-wrapper
gingerBill
2024-09-28
22
-536
/
+7604
|
|
\
\
\
|
|
*
|
|
generate new vulkan files (1.3.296)
wrapperup
2024-09-26
21
-530
/
+7593
|
|
*
|
|
fix mismatching type generation with newer vulkan headers
wrapperup
2024-09-26
1
-6
/
+11
|
|
/
/
/
*
/
/
/
Pass delta time instead of current time to odin.js `step`
gingerBill
2024-09-29
1
-2
/
+2
|
/
/
/
*
|
|
Merge pull request #4307 from flysand7/ptrace-user-regs
gingerBill
2024-09-26
1
-0
/
+6
|
\
\
\
|
*
|
|
Add missing registers in User_Regs on AMD64
flysand7
2024-09-26
1
-0
/
+6
*
|
|
|
Merge pull request #4308 from karl-zylinski/fix-constant-array-conversion-crash
gingerBill
2024-09-26
1
-3
/
+7
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix for crash when emitting a comparison between a constant array and a non-c...
Karl Zylinski
2024-09-25
1
-3
/
+7
|
/
/
/
[next]