This website requires JavaScript.
Explore
Projects
Krypton
CPU vs AI
Eko
Help
Register
Sign In
mirrors
/
Odin
Watch
1
Star
0
Fork
0
You've already forked Odin
mirror of
https://github.com/odin-lang/Odin.git
synced
2026-05-26 13:48:23 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8985d3beb3b245c06bd5aec9793bb667d914d914
Odin
/
base
/
runtime
History
gingerBill
3dcc22fa6d
Change hashing rules for float-like types to make
0 == -0
2025-04-16 10:52:35 +01:00
..
core_builtin_soa.odin
Fix
#4509
2024-11-24 13:08:24 +01:00
core_builtin.odin
Merge pull request
#4599
from Barinzaya/fix_dynamic_resize_zeroing_on_grow
2025-01-06 12:37:05 +00:00
core.odin
Remove Type_Info_Tuple
2025-04-13 21:51:57 +02:00
default_allocators_general.odin
…
default_allocators_nil.odin
…
default_temp_allocator_arena.odin
fix wrong out of memory in edge cases, just try allocate from block for one source of truth
2025-02-12 19:09:21 +01:00
default_temporary_allocator.odin
…
docs.odin
…
dynamic_array_internal.odin
…
dynamic_map_internal.odin
Change hashing rules for float-like types to make
0 == -0
2025-04-16 10:52:35 +01:00
entry_unix_no_crt_amd64.asm
…
entry_unix_no_crt_darwin_arm64.asm
…
entry_unix_no_crt_i386.asm
…
entry_unix_no_crt_riscv64.asm
…
entry_unix.odin
…
entry_wasm.odin
…
entry_windows.odin
…
error_checks.odin
…
heap_allocator_orca.odin
…
heap_allocator_other.odin
…
heap_allocator_unix.odin
…
heap_allocator_windows.odin
…
heap_allocator.odin
…
internal.odin
…
os_specific_bsd.odin
Fix use of errno on OpenBSD.
2025-03-27 10:36:40 -04:00
os_specific_darwin.odin
…
os_specific_freestanding.odin
…
os_specific_haiku.odin
…
os_specific_js.odin
…
os_specific_linux.odin
…
os_specific_orca.odin
…
os_specific_wasi.odin
…
os_specific_windows.odin
…
os_specific.odin
…
print.odin
…
procs_darwin.odin
Add
priority_index
to
Foundation.framework
import in
base:runtime
2025-01-22 13:03:51 +00:00
procs_js.odin
…
procs_wasm.odin
…
procs_windows_amd64.asm
…
procs_windows_amd64.odin
…
procs_windows_i386.odin
…
procs.odin
…
random_generator.odin
Add
@(require_results)
to random generator
2025-02-24 13:48:07 +00:00
thread_management.odin
…
udivmod128.odin
…
wasm_allocator.odin
…