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