Damian Tarnawski 953ae32607 Update builtin constants 1 year ago
..
core.odin 953ae32607 Update builtin constants 1 year ago
core_builtin.odin 196ac7e6d6 Type erase `_make_dynamic_array_len_cap` 1 year ago
core_builtin_soa.odin 8642d719f0 Imply `#no_capture` to all variadic parameters 1 year ago
default_allocators_general.odin 8455e159f5 improve orca target 1 year ago
default_allocators_nil.odin 9a16bc5fc5 Remove `core:os` dependency for `base:runtime` 1 year ago
default_temp_allocator_arena.odin 11e586494b Clarify that the arena in base:runtime shouldn't be used for anything but the default temp allocator. This is done by renaming the file in which it lives, and also by improving the comment above `Arena :: struct {`. This should avoid some confusion where people end up using the Arena in base:runtime because they thought it was the 'default arena'. 1 year ago
default_temporary_allocator.odin aa72050586 wasm: enable default temp allocator 1 year ago
docs.odin b2f9f0af68 Fix some typos 1 year ago
dynamic_array_internal.odin 09fa1c29cd Move `core:runtime` to `base:runtime`; keep alias around 1 year ago
dynamic_map_internal.odin f7cb711874 Add `#force_no_inline` 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 604551eb2d wasi: make the demo run on wasi and run it in CI 1 year ago
entry_windows.odin c49afb0039 Add hinstdll forward to runtime globals 1 year ago
error_checks.odin 8455e159f5 improve orca target 1 year ago
heap_allocator.odin 93441a043a Make `runtime.heap_alloc` `contextless` 1 year ago
heap_allocator_orca.odin 93441a043a Make `runtime.heap_alloc` `contextless` 1 year ago
heap_allocator_other.odin f883cd5053 Initialize default `context` in `heap_allocator_other.odin` 1 year ago
heap_allocator_unix.odin 93441a043a Make `runtime.heap_alloc` `contextless` 1 year ago
heap_allocator_windows.odin 93441a043a Make `runtime.heap_alloc` `contextless` 1 year ago
internal.odin c88a1bef91 Add another `-vet-cast` check 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 ddad2011e2 darwin: remove syscall usage (without -no-crt) to comply to Apple guidelines 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_orca.odin 8455e159f5 improve orca target 1 year ago
os_specific_wasi.odin 604551eb2d wasi: make the demo run on wasi and run it in CI 1 year ago
os_specific_windows.odin f0a7f1812f Rename `runtime.os_write` to `runtime.stderr_write` 1 year ago
print.odin 399c3ab067 Reduce the size of `runtime.Type_Info` 1 year ago
procs.odin 8455e159f5 improve orca target 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
random_generator.odin e296d6fb90 Fix loads of indentation issues with mixing spaces and tabs 1 year ago
udivmod128.odin 706adb1232 Update for `transmute` `-vet-cast` 1 year ago
wasm_allocator.odin 28fac62a02 fix some bugs with -disable-assert 1 year ago