gingerBill 9349dfba8f Add new builtin `container_of` 3 years ago
..
core.odin b9dc81d808 runtime: update comment description 3 years ago
core_builtin.odin 9349dfba8f Add new builtin `container_of` 3 years ago
core_builtin_matrix.odin cfbc1a447b Correct inverse and inverse_transpose for 2x2 matrices 3 years ago
core_builtin_soa.odin edbf2bf56f Correct `append_soa` for `#soa[dynamic][N]T` 3 years ago
default_allocators_general.odin 518460af66 Begin work in semi-standardized `js_wasm32` target 3 years ago
default_allocators_js.odin 518460af66 Begin work in semi-standardized `js_wasm32` target 3 years ago
default_allocators_nil.odin 3d7d347192 Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use strings 3 years ago
default_allocators_wasi.odin 3fa7dabaa8 Correctly support `-default-to-nil-allocator` for all platforms 3 years ago
default_allocators_windows.odin 3fa7dabaa8 Correctly support `-default-to-nil-allocator` for all platforms 3 years ago
default_temporary_allocator.odin 3d7d347192 Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use strings 3 years ago
dynamic_array_internal.odin 251da264ed Remove unneeded semicolons from the core library 4 years ago
dynamic_map_internal.odin 802df73183 Remove unneeded call 3 years ago
entry_unix.odin a632db3618 Make no crt work on Linux 3 years ago
entry_wasm.odin e15f714660 Define wasm `_start` entry point in Odin code 3 years ago
entry_windows.odin 3d7d347192 Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use strings 3 years ago
error_checks.odin 01162e08b5 Add `-disallow-rtti` 3 years ago
internal.odin f5697dd7f2 Merge branch 'master' into odin-global-constants-as-enums 3 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 518460af66 Begin work in semi-standardized `js_wasm32` target 3 years ago
os_specific_wasi.odin c13c30b466 Update wasi to use `string` and slice types 3 years ago
os_specific_windows.odin 251da264ed Remove unneeded semicolons from the core library 4 years ago
print.odin 01162e08b5 Add `-disallow-rtti` 3 years ago
procs.odin 3d7d347192 Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use strings 3 years ago
procs_darwin.odin 32c7e81745 Use `objc_allocateClassPair` for `intrinsics.objc_register_class` 3 years ago
procs_js_wasm32.odin 518460af66 Begin work in semi-standardized `js_wasm32` target 3 years ago
procs_wasm32.odin 94bad4d786 Merge branch 'master' of https://github.com/odin-lang/Odin 3 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