.. |
core.odin
|
518ecaf9c9
Allow `union`s to be comparable if all their variants are comparable
|
4 years ago |
core_builtin.odin
|
46204ed7f0
Update core:runtime to use the new intrinsics
|
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.odin
|
39eccdf6b9
Make `js` default to nil allocator for the time being
|
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
|
f98c4d6837
Improve the `Allocator` interface to support returning `Allocator_Error` to allow for safer calls
|
4 years ago |
error_checks.odin
|
1988856eed
Minimize the size of `runtime.Source_Code_Location` to use `i32` instead of `int`
|
4 years ago |
internal.odin
|
b8d6dd4eb7
Fix #1004
|
4 years ago |
internal_linux.odin
|
7086b49ae6
Rename intrinsics to count_trailing_zeros and count_leading_zeros
|
4 years ago |
internal_windows.odin
|
7086b49ae6
Rename intrinsics to count_trailing_zeros and count_leading_zeros
|
4 years ago |
os_specific.odin
|
71cfa0c9fe
Clean up organization of `package runtime`
|
4 years ago |
os_specific_any.odin
|
71cfa0c9fe
Clean up organization of `package runtime`
|
4 years ago |
os_specific_freestanding.odin
|
71cfa0c9fe
Clean up organization of `package runtime`
|
4 years ago |
os_specific_windows.odin
|
46204ed7f0
Update core:runtime to use the new intrinsics
|
4 years ago |
print.odin
|
0a66f8c9a3
Remove `intrinsics.x86_mmx` type
|
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 |