gingerBill 44ea82f845 Clean up usage of `using` throughout core and vendor 2 years ago
..
core.odin 296674e18b Rename `ODIN_DISALLOW_RTTI` to `ODIN_NO_RTTI`; Remove dead command line flags 2 years ago
core_builtin.odin 9b54b99bf6 Use positional and named arguments within the core library 2 years ago
core_builtin_matrix.odin 7298054974 Add require_results to make builtin procedures 2 years ago
core_builtin_soa.odin a6c93e2c41 Update SOA dynamic array procs to match non-SOA 2 years ago
default_allocators_arena.odin b427a4c8c9 Minor change to `arena_temp_end` 2 years ago
default_allocators_general.odin 518460af66 Begin work in semi-standardized `js_wasm32` target 3 years ago
default_allocators_js.odin 3d9328fd79 Default to `panic` allocator for wasm targets 2 years ago
default_allocators_nil.odin 3d9328fd79 Default to `panic` allocator for wasm targets 2 years ago
default_allocators_wasi.odin 3d9328fd79 Default to `panic` allocator for wasm targets 2 years ago
default_allocators_windows.odin 7f601c9535 Add `Allocator_Mode.Alloc_Non_Zerored` 2 years ago
default_temporary_allocator.odin 830d2007a6 Remove usage of global_default_temp_allocator_data when there is no default allocator (freestanding, JS or --default-to-nil-allocator) 2 years ago
dynamic_array_internal.odin c37de9459e Minor refactor of the dynamic_map_internal.odin stuff 2 years ago
dynamic_map_internal.odin f9c083073e coalesce tombstones in map insert 2 years ago
entry_unix.odin a632db3618 Make no crt work on Linux 3 years ago
entry_wasm.odin f5d9ca64f9 Begin work on new pseudo-architecture: wasm64p32 2 years ago
entry_windows.odin 888913c739 Add runtime.dll_forward_reason for Windows DLLs. 3 years ago
error_checks.odin 44ea82f845 Clean up usage of `using` throughout core and vendor 2 years ago
internal.odin a2b3c72647 Improve accuracy of `abs` or `complex*` types 2 years ago
os_specific.odin 251da264ed Remove unneeded semicolons from the core library 4 years ago
os_specific_any.odin 518460af66 Begin work in semi-standardized `js_wasm32` target 3 years ago
os_specific_freestanding.odin 18ed444a63 Strip semicolons 3 years ago
os_specific_js.odin 24ed07b6d5 Add error requiring an explicit calling convention for foreign procedures 2 years ago
os_specific_wasi.odin c13c30b466 Update wasi to use `string` and slice types 3 years ago
os_specific_windows.odin f9c600a760 add nil check to heap_alloc calls (issue 2530) 2 years ago
print.odin 44ea82f845 Clean up usage of `using` throughout core and vendor 2 years ago
procs.odin f5d9ca64f9 Begin work on new pseudo-architecture: wasm64p32 2 years ago
procs_darwin.odin 2242178d96 Fix signature for `objc_allocateClassPair` 2 years ago
procs_js.odin d75df7fd8a Rename procs 2 years ago
procs_wasm.odin d75df7fd8a Rename procs 2 years ago
procs_windows_amd64.asm 07ec93bfeb Add `procs_windows_amd64.asm` for use with `-no-crt` 3 years ago
procs_windows_amd64.odin 7e4067c44c Begin work to move entry point code to Odin itself rather than in C++ side 3 years ago
procs_windows_i386.odin 29ebe0c3c9 Rename architecture `386` to `i386` 3 years ago
udivmod128.odin f0529535e0 `ODIN_ENDIAN` changed to an enum constant; `ODIN_ENUM_STRING` is the new string version of the old constant 3 years ago