| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove `#relative` types from the compiler | gingerBill | 2024-11-14 | 1 | -12/+0 |
| * | Reduce the size of `runtime.Type_Info` | gingerBill | 2024-07-14 | 1 | -5/+6 |
| * | Imply `#no_capture` to all variadic parameters | gingerBill | 2024-07-14 | 1 | -2/+2 |
| * | Add more uses of `#no_capture` | gingerBill | 2024-07-14 | 1 | -2/+2 |
| * | fix `@(optimization_mode)` usage in builtin collections | Laytan Laats | 2024-07-08 | 1 | -1/+1 |
| * | Do not print column of a runtime.Source_Code_Location if the `column == 0` | gingerBill | 2024-04-19 | 1 | -4/+8 |
| * | Add `@(optimization_mode="size")` to `runtime.print_type` | gingerBill | 2024-04-18 | 1 | -0/+2 |
| * | Add `#force_no_inline` to many of the runtime print procedures | gingerBill | 2024-04-18 | 1 | -12/+12 |
| * | Begin work adding `bit_field` | gingerBill | 2024-02-22 | 1 | -0/+14 |
| * | Rename `runtime.os_write` to `runtime.stderr_write` | gingerBill | 2024-01-29 | 1 | -6/+6 |
| * | Move `core:runtime` to `base:runtime`; keep alias around | gingerBill | 2024-01-28 | 1 | -0/+489 |