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
*
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
*
|
|
|
Merge pull request #2902 from flysand7/vendor-darwin
Jeroen van Rijn
2023-10-30
42
-10
/
+52
|
\
\
\
\
|
*
|
|
|
move darwin-specific packages in all_vendor_darwin.odin
flysand7
2023-10-30
2
-10
/
+12
|
*
|
|
|
Merge branch 'master' into vendor-darwin
flysand7
2023-10-30
2
-4
/
+6
|
|
\
|
|
|
|
*
|
|
|
Only build vendor:darwin on darwin
flysand7
2023-10-29
40
-0
/
+40
*
|
|
|
|
Merge pull request #2904 from AquaGeneral/master
Jeroen van Rijn
2023-10-30
1
-3
/
+3
|
\
\
\
\
\
|
*
|
|
|
|
Fixed typo "fot" and clarified slashpath.ext
Jesse Stiller
2023-10-30
1
-3
/
+3
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #2903 from flysand7/i386-syscall-asm-fix
Jeroen van Rijn
2023-10-30
1
-1
/
+1
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Merge branch 'master' into i386-syscall-asm-fix
flysand7
2023-10-30
2
-4
/
+6
|
|
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Force dynamic map calls on non-windows targets
gingerBill
2023-10-29
1
-2
/
+4
*
|
|
|
|
Only make static map get calls inlineable outside of debug builds
gingerBill
2023-10-27
1
-2
/
+2
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix-up inline asm for i386 syscalls emit
flysand7
2023-10-30
1
-1
/
+1
|
/
/
/
*
|
|
Fix static map calls and default to them!
gingerBill
2023-10-27
2
-7
/
+27
*
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2023-10-27
4
-2
/
+41
|
\
\
\
|
*
\
\
Merge pull request #2896 from thetarnav/js-rand
Jeroen van Rijn
2023-10-27
4
-2
/
+41
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
Replace Math.random with crypto.getRandomValues for _system_number
Damian Tarnawski
2023-10-27
3
-5
/
+6
|
|
*
|
Use wasmMemoryInterface for rand_bytes
Damian Tarnawski
2023-10-27
1
-1
/
+1
|
|
*
|
Rename rand to rand_f64
Damian Tarnawski
2023-10-27
1
-2
/
+3
|
|
*
|
Add system_random and random_bytes for js target
Damian Tarnawski
2023-10-27
4
-2
/
+39
|
|
/
/
*
/
/
Disable using giant packed struct for type info table for the time being
gingerBill
2023-10-27
3
-40
/
+62
|
/
/
*
|
Merge pull request #2891 from flysand7/glfw-fixes
gingerBill
2023-10-26
3
-3
/
+15
|
\
\
|
*
|
Change bool to b32
flysand7
2023-10-24
2
-2
/
+2
|
*
|
GLFW binding fixes
flysand7
2023-10-24
3
-3
/
+15
*
|
|
Merge pull request #2895 from jakubtomsu/fix-builtin-const-int-checks
gingerBill
2023-10-26
1
-3
/
+3
|
\
\
\
[next]