aboutsummaryrefslogtreecommitdiff
path: root/base/runtime/print.odin
Commit message (Expand)AuthorAgeFilesLines
* Do not print column of a runtime.Source_Code_Location if the `column == 0`gingerBill2024-04-191-4/+8
* Add `@(optimization_mode="size")` to `runtime.print_type`gingerBill2024-04-181-0/+2
* Add `#force_no_inline` to many of the runtime print proceduresgingerBill2024-04-181-12/+12
* Begin work adding `bit_field`gingerBill2024-02-221-0/+14
* Rename `runtime.os_write` to `runtime.stderr_write`gingerBill2024-01-291-6/+6
* Move `core:runtime` to `base:runtime`; keep alias aroundgingerBill2024-01-281-0/+489