.. |
core.odin
|
f0529535e0
`ODIN_ENDIAN` changed to an enum constant; `ODIN_ENUM_STRING` is the new string version of the old constant
|
3 years ago |
core_builtin.odin
|
d269dbcd40
Add comment for the internals of `assert`
|
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
|
3fa7dabaa8
Correctly support `-default-to-nil-allocator` for all platforms
|
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
|
518460af66
Begin work in semi-standardized `js_wasm32` target
|
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
|
cd6898439e
Comment out `link_section` on procedures
|
3 years ago |
entry_wasm.odin
|
e15f714660
Define wasm `_start` entry point in Odin code
|
3 years ago |
entry_windows.odin
|
29ebe0c3c9
Rename architecture `386` to `i386`
|
3 years ago |
error_checks.odin
|
662cbaf425
Support indexing matrices
|
3 years ago |
internal.odin
|
6c48670819
Make `ODIN_BUILD_MODE` a enum type
|
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
|
070b450768
Add `ODIN_ERROR_POS_STYLE` constant and change `runtime.print_caller_location` based on that constant
|
3 years ago |
procs.odin
|
e877525073
Keep `-vet` happy for -no-crt and wasm targets
|
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 |