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 nil exceptions with incomplete code parse
Laytan Laats
2023-11-12
2
-48
/
+61
*
Merge pull request #2937 from Kelimion/fix_net_split
Jeroen van Rijn
2023-11-09
2
-1
/
+6
|
\
|
*
Fix net.split_url
Jeroen van Rijn
2023-11-09
2
-1
/
+6
|
/
*
Merge pull request #2936 from laytan/fix-linux-accept
Jeroen van Rijn
2023-11-09
1
-1
/
+2
|
\
|
*
fix linux.accept, addrlen should be a pointer to the length instead of the le...
Laytan
2023-11-09
1
-1
/
+2
|
/
*
Merge pull request #2933 from flga/master
Jeroen van Rijn
2023-11-08
1
-1
/
+1
|
\
|
*
sys/linux: munmap was not using the correct syscall
flga
2023-11-07
1
-1
/
+1
|
/
*
Merge pull request #2932 from laytan/use-verb-for-fmt-bit-set
Jeroen van Rijn
2023-11-07
1
-4
/
+32
|
\
|
*
allow integer verbs in fmt_bit_set
Laytan Laats
2023-11-07
1
-4
/
+32
|
/
*
Merge pull request #2919 from jakubtomsu/d3d12-descriptor-heap-type-fix
gingerBill
2023-11-07
1
-1
/
+0
|
\
|
*
Update d3d12.odin
jakubtomsu
2023-11-04
1
-1
/
+0
*
|
Merge pull request #2927 from karl-zylinski/raylib-color-fixed-array
gingerBill
2023-11-07
1
-6
/
+3
|
\
\
|
*
|
Raylib: use fixed array instead of struct for rl.Color. This makes swizzling ...
Karl Zylinski
2023-11-06
1
-6
/
+3
*
|
|
Merge pull request #2929 from divanburger/dial_bug_fix
gingerBill
2023-11-07
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix use of unitialized socket in socket_linux.odin#_dial_tcp_from_endpoint
Divan Burger
2023-11-06
1
-1
/
+1
|
|
/
/
*
/
/
Temporarily disable vendor tests on macOS (botan)
Jeroen van Rijn
2023-11-06
1
-5
/
+0
|
/
/
*
|
Merge pull request #2926 from karl-zylinski/raylib-shared-use-shared-runtime
Jeroen van Rijn
2023-11-06
1
-1
/
+1
|
\
\
|
*
|
RAYLIB_SHARED: use /NODEFAULTLIB:msvcrt instead of /NODEFAULTLIB:libcmt. This...
Karl Zylinski
2023-11-06
1
-1
/
+1
*
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2023-11-06
4
-4
/
+129
|
\
\
\
|
*
|
|
Delete test artifact.
Jeroen van Rijn
2023-11-04
1
-0
/
+0
|
*
|
|
Merge pull request #2921 from Kelimion/pow2
Jeroen van Rijn
2023-11-04
5
-4
/
+129
|
|
\
\
\
|
|
*
|
|
Work around LLVM idiocy.
Jeroen van Rijn
2023-11-04
3
-5
/
+12
|
|
*
|
|
Add math.pow2_f{16,32,64}, fast floating point 2^x where x is an integer.
Jeroen van Rijn
2023-11-04
4
-4
/
+122
|
|
/
/
/
*
/
/
/
Bodge: fix matrix_flatten issue in Win64 ABI
gingerBill
2023-11-06
1
-2
/
+19
|
/
/
/
*
|
|
Fix #2913
gingerBill
2023-11-04
1
-0
/
+5
*
|
|
Add warning for things like `1.0 / some_int`
gingerBill
2023-11-04
1
-0
/
+24
|
|
/
|
/
|
*
|
Add `allocator` parameter to `fmt`'s `aprint` and `aprintln`
gingerBill
2023-11-03
1
-4
/
+4
*
|
A docs.odin explaining what are the required entities in core:runtime by the ...
dev-2023-11
gingerBill
2023-11-01
1
-0
/
+179
*
|
Add missing calls
gingerBill
2023-11-01
1
-0
/
+3
*
|
Merge pull request #2910 from laytan/fix-empty-pass-because-trailing-comma
Jeroen van Rijn
2023-11-01
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix empty pass because of trailing comma
Laytan
2023-10-31
1
-1
/
+1
*
|
Merge pull request #2911 from flysand7/sys-unix-net-fix
Jeroen van Rijn
2023-11-01
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
sys/linux: Fix EFAULT on recvfrom
flysand7
2023-11-01
1
-1
/
+2
|
/
*
Merge pull request #2897 from jcmdln/editorconfig
gingerBill
2023-10-31
1
-1
/
+5
|
\
|
*
editorconfig: Use 2-column spaces in YAML
jcmdln
2023-10-26
1
-1
/
+5
*
|
Merge pull request #2876 from flysand7/new-sys-unix
gingerBill
2023-10-31
24
-754
/
+6679
|
\
\
|
*
\
Merge branch 'master' into new-sys-unix
gingerBill
2023-10-31
64
-101
/
+739
|
|
\
\
|
*
|
|
convert spaces to tabs
flysand7
2023-10-27
6
-2168
/
+2168
|
*
|
|
Implement new sys/unix package
flysand7
2023-10-27
25
-762
/
+6690
*
|
|
|
Merge pull request #2906 from karl-zylinski/slice-clone-loc
gingerBill
2023-10-31
1
-4
/
+4
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Make slice.clone and slice.clone_to_dynamic take a loc parameter
Karl Zylinski
2023-10-30
1
-4
/
+4
*
|
|
|
Temporarily disable RTTI test on Windows.
Jeroen van Rijn
2023-10-31
2
-2
/
+2
|
/
/
/
*
|
|
Merge pull request #2905 from odin-lang/llvm-17-custom-passes
gingerBill
2023-10-30
4
-16
/
+413
|
\
\
\
|
*
|
|
Explicitly write out the passes for each level and remove certain passes
gingerBill
2023-10-30
3
-21
/
+271
|
*
|
|
TEST: Add sroa passes back
gingerBill
2023-10-29
1
-1
/
+4
|
*
|
|
Ignore `store undef` calls
gingerBill
2023-10-29
1
-1
/
+5
|
*
|
|
Remove trailing comma
gingerBill
2023-10-29
1
-1
/
+1
|
*
|
|
Use default passes without coro, openmp, and sroa passes
gingerBill
2023-10-29
1
-12
/
+31
|
*
|
|
Test: use custom passes for -o:speed
gingerBill
2023-10-29
1
-1
/
+122
*
|
|
|
Add test for RTTI
Jeroen van Rijn
2023-10-30
4
-8
/
+115
[next]