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
path:
root
/
base
/
runtime
/
internal.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing return cast in 'memory_prefix_length' on amd64 avx2
Matteo
2025-06-01
1
-1
/
+1
*
Vectorize `strings.prefix_length`.
Jeroen van Rijn
2025-05-31
1
-0
/
+68
*
Rename `SIMD_IS_EMULATED` to capability-affirmative `HAS_HARDWARE_SIMD`
Feoramund
2025-05-29
1
-8
/
+9
*
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
1
-0
/
+5
*
Remove commented block of code
Feoramund
2025-05-27
1
-59
/
+0
*
require the __asan_unpoison_memory_region runtime symbol so empty projects wi...
Laytan Laats
2025-05-09
1
-0
/
+1
*
Cleanup
Lucas Perlind
2025-05-07
1
-3
/
+1
*
Fix wasi_wasm
Lucas Perlind
2025-05-06
1
-1
/
+1
*
Add asan support for various allocators
Lucas Perlind
2025-05-06
1
-0
/
+9
*
Merge branch 'master' into file-tags-without-comments
Karl Zylinski
2024-09-17
1
-4
/
+7
|
\
|
*
[mem]: Fix handling of default resize to check alignment
flysand7
2024-09-11
1
-4
/
+7
*
|
Moved all packages in core, base, vendor, tests and examples to use new #+ fi...
Karl Zylinski
2024-09-14
1
-1
/
+1
|
/
*
fix i128 division?
Laytan
2024-08-20
1
-4
/
+22
*
re-enable some wasm things in runtime
Laytan Laats
2024-08-10
1
-11
/
+2
*
Add another `-vet-cast` check
gingerBill
2024-06-29
1
-0
/
+1
*
Update for `transmute` `-vet-cast`
gingerBill
2024-06-29
1
-6
/
+6
*
Use explicit calling conventions
gingerBill
2024-06-29
1
-4
/
+4
*
Use `f32` operations rather than `f16` in `complex32` and `quaternion64` to i...
gingerBill
2024-06-29
1
-17
/
+20
*
Add `@(rodata)` and `@(static, rodata)` where appropriate
gingerBill
2024-06-06
1
-2
/
+2
*
Merge pull request #3592 from laytan/wasm-gpa
gingerBill
2024-05-20
1
-0
/
+30
|
\
|
*
add a default heap/general purpose allocator for wasm to `base:runtime`
Laytan Laats
2024-05-16
1
-1
/
+31
*
|
arm32 now compiles and runs demo
jasonkercher
2024-05-10
1
-1
/
+5
|
/
*
Fix #3459
gingerBill
2024-04-30
1
-4
/
+4
*
Improve codegen for `bit_field [N]T` compound literals
gingerBill
2024-04-24
1
-6
/
+4
*
fix wasm with `-target-features:"simd128"`
Laytan Laats
2024-03-22
1
-3
/
+5
*
Add general support for `bit_field`s
gingerBill
2024-02-22
1
-0
/
+22
*
`RUNTIME_REQUIRE :: false`
gingerBill
2024-02-02
1
-1
/
+1
*
Add `contextless` where missing
gingerBill
2024-02-02
1
-2
/
+2
*
Remove `core:os` dependency from `base:runtime`; change to `base:intrinsics`
gingerBill
2024-01-28
1
-1
/
+1
*
Move `core:runtime` to `base:runtime`; keep alias around
gingerBill
2024-01-28
1
-0
/
+1036