| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add multi pointers to core | gingerBill | 2021-08-21 | 1 | -0/+18 |
| * | Reorganize code to improve code generation | gingerBill | 2021-06-08 | 1 | -8/+0 |
| * | Minimize the size of `runtime.Source_Code_Location` to use `i32` instead of `... | gingerBill | 2021-03-05 | 1 | -11/+11 |
| * | Minimize unneeded casts | gingerBill | 2021-03-03 | 1 | -4/+4 |
| * | Replace usage of `inline proc` with `#force_inline proc` in the core library | gingerBill | 2021-02-23 | 1 | -7/+7 |
| * | Remove `hash` field in runtime.Source_Code_Location | gingerBill | 2020-12-05 | 1 | -5/+5 |
| * | Add type_assertion_check2 | gingerBill | 2020-12-02 | 1 | -0/+53 |
| * | Reimplement the Windows OS dependencies in `package runtime` | gingerBill | 2020-10-01 | 1 | -49/+42 |
| * | Make runtime.slice_handle_error explicitly diverging | gingerBill | 2020-09-26 | 1 | -1/+1 |
| * | Remove usage of `do` in core library | gingerBill | 2020-09-23 | 1 | -8/+24 |
| * | Move all os specific stuff for the runtime to one file | gingerBill | 2020-09-15 | 1 | -31/+28 |
| * | Reorganize package runtime | gingerBill | 2020-09-15 | 1 | -0/+160 |