| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add missing `Raw_*` types for complex and quaternion | Feoramund | 2024-06-03 | 1 | -0/+3 |
| | | |||||
| * | Move `Raw_Complex/Quaternion` types to `base:runtime` | Feoramund | 2024-06-03 | 1 | -0/+6 |
| | | |||||
| * | Make `ODIN_OS`, `ODIN_BUILD_MODE` comments congruent to underlying data | Feoramund | 2024-05-28 | 1 | -0/+3 |
| | | | | | Sourced from `src/checker.cpp`. | ||||
| * | Add `runtime.Typeid_Bit_Field` | gingerBill | 2024-05-10 | 1 | -8/+8 |
| | | |||||
| * | add bit_field parsing to `core:odin/parser` | Laytan Laats | 2024-04-10 | 1 | -2/+3 |
| | | | | | Also adds it to the core type thingy like it is in the compiler. | ||||
| * | Add `#row_major matrix[R, C]T` | gingerBill | 2024-03-19 | 1 | -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 constantly | gingerBill | 2024-02-27 | 1 | -2/+2 |
| | | | | | []Type_Info -> []^Type_Info | ||||
| * | Add field tags to `bit_field` | gingerBill | 2024-02-22 | 1 | -0/+1 |
| | | |||||
| * | Begin work adding `bit_field` | gingerBill | 2024-02-22 | 1 | -0/+9 |
| | | |||||
| * | Add `#load_directory(path: string) > []runtime.Load_Directory_File` | gingerBill | 2024-02-09 | 1 | -0/+8 |
| | | |||||
| * | Remove `core:os` dependency from `base:runtime`; change to `base:intrinsics` | gingerBill | 2024-01-28 | 1 | -1/+1 |
| | | |||||
| * | Move `core:runtime` to `base:runtime`; keep alias around | gingerBill | 2024-01-28 | 1 | -0/+681 |