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 #2873 from jcmdln/fix-linux-releases
Jeroen van Rijn
2023-10-17
1
-2
/
+5
|
\
|
*
Fix Linux release pipeline which expects to bundle libLLVM*.so
jcmdln
2023-10-16
1
-2
/
+5
|
/
*
Merge pull request #2850 from jcmdln/linux-llvm-17
gingerBill
2023-10-16
4
-157
/
+99
|
\
|
*
Remove [[ for POSIX shell support
jcmdln
2023-10-15
1
-2
/
+2
|
*
Only check LLVM_VERSION_MAJOR >= 17 for PassBuilder inclusion
jcmdln
2023-10-15
1
-1
/
+1
|
*
Allow running in POSIX shells
jcmdln
2023-10-14
1
-2
/
+2
|
*
Fix typo in GIT_SHA collection
jcmdln
2023-10-14
1
-1
/
+1
|
*
Don't implicitly try 'llvm-config-14', try fallback or set LLVM_CONFIG; Resto...
jcmdln
2023-10-14
1
-13
/
+13
|
*
Hoist GIT_SHA discovery
jcmdln
2023-10-14
1
-5
/
+5
|
*
Remove extra newlines
jcmdln
2023-10-14
1
-2
/
+0
|
*
Ensure user defined LLVM_CONFIG is respected
jcmdln
2023-10-14
1
-7
/
+11
|
*
Hunt for supported 'llvm-config' executable
jcmdln
2023-10-14
1
-2
/
+18
|
*
Fix typos in references to OS_ARCH, OS_NAME
jcmdln
2023-10-14
1
-2
/
+2
|
*
Refactor to improve handling of LLVM_VERSION checks
jcmdln
2023-10-14
1
-154
/
+52
|
*
Fix MAX_LLVM_VERSION panic messages
jcmdln
2023-10-12
1
-2
/
+2
|
*
Support LLVM >=17.0.1 on Darwin and Linux
jcmdln
2023-10-11
4
-7
/
+33
*
|
Merge pull request #2841 from Ldash4/upstream/fix-enet-bindings
gingerBill
2023-10-16
1
-7
/
+8
|
\
\
|
*
|
Make enet packet flags use bitset
L4
2023-10-02
1
-7
/
+8
*
|
|
Merge pull request #2864 from flysand7/vendor-shared-fix
gingerBill
2023-10-16
18
-76
/
+278
|
\
\
\
|
*
|
|
Fix miniaudio config; add trailing commas
flysand7
2023-10-14
3
-4
/
+4
|
*
|
|
add 'shared' config to vendor libraries
flysand7
2023-10-14
15
-74
/
+246
|
*
|
|
rename dynamic to shared
flysand7
2023-10-14
4
-2
/
+32
|
|
/
/
*
|
|
Merge pull request #2870 from reluctant-git-user/patch-1
gingerBill
2023-10-16
1
-1
/
+1
|
\
\
\
|
*
|
|
Update stdio.odin
reluctant-git-user
2023-10-15
1
-1
/
+1
*
|
|
|
Merge pull request #2871 from reluctant-git-user/master
gingerBill
2023-10-16
1
-2
/
+3
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Update microui.odin; slider 'step' parameter was not working
reluctant-git-user
2023-10-15
1
-2
/
+3
|
/
/
/
*
|
|
Merge pull request #2867 from flysand7/linux-asm
Jeroen van Rijn
2023-10-15
2
-42
/
+88
|
\
\
\
|
*
|
|
implemented foreign asm imports on linux/osx
flysand7
2023-10-15
2
-42
/
+88
*
|
|
|
Merge pull request #2861 from seventh-chord/master
gingerBill
2023-10-15
1
-0
/
+3
|
\
\
\
\
|
*
|
|
|
llvm: specify calling convention on call
Morten Hauke Solvang
2023-10-13
1
-0
/
+3
*
|
|
|
|
Merge pull request #2838 from GoNZooo/gonz.return-out-of-memory-in-json-parse
gingerBill
2023-10-15
2
-2
/
+55
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
cleanup: remove unused import
Rickard Andersson
2023-10-02
1
-1
/
+0
|
*
|
|
|
testing: add test for `Out_Of_Memory` return
Rickard Andersson
2023-10-02
1
-0
/
+44
|
*
|
|
|
fix: guard against empty key value in `parse_object_body`
Rickard Andersson
2023-10-02
1
-6
/
+10
|
*
|
|
|
docs: add note about checking for alloc error
Rickard Andersson
2023-10-02
1
-0
/
+2
|
*
|
|
|
fix: use `runtime.map_insert` to not overallocate
Rickard Andersson
2023-10-02
1
-6
/
+4
|
*
|
|
|
fix(json): return `.Out_Of_Memory` when out of memory on parse
Rickard Andersson
2023-10-02
1
-0
/
+6
*
|
|
|
|
Merge pull request #2847 from thetarnav/js-runtime-patch
gingerBill
2023-10-14
1
-18
/
+22
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Correct stripNewline function
Damian Tarnawski
2023-10-06
1
-1
/
+1
|
*
|
|
|
Define `stripNewline` function
Damian Tarnawski
2023-10-06
1
-0
/
+4
|
*
|
|
|
Don't pass `true` for `littleEndian` where it's not needed.
Damian Tarnawski
2023-10-06
1
-4
/
+4
|
*
|
|
|
Fix typo
Damian Tarnawski
2023-10-06
1
-1
/
+1
|
*
|
|
|
Update wasm `runtime.js`
Damian Tarnawski
2023-10-06
1
-13
/
+13
*
|
|
|
|
Disallow direct return a compound literal of a slice with elements
gingerBill
2023-10-13
1
-0
/
+17
*
|
|
|
|
Merge pull request #2853 from RehkitzDev/master
gingerBill
2023-10-10
2
-1
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
added webgl GetParameter
Rehkitzdev
2023-10-08
2
-1
/
+4
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #2856 from fabiansperber/fix-odin-parser-or_branch
gingerBill
2023-10-10
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Add `or_break` and `or_continue` to the list of tokens that have an automatic...
Fabian Sperber
2023-10-09
1
-1
/
+1
|
/
/
/
/
/
*
/
/
/
/
Add `ERROR_BLOCK()` to `check_unique_package_names`
gingerBill
2023-10-09
1
-0
/
+2
|
/
/
/
/
*
|
|
|
Merge pull request #2833 from simonwashere/darwin_net_interface
Jeroen van Rijn
2023-10-07
3
-5
/
+149
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
[prev]
[next]