Feoramund 97f1d12e04 Add missing `Raw_*` types for complex and quaternion 1 year ago
..
core.odin 97f1d12e04 Add missing `Raw_*` types for complex and quaternion 1 year ago
core_builtin.odin 6dcf38b85b Correct `copy_from_string` docs 1 year ago
core_builtin_soa.odin 7cf62f00c3 Correct #soa RTTI usage 1 year ago
default_allocators_arena.odin 61826594c9 Add comment state to prefer `virtual.Arena` over `runtime.Arena` 1 year ago
default_allocators_general.odin f42b1c4973 add a default heap/general purpose allocator for wasm to `base:runtime` 1 year ago
default_allocators_nil.odin 9a16bc5fc5 Remove `core:os` dependency for `base:runtime` 1 year ago
default_temporary_allocator.odin aa72050586 wasm: enable default temp allocator 1 year ago
docs.odin 55ff9b857e Add `contextless` where missing 1 year ago
dynamic_array_internal.odin 09fa1c29cd Move `core:runtime` to `base:runtime`; keep alias around 1 year ago
dynamic_map_internal.odin 9933ca8b56 Make `map_total_allocation_size` public; Add `map_total_allocation_size_from_value` 1 year ago
entry_unix.odin 4558f3992a Initial commit of NetBSD port 1 year ago
entry_unix_no_crt_amd64.asm 09fa1c29cd Move `core:runtime` to `base:runtime`; keep alias around 1 year ago
entry_unix_no_crt_darwin_arm64.asm 09fa1c29cd Move `core:runtime` to `base:runtime`; keep alias around 1 year ago
entry_unix_no_crt_i386.asm 09fa1c29cd Move `core:runtime` to `base:runtime`; keep alias around 1 year ago
entry_wasm.odin 9e7cc8cf93 Remove `core:os` dependency from `base:runtime`; change to `base:intrinsics` 1 year ago
entry_windows.odin 9e7cc8cf93 Remove `core:os` dependency from `base:runtime`; change to `base:intrinsics` 1 year ago
error_checks.odin 5c52f3cf2f Add `ODIN_NO_BOUNDS_CHECK` 1 year ago
heap_allocator.odin 0428f508d8 Fix typo of `_heap_resize` 1 year ago
heap_allocator_other.odin 038086d1d9 Alias heap calls from `base:runtime` is `core:os` 1 year ago
heap_allocator_unix.odin 4558f3992a Initial commit of NetBSD port 1 year ago
heap_allocator_windows.odin 038086d1d9 Alias heap calls from `base:runtime` is `core:os` 1 year ago
internal.odin 891fefe117 Merge pull request #3592 from laytan/wasm-gpa 1 year ago
os_specific.odin f0a7f1812f Rename `runtime.os_write` to `runtime.stderr_write` 1 year ago
os_specific_bsd.odin 4558f3992a Initial commit of NetBSD port 1 year ago
os_specific_darwin.odin a974c08aff Incorrect write syscall on Darwin - fixes stderr output. 1 year ago
os_specific_freestanding.odin f0a7f1812f Rename `runtime.os_write` to `runtime.stderr_write` 1 year ago
os_specific_haiku.odin d032cff23b Update os_specific_haiku.odin 1 year ago
os_specific_js.odin f0a7f1812f Rename `runtime.os_write` to `runtime.stderr_write` 1 year ago
os_specific_linux.odin f0a7f1812f Rename `runtime.os_write` to `runtime.stderr_write` 1 year ago
os_specific_wasi.odin f42b1c4973 add a default heap/general purpose allocator for wasm to `base:runtime` 1 year ago
os_specific_windows.odin f0a7f1812f Rename `runtime.os_write` to `runtime.stderr_write` 1 year ago
print.odin 059175de3b Do not print column of a runtime.Source_Code_Location if the `column == 0` 1 year ago
procs.odin 3a0ec3d6a8 wasm: fix target wasm64p32 runtime procs 1 year ago
procs_darwin.odin 9e7cc8cf93 Remove `core:os` dependency from `base:runtime`; change to `base:intrinsics` 1 year ago
procs_js.odin 09fa1c29cd Move `core:runtime` to `base:runtime`; keep alias around 1 year ago
procs_wasm.odin bb5dab342a fix wasm with `-target-features:"simd128"` 1 year ago
procs_windows_amd64.asm 09fa1c29cd Move `core:runtime` to `base:runtime`; keep alias around 1 year ago
procs_windows_amd64.odin 09fa1c29cd Move `core:runtime` to `base:runtime`; keep alias around 1 year ago
procs_windows_i386.odin 09fa1c29cd Move `core:runtime` to `base:runtime`; keep alias around 1 year ago
udivmod128.odin 9e7cc8cf93 Remove `core:os` dependency from `base:runtime`; change to `base:intrinsics` 1 year ago
wasm_allocator.odin f42b1c4973 add a default heap/general purpose allocator for wasm to `base:runtime` 1 year ago