Laytan 40267e3a7a Merge pull request #6024 from blob1807/master 3 weeks ago
..
core.odin 593d2e6daa Add `#all_or_none` 2 months ago
core_builtin.odin 205bead9d2 Add @builtin to missing builtin procedure group procs 3 weeks ago
core_builtin_soa.odin 205bead9d2 Add @builtin to missing builtin procedure group procs 3 weeks ago
default_allocators_general.odin 8455e159f5 improve orca target 1 year ago
default_allocators_nil.odin 47cfee1f62 Add docs to `nil_allocator` and `panic_allocator` 3 months ago
default_temp_allocator_arena.odin 1ed1fefc27 Fix default temp allocator under flow bug 1 month ago
default_temporary_allocator.odin a4a74442ce Add some basic docs to `Default_Temp_Allocator` 3 months ago
doc.odin e6635e2508 Update runtime doc file 5 months ago
dynamic_array_internal.odin 09fa1c29cd Move `core:runtime` to `base:runtime`; keep alias around 1 year ago
dynamic_map_internal.odin 842cfee0f3 Change Odin's LICENSE to zlib from BSD 3-clause 2 months ago
entry_unix.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 1 year ago
entry_unix_no_crt_amd64.asm 393e00bec3 Placate linker 5 months 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_unix_no_crt_riscv64.asm ca6ef95b03 add support for linux_riscv64 and freestanding_riscv64 1 year ago
entry_wasm.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 1 year ago
entry_windows.odin 231ce2da59 windows i386 support 4 months ago
error_checks.odin 8455e159f5 improve orca target 1 year ago
heap_allocator.odin ac01d1b5bf Add `runtime.conditional_mem_zero` to improve `heap_allocator` performance on non-Windows systems 3 months ago
heap_allocator_orca.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 1 year ago
heap_allocator_other.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 1 year ago
heap_allocator_unix.odin 0e245fb40f Updated iOS/iPhoneSimulator build support 6 months ago
heap_allocator_windows.odin 83bc2d3c4a Add asan support for various allocators 8 months ago
internal.odin 205bead9d2 Add @builtin to missing builtin procedure group procs 3 weeks ago
os_specific.odin e1ba69ea51 base/runtime: Add `rand_bytes` and `HAS_RAND_BYTES` 1 month ago
os_specific_bsd.odin e1ba69ea51 base/runtime: Add `rand_bytes` and `HAS_RAND_BYTES` 1 month ago
os_specific_darwin.odin e1ba69ea51 base/runtime: Add `rand_bytes` and `HAS_RAND_BYTES` 1 month ago
os_specific_freestanding.odin e1ba69ea51 base/runtime: Add `rand_bytes` and `HAS_RAND_BYTES` 1 month ago
os_specific_haiku.odin e1ba69ea51 base/runtime: Add `rand_bytes` and `HAS_RAND_BYTES` 1 month ago
os_specific_js.odin e1ba69ea51 base/runtime: Add `rand_bytes` and `HAS_RAND_BYTES` 1 month ago
os_specific_linux.odin e1ba69ea51 base/runtime: Add `rand_bytes` and `HAS_RAND_BYTES` 1 month ago
os_specific_orca.odin e1ba69ea51 base/runtime: Add `rand_bytes` and `HAS_RAND_BYTES` 1 month ago
os_specific_wasi.odin e1ba69ea51 base/runtime: Add `rand_bytes` and `HAS_RAND_BYTES` 1 month ago
os_specific_windows.odin e1ba69ea51 base/runtime: Add `rand_bytes` and `HAS_RAND_BYTES` 1 month ago
print.odin cbe164c596 `print_i64` fix getting an OOB index 4 weeks ago
procs.odin 8455e159f5 improve orca target 1 year ago
procs_darwin.odin 2daaf57ad1 Correct signature (missing return value) for `objc_msgSendSuper2` 3 months ago
procs_js.odin 804984ed35 `contextless` fixes for `js` 5 months ago
procs_wasm.odin b116e8ff55 Fix 128-bit integer support for wasm targets 1 year ago
procs_windows_amd64.asm 09fa1c29cd Move `core:runtime` to `base:runtime`; keep alias around 1 year ago
procs_windows_amd64.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 1 year ago
procs_windows_i386.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 1 year ago
random_generator.odin ea1f1e275d base/runtime: Add chacha8rand as the default RNG 1 month ago
random_generator_chacha8.odin ea1f1e275d base/runtime: Add chacha8rand as the default RNG 1 month ago
random_generator_chacha8_ref.odin ea1f1e275d base/runtime: Add chacha8rand as the default RNG 1 month ago
random_generator_chacha8_simd128.odin ea1f1e275d base/runtime: Add chacha8rand as the default RNG 1 month ago
random_generator_chacha8_simd256.odin ea1f1e275d base/runtime: Add chacha8rand as the default RNG 1 month ago
thread_management.odin 7642e0a0e0 Require `@(init)` and `@(fini)` to be `proc "contextless" ()` 5 months ago
udivmod128.odin 706adb1232 Update for `transmute` `-vet-cast` 1 year ago
wasm_allocator.odin fc2cb8fb39 Remove `#no_copy` 2 months ago