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