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
/
tests
/
core
/
runtime
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing test attr and don't zero memory when reserve already did
Damian Tarnawski
2025-08-26
1
-0
/
+1
*
Merge branch 'master' into soa-resize-zero-memory
gingerBill
2025-08-26
1
-0
/
+78
|
\
|
*
More soa tests
Damian Tarnawski
2025-08-24
1
-36
/
+59
|
*
Avoid overlap issues when correcting memory after resize in _reserve_soa
Damian Tarnawski
2025-08-23
1
-14
/
+44
|
*
Support using allocator resize in `_reserve_soa` (fixes #5615)
Damian Tarnawski
2025-08-23
1
-0
/
+26
*
|
Zero existing memory when using resize_soa (fixes #5614)
Damian Tarnawski
2025-08-23
1
-0
/
+34
|
/
*
Fix early join after start.
Jeroen van Rijn
2025-06-21
1
-20
/
+20
*
Add tests for `runtime.memory_*` comparison procedures
Feoramund
2025-05-29
1
-0
/
+76
*
cleanup test arenas
Laytan Laats
2025-02-12
1
-0
/
+1
*
fix wrong out of memory in edge cases, just try allocate from block for one s...
Laytan Laats
2025-02-12
1
-0
/
+14
*
Add `#+feature dynamic-literals` to tests
gingerBill
2025-01-05
1
-0
/
+1
*
also add a test for non power of 2 N for good measure
fleandro
2025-01-03
1
-0
/
+31
*
fix N=1 and cleanup tests
fleandro
2025-01-03
1
-20
/
+61
*
fix test leaks
fleandro
2025-01-03
1
-0
/
+1
*
runtime: map_cell_index_static produced wrong results when the number of elem...
fleandro
2025-01-03
1
-1
/
+25
*
[runtime] `make(map[K]V)` should not allocate any capacity
Tetralux
2024-11-16
1
-0
/
+24
*
Free the arenas allocated in `test_core_runtime`
Feoramund
2024-08-26
1
-0
/
+3
*
Port `tests\core\runtime`
Jeroen van Rijn
2024-06-02
1
-38
/
+5
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
1
-2
/
+2
*
add other failing test and fix them
Laytan Laats
2023-12-18
1
-1
/
+12
*
switch tests around
Laytan Laats
2023-12-18
1
-1
/
+1
*
add failing test for runtime arena edge case
Laytan Laats
2023-12-18
1
-0
/
+61