aboutsummaryrefslogtreecommitdiff
path: root/core/runtime/print.odin
Commit message (Expand)AuthorAgeFilesLines
* 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