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/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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix `simd_shuffle`
gingerBill
2022-05-26
1
-1
/
+2
*
Remove unneeded mask
gingerBill
2022-05-26
1
-7
/
+4
*
Make `simd_shuffle` act closer to `swizzle`
gingerBill
2022-05-26
3
-55
/
+56
*
Allow integer vectors in select
gingerBill
2022-05-25
1
-2
/
+5
*
Add `intrinsics.simd_select`
gingerBill
2022-05-25
3
-0
/
+65
*
Correct casting between integer and boolean #simd
gingerBill
2022-05-25
1
-1
/
+4
*
`intrinsics.simd_shuffle`
gingerBill
2022-05-25
4
-10
/
+113
*
Allow booleans for #simd
gingerBill
2022-05-25
3
-34
/
+50
*
Add `intrinsics.simd_reduce_*`
gingerBill
2022-05-25
3
-9
/
+159
*
Correct parapoly for #simd
gingerBill
2022-05-25
3
-3
/
+23
*
Restrict `swizzle` to a power of two for #simd
gingerBill
2022-05-25
3
-3
/
+44
*
Rename `simd_insert` to `simd_replace`
gingerBill
2022-05-25
3
-4
/
+4
*
Allow for non-constant simd vector compound types
gingerBill
2022-05-25
2
-1
/
+97
*
Add ranges for simd compounds literals
gingerBill
2022-05-25
2
-100
/
+149
*
Add `simd_extract` and `simd_insert`
gingerBill
2022-05-25
3
-32
/
+105
*
Simplify transmute for #simd
gingerBill
2022-05-25
1
-0
/
+5
*
Allow basic casting of simd vectors
gingerBill
2022-05-25
2
-0
/
+44
*
Implement backend for simd intrinsics
gingerBill
2022-05-25
2
-4
/
+255
*
Mock out simd intrinsics
gingerBill
2022-05-25
4
-5
/
+265
*
Make `#simd` an opaque type
gingerBill
2022-05-25
5
-24
/
+34
*
Fix `odin build examples\demo\` trailing slash handling.
Jeroen van Rijn
2022-05-24
1
-1
/
+6
*
Clear up Mismatched BE types error message
Cedric Hutchings
2022-05-23
1
-1
/
+1
*
Merge pull request #1802 from odin-lang/remove-maybe-tag
gingerBill
2022-05-23
6
-18
/
+11
|
\
|
*
Merge functionality of `#maybe` with the standard 'union' functionality
gingerBill
2022-05-23
6
-18
/
+11
*
|
Correct `check_transmute` operand logic
gingerBill
2022-05-23
1
-0
/
+2
|
/
*
Add better error message for trying to dereference a multi-pointer
gingerBill
2022-05-23
1
-0
/
+8
*
Allow multi pointers in intrinsics
gingerBill
2022-05-23
1
-6
/
+6
*
Allow `transmute` on constant expressions
gingerBill
2022-05-23
1
-8
/
+8
*
Change atomic.wait32 and atomic.notify selection
gingerBill
2022-05-21
1
-2
/
+2
*
Begin to add support for experimental wasm64
gingerBill
2022-05-21
1
-1
/
+11
*
Fix typo
gingerBill
2022-05-21
1
-1
/
+1
*
Unify abi for wasm32 and the future wasm64
gingerBill
2022-05-21
1
-7
/
+2
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2022-05-21
1
-7
/
+7
|
\
|
*
Fix typo.
Cedric Hutchings
2022-05-21
1
-7
/
+7
*
|
Begin work on Atomics for wasm32 (wait and notify intrinsics)
gingerBill
2022-05-21
3
-0
/
+142
*
|
Improve ABI design for wasm32 targets
gingerBill
2022-05-21
1
-18
/
+36
|
/
*
Increase minimum macOS version to 10.12.0
gingerBill
2022-05-18
1
-2
/
+2
*
emit optnone and noinline for all procs when opt set to minimal
Tobias Mollstam
2022-05-18
1
-22
/
+27
*
Commit `import _` changes
gingerBill
2022-05-15
1
-8
/
+5
*
Allow for `import _ "foo"` to allow for `@(init)` procedures; Remove `using i...
gingerBill
2022-05-14
3
-49
/
+14
*
Improve -vet shadowing to allow `x := x if cond else y` etc
gingerBill
2022-05-11
1
-9
/
+28
*
Improve ternary if type inference
gingerBill
2022-05-11
1
-1
/
+5
*
Correct `foreign import` prefix behaviour for wasm
gingerBill
2022-05-06
1
-11
/
+9
*
Remove unneeded `#if defined`
gingerBill
2022-05-04
1
-4
/
+0
*
Add `@(priority_index=<int>)` for `foreign import`
gingerBill
2022-05-04
4
-0
/
+20
*
Minor move around for path sets
gingerBill
2022-05-04
1
-4
/
+8
*
Remove stray line
gingerBill
2022-05-04
1
-1
/
+0
*
Make the link order of foreign imports deterministic
gingerBill
2022-05-04
6
-300
/
+370
*
Small fix to deprecation warning.
Jeroen van Rijn
2022-05-04
1
-1
/
+1
*
Typo.
Jeroen van Rijn
2022-05-03
1
-1
/
+1
[next]