aboutsummaryrefslogtreecommitdiff
path: root/core/runtime/print.odin
Commit message (Expand)AuthorAgeFilesLines
* Rename `#partial[Enum]Type` to `#sparse[Enum]Type` for non-contiguous enum fi...gingerBill2022-02-051-0/+3
* Add `ODIN_ERROR_POS_STYLE` constant and change `runtime.print_caller_location...gingerBill2022-01-261-5/+15
* Change syntax for matrices to `matrix[R, C]T`gingerBill2021-10-191-2/+2
* Begin work on matrix typegingerBill2021-10-181-0/+8
* Add more `runtime.print_int` proceduresgingerBill2021-10-071-0/+4
* Strip even more semicolons if followed by a `}` or `)` on the same linegingerBill2021-08-311-9/+9
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-188/+188
* Add multi pointers to coregingerBill2021-08-211-0/+3
* Reorganize code to improve code generationgingerBill2021-06-081-3/+3
* Remove `intrinsics.x86_mmx` typegingerBill2021-04-221-8/+4
* Remove `#opaque` typesgingerBill2021-02-231-3/+0
* Remove `bit_field` in type info, runtime, and general core librarygingerBill2021-02-191-16/+0
* Fix typogingerBill2020-12-081-1/+1
* Add `runtime.print_strings`gingerBill2020-12-081-0/+12
* Deprecate `opaque` in favour of `#opaque` in the core librarygingerBill2020-12-041-1/+1
* Reimplement the Windows OS dependencies in `package runtime`gingerBill2020-10-011-162/+162
* Remove usage of `do` in core librarygingerBill2020-09-231-10/+10
* Move all os specific stuff for the runtime to one filegingerBill2020-09-151-99/+184
* Reorganize package runtimegingerBill2020-09-151-0/+293