.. |
core.odin
|
20e67f2ad9
Add some more docs
|
4 days ago |
core_builtin.odin
|
d343afbad5
Improve core_builtin.odin docs
|
4 days ago |
core_builtin_soa.odin
|
ce0cf7076c
Add missing test attr and don't zero memory when reserve already did
|
1 month 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`
|
4 days ago |
default_temp_allocator_arena.odin
|
21fd7c200e
Add require_results attr to procs returning an allocator
|
1 month ago |
default_temporary_allocator.odin
|
a4a74442ce
Add some basic docs to `Default_Temp_Allocator`
|
4 days ago |
doc.odin
|
e6635e2508
Update runtime doc file
|
2 months ago |
dynamic_array_internal.odin
|
09fa1c29cd
Move `core:runtime` to `base:runtime`; keep alias around
|
1 year ago |
dynamic_map_internal.odin
|
9cf69576ab
More improvements to minimize code gen size
|
3 weeks 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
|
2 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
|
1 month 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
|
2 weeks 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
|
3 months ago |
heap_allocator_windows.odin
|
83bc2d3c4a
Add asan support for various allocators
|
5 months ago |
internal.odin
|
2baa19f73c
Remove unused variable
|
2 weeks ago |
os_specific.odin
|
f0a7f1812f
Rename `runtime.os_write` to `runtime.stderr_write`
|
1 year ago |
os_specific_bsd.odin
|
18988b5f94
Fix use of errno on OpenBSD.
|
6 months ago |
os_specific_darwin.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 year ago |
os_specific_freestanding.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 year ago |
os_specific_haiku.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 year ago |
os_specific_js.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 year ago |
os_specific_linux.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 year ago |
os_specific_orca.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 year ago |
os_specific_wasi.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 year ago |
os_specific_windows.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 year ago |
print.odin
|
af3184adc9
Change `is_utf16` field to `encoding` and use an enum
|
2 months ago |
procs.odin
|
8455e159f5
improve orca target
|
1 year ago |
procs_darwin.odin
|
2daaf57ad1
Correct signature (missing return value) for `objc_msgSendSuper2`
|
1 week ago |
procs_js.odin
|
804984ed35
`contextless` fixes for `js`
|
2 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
|
d60fba13df
fix: throwing away the last generated byte in default_random_generator_proc
|
1 month ago |
thread_management.odin
|
7642e0a0e0
Require `@(init)` and `@(fini)` to be `proc "contextless" ()`
|
2 months ago |
udivmod128.odin
|
706adb1232
Update for `transmute` `-vet-cast`
|
1 year ago |
wasm_allocator.odin
|
21fd7c200e
Add require_results attr to procs returning an allocator
|
1 month ago |