Dave Voutila 18988b5f94 Fix use of errno on OpenBSD. 9 月之前
..
core.odin 21a6648cde Fix #4903 10 月之前
core_builtin.odin 98efb03934 Merge pull request #4599 from Barinzaya/fix_dynamic_resize_zeroing_on_grow 1 年之前
core_builtin_soa.odin 56e4da8546 Fix #4509 1 年之前
default_allocators_general.odin 8455e159f5 improve orca target 1 年之前
default_allocators_nil.odin eb799393d5 Fix `-vet-tabs` issues 1 年之前
default_temp_allocator_arena.odin 7df5be2131 fix wrong out of memory in edge cases, just try allocate from block for one source of truth 11 月之前
default_temporary_allocator.odin aa72050586 wasm: enable default temp allocator 1 年之前
docs.odin b2f9f0af68 Fix some typos 1 年之前
dynamic_array_internal.odin 09fa1c29cd Move `core:runtime` to `base:runtime`; keep alias around 2 年之前
dynamic_map_internal.odin 4de5911a15 fix map_entry sometimes giving wrong key pointer 1 年之前
entry_unix.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 1 年之前
entry_unix_no_crt_amd64.asm 09fa1c29cd Move `core:runtime` to `base:runtime`; keep alias around 2 年之前
entry_unix_no_crt_darwin_arm64.asm 09fa1c29cd Move `core:runtime` to `base:runtime`; keep alias around 2 年之前
entry_unix_no_crt_i386.asm 09fa1c29cd Move `core:runtime` to `base:runtime`; keep alias around 2 年之前
entry_unix_no_crt_riscv64.asm ca6ef95b03 add support for linux_riscv64 and freestanding_riscv64 1 年之前
entry_wasm.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 1 年之前
entry_windows.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 1 年之前
error_checks.odin 8455e159f5 improve orca target 1 年之前
heap_allocator.odin bec09d82df Fix vet errors 1 年之前
heap_allocator_orca.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 1 年之前
heap_allocator_other.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 1 年之前
heap_allocator_unix.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 1 年之前
heap_allocator_windows.odin 93441a043a Make `runtime.heap_alloc` `contextless` 1 年之前
internal.odin 093ade0504 Merge branch 'master' into file-tags-without-comments 1 年之前
os_specific.odin f0a7f1812f Rename `runtime.os_write` to `runtime.stderr_write` 2 年之前
os_specific_bsd.odin 18988b5f94 Fix use of errno on OpenBSD. 9 月之前
os_specific_darwin.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 1 年之前
os_specific_freestanding.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 1 年之前
os_specific_haiku.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 1 年之前
os_specific_js.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 1 年之前
os_specific_linux.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 1 年之前
os_specific_orca.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 1 年之前
os_specific_wasi.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 1 年之前
os_specific_windows.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 1 年之前
print.odin e38a08013e Remove `#relative` types from the compiler 1 年之前
procs.odin 8455e159f5 improve orca target 1 年之前
procs_darwin.odin dde3a03022 Add `priority_index` to `Foundation.framework` import in `base:runtime` 1 年之前
procs_js.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 1 年之前
procs_wasm.odin b116e8ff55 Fix 128-bit integer support for wasm targets 1 年之前
procs_windows_amd64.asm 09fa1c29cd Move `core:runtime` to `base:runtime`; keep alias around 2 年之前
procs_windows_amd64.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 1 年之前
procs_windows_i386.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 1 年之前
random_generator.odin ef016d957b Add `@(require_results)` to random generator 10 月之前
thread_management.odin d338642dc4 Add API for freeing `thread_local` state 1 年之前
udivmod128.odin 706adb1232 Update for `transmute` `-vet-cast` 1 年之前
wasm_allocator.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 1 年之前