aboutsummaryrefslogtreecommitdiff
path: root/base/runtime/core.odin
Commit message (Collapse)AuthorAgeFilesLines
* Add `#row_major matrix[R, C]T`gingerBill2024-03-191-0/+4
| | | | | As well as `#column_major matrix[R, C]T` as an alias for just `matrix[R, C]T`. This is because some libraries require a row_major internal layout but still want to be used with row or major oriented vectors.
* Change type info table to be initializable constantlygingerBill2024-02-271-2/+2
| | | | []Type_Info -> []^Type_Info
* Add field tags to `bit_field`gingerBill2024-02-221-0/+1
|
* Begin work adding `bit_field`gingerBill2024-02-221-0/+9
|
* Add `#load_directory(path: string) > []runtime.Load_Directory_File`gingerBill2024-02-091-0/+8
|
* Remove `core:os` dependency from `base:runtime`; change to `base:intrinsics`gingerBill2024-01-281-1/+1
|
* Move `core:runtime` to `base:runtime`; keep alias aroundgingerBill2024-01-281-0/+681