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 #5246 from RichardFevrier/master
dev-2025-06
gingerBill
2025-06-02
1
-5
/
+10
|
\
|
*
Posix: Signal: add SIGWINCH support
Richard Février
2025-05-31
1
-5
/
+10
*
|
Merge pull request #5251 from Feoramund/fix-quat-real-real-real-real
Jeroen van Rijn
2025-06-01
1
-11
/
+14
|
\
\
|
*
|
Show quaternion arguments in `wxyz` order, instead of `xyzw`, in mismatched t...
Feoramund
2025-06-01
1
-1
/
+1
|
*
|
Make `quaternion` untyped values convert to first typed value found
Feoramund
2025-06-01
1
-10
/
+12
|
*
|
Fix `quaternion` construction causing compiler crash
Feoramund
2025-06-01
1
-0
/
+1
*
|
|
Typo fix
Jeroen van Rijn
2025-06-01
1
-1
/
+1
|
/
/
*
|
Also clean up .dSym on Darwin
Jeroen van Rijn
2025-06-01
3
-18
/
+28
*
|
Also delete .pdb unless -keep-executable is supplied
Jeroen van Rijn
2025-06-01
1
-0
/
+8
*
|
Merge pull request #5250 from mstura/master
Jeroen van Rijn
2025-06-01
1
-1
/
+1
|
\
\
|
*
|
Add missing return cast in 'memory_prefix_length' on amd64 avx2
Matteo
2025-06-01
1
-1
/
+1
|
/
/
*
|
Merge pull request #5249 from Kelimion/simd_prefix
Jeroen van Rijn
2025-05-31
5
-18
/
+296
|
\
\
|
*
|
Fix doctest
Jeroen van Rijn
2025-05-31
1
-5
/
+4
|
*
|
-vet
Jeroen van Rijn
2025-05-31
1
-1
/
+0
|
*
|
Vectorize `strings.prefix_length`.
Jeroen van Rijn
2025-05-31
5
-18
/
+298
*
|
|
Merge pull request #5247 from Feoramund/fix-2083
Jeroen van Rijn
2025-05-31
1
-1
/
+21
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add suggestions for `quaternionN` or `complexN` conversions
Feoramund
2025-05-31
1
-1
/
+21
|
/
/
*
|
Merge pull request #5245 from TheTophatDemon/fix-odin-js-loadcstring
gingerBill
2025-05-31
1
-7
/
+3
|
\
\
|
*
|
Simplified function call to loadCstringDirect
Alexander Lunsford
2025-05-30
1
-7
/
+3
|
*
|
Fix odin.js loadCstring to use pointer address correctly.
Alexander Lunsford
2025-05-30
1
-1
/
+1
|
|
/
*
|
Merge pull request #5241 from Feoramund/fix-obj-output
gingerBill
2025-05-31
2
-38
/
+44
|
\
\
|
|
/
|
/
|
|
*
Allow overriding object extension in `-build-mode:obj`
Feoramund
2025-05-30
2
-36
/
+41
|
*
Remove trailing whitespace
Feoramund
2025-05-30
1
-1
/
+1
|
*
Don't double-append module name when building separate objects
Feoramund
2025-05-30
1
-1
/
+2
|
/
*
Merge pull request #5236 from Feoramund/fix-2077
Jeroen van Rijn
2025-05-30
1
-0
/
+1
|
\
|
*
Error on unterminated multi-line comment
Feoramund
2025-05-29
1
-0
/
+1
|
/
*
Merge pull request #4063 from Feoramund/simd-memory
Jeroen van Rijn
2025-05-29
7
-127
/
+457
|
\
|
*
Rename `SIMD_IS_EMULATED` to capability-affirmative `HAS_HARDWARE_SIMD`
Feoramund
2025-05-29
4
-15
/
+16
|
*
Use `time.Stopwatch` in `core:bytes` benchmark
Feoramund
2025-05-29
1
-4
/
+5
|
*
Add benchmarks for `runtime.memory_*` comparison procedures
Feoramund
2025-05-29
1
-0
/
+227
|
*
Add tests for `runtime.memory_*` comparison procedures
Feoramund
2025-05-29
1
-0
/
+76
|
*
Vectorize `runtime.memory_*` comparison procedures
Feoramund
2025-05-29
1
-58
/
+140
|
*
Move `simd.IS_EMULATED` to `runtime.SIMD_IS_EMULATED`
Feoramund
2025-05-29
2
-5
/
+7
|
*
Remove commented block of code
Feoramund
2025-05-27
1
-59
/
+0
*
|
Always provide /PDB option to linker if generating debug info.
Jeroen van Rijn
2025-05-29
2
-5
/
+13
*
|
Fix #5228
gingerBill
2025-05-29
1
-0
/
+1
*
|
Fix #5232 by adding an edge case
gingerBill
2025-05-29
1
-1
/
+9
*
|
Merge pull request #5231 from GloriousPtr/raddebugger-fixes
gingerBill
2025-05-29
1
-32
/
+32
|
\
\
|
*
|
raddebugger: change table to columns
Mohit Sethi
2025-05-28
1
-32
/
+32
|
/
/
*
|
Merge pull request #5130 from odin-lang/bill/raddebugger-custom-section
gingerBill
2025-05-28
4
-32
/
+201
|
\
\
|
*
\
Merge branch 'master' into bill/raddebugger-custom-section
gingerBill
2025-05-22
146
-1673
/
+11891
|
|
\
\
|
*
|
|
Move raddbg string stuff to a thread-safe queue
gingerBill
2025-05-07
4
-85
/
+108
|
*
|
|
Add `#row_major matrix` support for raddbg
gingerBill
2025-05-07
1
-0
/
+17
|
*
|
|
Add column major matrix support
gingerBill
2025-05-07
2
-17
/
+95
|
*
|
|
Only add custom section for Windows (currently)
gingerBill
2025-05-07
1
-1
/
+2
|
*
|
|
Begin work on adding support for the `.raddbg` section for the RAD Debugger
gingerBill
2025-05-07
2
-14
/
+64
*
|
|
|
Fix rand.int_max comment
Jeroen van Rijn
2025-05-28
1
-1
/
+1
*
|
|
|
Merge pull request #5229 from zclark/foundation-cmd-sel
gingerBill
2025-05-28
2
-97
/
+97
|
\
\
\
\
|
*
|
|
|
Add missing SEL _cmd argument to objc class_addMethod IMPs
Zach Clark
2025-05-27
2
-97
/
+97
|
/
/
/
/
*
|
|
|
Merge pull request #5226 from weskerfoot/fix-csv-docs
Jeroen van Rijn
2025-05-27
2
-3
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
[next]