.. |
core.odin
|
318d5e4a7e
Add `Reset` mode
|
1 year ago |
core_builtin.odin
|
942f3f5220
Add `non_zero_*` variants for `#soa` dynamic array
|
1 year ago |
core_builtin_soa.odin
|
942f3f5220
Add `non_zero_*` variants for `#soa` dynamic array
|
1 year ago |
default_allocators_general.odin
|
8455e159f5
improve orca target
|
1 year ago |
default_allocators_nil.odin
|
9a16bc5fc5
Remove `core:os` dependency for `base:runtime`
|
1 year ago |
default_temp_allocator_arena.odin
|
11e586494b
Clarify that the arena in base:runtime shouldn't be used for anything but the default temp allocator. This is done by renaming the file in which it lives, and also by improving the comment above `Arena :: struct {`. This should avoid some confusion where people end up using the Arena in base:runtime because they thought it was the 'default arena'.
|
1 year ago |
default_temporary_allocator.odin
|
aa72050586
wasm: enable default temp allocator
|
1 year ago |
docs.odin
|
b2f9f0af68
Fix some typos
|
1 year ago |
dynamic_array_internal.odin
|
09fa1c29cd
Move `core:runtime` to `base:runtime`; keep alias around
|
1 year ago |
dynamic_map_internal.odin
|
9933ca8b56
Make `map_total_allocation_size` public; Add `map_total_allocation_size_from_value`
|
1 year ago |
entry_unix.odin
|
4558f3992a
Initial commit of NetBSD port
|
1 year ago |
entry_unix_no_crt_amd64.asm
|
09fa1c29cd
Move `core:runtime` to `base:runtime`; keep alias around
|
1 year 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_wasm.odin
|
604551eb2d
wasi: make the demo run on wasi and run it in CI
|
1 year ago |
entry_windows.odin
|
9e7cc8cf93
Remove `core:os` dependency from `base:runtime`; change to `base:intrinsics`
|
1 year ago |
error_checks.odin
|
8455e159f5
improve orca target
|
1 year ago |
heap_allocator.odin
|
93441a043a
Make `runtime.heap_alloc` `contextless`
|
1 year ago |
heap_allocator_orca.odin
|
93441a043a
Make `runtime.heap_alloc` `contextless`
|
1 year ago |
heap_allocator_other.odin
|
f883cd5053
Initialize default `context` in `heap_allocator_other.odin`
|
1 year ago |
heap_allocator_unix.odin
|
93441a043a
Make `runtime.heap_alloc` `contextless`
|
1 year ago |
heap_allocator_windows.odin
|
93441a043a
Make `runtime.heap_alloc` `contextless`
|
1 year ago |
internal.odin
|
c88a1bef91
Add another `-vet-cast` check
|
1 year ago |
os_specific.odin
|
f0a7f1812f
Rename `runtime.os_write` to `runtime.stderr_write`
|
1 year ago |
os_specific_bsd.odin
|
4558f3992a
Initial commit of NetBSD port
|
1 year ago |
os_specific_darwin.odin
|
a974c08aff
Incorrect write syscall on Darwin - fixes stderr output.
|
1 year ago |
os_specific_freestanding.odin
|
f0a7f1812f
Rename `runtime.os_write` to `runtime.stderr_write`
|
1 year ago |
os_specific_haiku.odin
|
d032cff23b
Update os_specific_haiku.odin
|
1 year ago |
os_specific_js.odin
|
f0a7f1812f
Rename `runtime.os_write` to `runtime.stderr_write`
|
1 year ago |
os_specific_linux.odin
|
f0a7f1812f
Rename `runtime.os_write` to `runtime.stderr_write`
|
1 year ago |
os_specific_orca.odin
|
8455e159f5
improve orca target
|
1 year ago |
os_specific_wasi.odin
|
604551eb2d
wasi: make the demo run on wasi and run it in CI
|
1 year ago |
os_specific_windows.odin
|
f0a7f1812f
Rename `runtime.os_write` to `runtime.stderr_write`
|
1 year ago |
print.odin
|
059175de3b
Do not print column of a runtime.Source_Code_Location if the `column == 0`
|
1 year ago |
procs.odin
|
8455e159f5
improve orca target
|
1 year ago |
procs_darwin.odin
|
9e7cc8cf93
Remove `core:os` dependency from `base:runtime`; change to `base:intrinsics`
|
1 year ago |
procs_js.odin
|
09fa1c29cd
Move `core:runtime` to `base:runtime`; keep alias around
|
1 year ago |
procs_wasm.odin
|
bb5dab342a
fix wasm with `-target-features:"simd128"`
|
1 year ago |
procs_windows_amd64.asm
|
09fa1c29cd
Move `core:runtime` to `base:runtime`; keep alias around
|
1 year ago |
procs_windows_amd64.odin
|
09fa1c29cd
Move `core:runtime` to `base:runtime`; keep alias around
|
1 year ago |
procs_windows_i386.odin
|
09fa1c29cd
Move `core:runtime` to `base:runtime`; keep alias around
|
1 year ago |
random_generator.odin
|
e296d6fb90
Fix loads of indentation issues with mixing spaces and tabs
|
1 year ago |
udivmod128.odin
|
706adb1232
Update for `transmute` `-vet-cast`
|
1 year ago |
wasm_allocator.odin
|
604551eb2d
wasi: make the demo run on wasi and run it in CI
|
1 year ago |