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
/
core_builtin_soa.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add @builtin to missing builtin procedure group procs
Sylphrena
2025-12-19
1
-2
/
+3
*
Use resize_soa instead of resize proc group in soa procs
thetarnav
2025-11-02
1
-3
/
+7
*
Add `inject_at_soa` and `append_nothing_soa` procedures
thetarnav
2025-11-02
1
-0
/
+111
*
Add missing test attr and don't zero memory when reserve already did
Damian Tarnawski
2025-08-26
1
-8
/
+7
*
Merge branch 'master' into soa-resize-zero-memory
gingerBill
2025-08-26
1
-5
/
+67
|
\
|
*
Cleanup soa resize logic—reduce nesting
Damian Tarnawski
2025-08-24
1
-32
/
+32
|
*
Handle nil old data case
Damian Tarnawski
2025-08-24
1
-41
/
+48
|
*
Always use .Resize_Non_Zeroed in _reserve_soa
Damian Tarnawski
2025-08-23
1
-1
/
+1
|
*
Avoid overlap issues when correcting memory after resize in _reserve_soa
Damian Tarnawski
2025-08-23
1
-5
/
+14
|
*
Only zero memory when requested
Damian Tarnawski
2025-08-23
1
-9
/
+9
|
*
Support using allocator resize in `_reserve_soa` (fixes #5615)
Damian Tarnawski
2025-08-23
1
-5
/
+51
*
|
Zero existing memory when using resize_soa (fixes #5614)
Damian Tarnawski
2025-08-23
1
-0
/
+24
|
/
*
Fix #4509
Jeroen van Rijn
2024-11-24
1
-0
/
+2
*
Added `#any_int` directive to some more builtin slice/dynamic array
Franz Hoeltermann
2024-09-03
1
-3
/
+3
*
Added `#any_int` to some #soa procs to mirror the behaviour of their
Franz Hoeltermann
2024-09-03
1
-5
/
+5
*
Imply `#no_capture` to all variadic parameters
gingerBill
2024-07-14
1
-2
/
+2
*
Add more uses of `#no_capture`
gingerBill
2024-07-14
1
-3
/
+3
*
Add `non_zero_*` variants for `#soa` dynamic array
gingerBill
2024-07-01
1
-3
/
+43
*
Add `#no_broadcast` to `append_soa`
gingerBill
2024-07-01
1
-2
/
+2
*
Unify #soa code for structs and arrays
gingerBill
2024-07-01
1
-42
/
+15
*
Made default capacity of dynamic arrays more consistent.
Karl Zylinski
2024-06-29
1
-3
/
+4
*
Correct #soa RTTI usage
gingerBill
2024-05-16
1
-8
/
+8
*
Fix syntax mistake again
James Duran
2024-02-16
1
-1
/
+1
*
Fix Syntax Mistake
James Duran
2024-02-16
1
-1
/
+1
*
Make into_dynamic_soa more concise and remove builtin tag from it
James Duran
2024-02-16
1
-8
/
+4
*
Added into_dynamic_soa, unordered_remove_soa, and ordered_remove_soa
James Duran
2024-02-14
1
-1
/
+98
*
Remove invalid allocator assignment to slice
Zac Nowicki
2024-02-08
1
-1
/
+0
*
Fix #3150
gingerBill
2024-01-29
1
-0
/
+1
*
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
/
+428