Jeroen van Rijn 19dc84e300 Reinstate NBC. 3 年之前
..
core.odin a7adb2fb6e Merge branch 'master' into freestanding_amd64 3 年之前
core_builtin.odin 19dc84e300 Reinstate NBC. 3 年之前
core_builtin_matrix.odin cfbc1a447b Correct inverse and inverse_transpose for 2x2 matrices 4 年之前
core_builtin_soa.odin edbf2bf56f Correct `append_soa` for `#soa[dynamic][N]T` 4 年之前
default_allocators_general.odin 518460af66 Begin work in semi-standardized `js_wasm32` target 4 年之前
default_allocators_js.odin 518460af66 Begin work in semi-standardized `js_wasm32` target 4 年之前
default_allocators_nil.odin 3d7d347192 Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use strings 4 年之前
default_allocators_wasi.odin 3fa7dabaa8 Correctly support `-default-to-nil-allocator` for all platforms 4 年之前
default_allocators_windows.odin 3fa7dabaa8 Correctly support `-default-to-nil-allocator` for all platforms 4 年之前
default_temporary_allocator.odin 3d7d347192 Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use strings 4 年之前
dynamic_array_internal.odin 251da264ed Remove unneeded semicolons from the core library 4 年之前
dynamic_map_internal.odin 802df73183 Remove unneeded call 4 年之前
entry_unix.odin 5676c9e7eb initial OpenBSD support 3 年之前
entry_wasm.odin e15f714660 Define wasm `_start` entry point in Odin code 4 年之前
entry_windows.odin 3d7d347192 Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use strings 4 年之前
error_checks.odin 01162e08b5 Add `-disallow-rtti` 3 年之前
internal.odin f5697dd7f2 Merge branch 'master' into odin-global-constants-as-enums 3 年之前
os_specific.odin 251da264ed Remove unneeded semicolons from the core library 4 年之前
os_specific_any.odin 518460af66 Begin work in semi-standardized `js_wasm32` target 4 年之前
os_specific_freestanding.odin 18ed444a63 Strip semicolons 4 年之前
os_specific_js.odin 518460af66 Begin work in semi-standardized `js_wasm32` target 4 年之前
os_specific_wasi.odin c13c30b466 Update wasi to use `string` and slice types 4 年之前
os_specific_windows.odin 251da264ed Remove unneeded semicolons from the core library 4 年之前
print.odin 01162e08b5 Add `-disallow-rtti` 3 年之前
procs.odin 3d7d347192 Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use strings 4 年之前
procs_darwin.odin 32c7e81745 Use `objc_allocateClassPair` for `intrinsics.objc_register_class` 3 年之前
procs_js_wasm32.odin 518460af66 Begin work in semi-standardized `js_wasm32` target 4 年之前
procs_wasm32.odin 94bad4d786 Merge branch 'master' of https://github.com/odin-lang/Odin 4 年之前
procs_windows_amd64.asm 07ec93bfeb Add `procs_windows_amd64.asm` for use with `-no-crt` 4 年之前
procs_windows_amd64.odin 7e4067c44c Begin work to move entry point code to Odin itself rather than in C++ side 4 年之前
procs_windows_i386.odin 29ebe0c3c9 Rename architecture `386` to `i386` 4 年之前
udivmod128.odin f0529535e0 `ODIN_ENDIAN` changed to an enum constant; `ODIN_ENUM_STRING` is the new string version of the old constant 4 年之前