aboutsummaryrefslogtreecommitdiff
path: root/base/runtime/core.odin
Commit message (Expand)AuthorAgeFilesLines
* Moved all packages in core, base, vendor, tests and examples to use new #+ fi...Karl Zylinski2024-09-141-1/+1
* Move some types to runtime, use reflection instead of lutDamian Tarnawski2024-08-291-0/+29
* Add `assert_contextless`, `panic_contextless`, `unimplemented_contextless`gingerBill2024-08-141-0/+4
* Update builtin constantsDamian Tarnawski2024-07-311-2/+3
* help `fmt` with `Type_Info_Struct` and `Type_Info_Bit_Field` changesLaytan Laats2024-07-151-10/+10
* Reduce the size of `runtime.Type_Info`gingerBill2024-07-141-20/+30
* Add hinstdll forward to runtime globalsJeroen van Rijn2024-07-101-0/+2
* Add `Reset` modegingerBill2024-06-151-0/+2
* Add `runtime.default_random_generator`gingerBill2024-06-151-1/+6
* Add `runtime.Random_Generator` interfacegingerBill2024-06-151-0/+19
* Add compilation-related constantsFeoramund2024-06-101-0/+13
* improve orca targetLaytan Laats2024-06-051-2/+13
* Add missing `Raw_*` types for complex and quaternionFeoramund2024-06-031-0/+3
* Move `Raw_Complex/Quaternion` types to `base:runtime`Feoramund2024-06-031-0/+6
* Make `ODIN_OS`, `ODIN_BUILD_MODE` comments congruent to underlying dataFeoramund2024-05-281-0/+3
* Add `runtime.Typeid_Bit_Field`gingerBill2024-05-101-8/+8
* add bit_field parsing to `core:odin/parser`Laytan Laats2024-04-101-2/+3
* Add `#row_major matrix[R, C]T`gingerBill2024-03-191-0/+4
* Change type info table to be initializable constantlygingerBill2024-02-271-2/+2
* 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