.. |
core.odin
|
41f2539484
Improve logic for diverging procedures by checking if it terminates
|
4 years ago |
core_builtin.odin
|
3e7aabe6d8
Change uses for parapoly records to use `$` always
|
4 years ago |
core_builtin_soa.odin
|
c3b3194a00
Update builtin procedures to support the new allocator features (without breaking other code)
|
4 years ago |
default_allocators_general.odin
|
28e9a4f79c
Replace `js_wasm32` with `freestanding_wasm32`
|
4 years ago |
default_allocators_nil.odin
|
28e9a4f79c
Replace `js_wasm32` with `freestanding_wasm32`
|
4 years ago |
default_allocators_windows.odin
|
9efd4c5097
Aid code generation on non-release builds
|
4 years ago |
default_temporary_allocator.odin
|
f30e6f50bd
Reorganize code to improve code generation
|
4 years ago |
dynamic_array_internal.odin
|
f98c4d6837
Improve the `Allocator` interface to support returning `Allocator_Error` to allow for safer calls
|
4 years ago |
dynamic_map_internal.odin
|
9f8a63cb43
More minor stylization changes (remove unneeded parentheses)
|
4 years ago |
error_checks.odin
|
f30e6f50bd
Reorganize code to improve code generation
|
4 years ago |
internal.odin
|
9f8a63cb43
More minor stylization changes (remove unneeded parentheses)
|
4 years ago |
internal_linux.odin
|
785c27daa7
Fix 128-bit integer to float cast by explicitly calling the procedure direct; Fix #781
|
4 years ago |
internal_windows.odin
|
785c27daa7
Fix 128-bit integer to float cast by explicitly calling the procedure direct; Fix #781
|
4 years ago |
os_specific.odin
|
8ec2ca9dcd
Remove `context.thread_id`
|
4 years ago |
os_specific_any.odin
|
8ec2ca9dcd
Remove `context.thread_id`
|
4 years ago |
os_specific_freestanding.odin
|
8ec2ca9dcd
Remove `context.thread_id`
|
4 years ago |
os_specific_windows.odin
|
f30e6f50bd
Reorganize code to improve code generation
|
4 years ago |
print.odin
|
f30e6f50bd
Reorganize code to improve code generation
|
4 years ago |
procs_essence.odin
|
71cfa0c9fe
Clean up organization of `package runtime`
|
4 years ago |
procs_unix.odin
|
577be4a8ae
Get Odin compiling and produced exe's running on FreeBSD
|
5 years ago |
procs_wasm32.odin
|
65b9dbe13f
Clean-up OS constants; Clean-up procs_wasm32.odin
|
5 years ago |
procs_windows_386.odin
|
92363da58e
Add `-show-system-calls`; Update runtime for windows_386; Fix some minor bugs
|
5 years ago |
procs_windows_amd64.odin
|
44baf56d62
Fix cyclic check in `is_type_polymorphic`
|
4 years ago |
udivmod128.odin
|
278de3a92f
Unify `AstTernaryExpr` with `AstTernaryIfExpr`
|
4 years ago |