| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace `core:*` to `base:*` where appropriate | gingerBill | 2024-01-28 | 1 | -2/+2 |
| * | Replace `mem` with `runtime` in `core:slice` | gingerBill | 2023-06-28 | 1 | -10/+10 |
| * | Add the inner `for` loop back in the logic | Andrea Piseri | 2022-12-21 | 1 | -6/+16 |
| * | Fix `core:slice.rotate_left` | Andrea Piseri | 2022-12-21 | 1 | -13/+5 |
| * | Correct slice/ptr.odin calls | gingerBill | 2022-09-17 | 1 | -7/+9 |
| * | Add `slice.swap_between` | gingerBill | 2021-10-26 | 1 | -0/+24 |
| * | Remove unneeded semicolons from the core library | gingerBill | 2021-08-31 | 1 | -28/+28 |
| * | Replace `inline` uses in the rest of core with `#force_inline` | gingerBill | 2021-02-23 | 1 | -1/+1 |
| * | Add `package slice`; New `sort.Interface` with default `sort.sort` | gingerBill | 2020-10-14 | 1 | -0/+72 |