aboutsummaryrefslogtreecommitdiff
path: root/core/slice
Commit message (Expand)AuthorAgeFilesLines
* Change uses for parapoly records to use `$` alwaysgingerBill2021-06-141-2/+2
* Fix typogingerBill2021-04-141-2/+2
* Fix typogingerBill2021-04-131-1/+1
* Fix typogingerBill2021-04-121-1/+1
* Fix typogingerBill2021-03-291-1/+1
* Fix slice.concatenategingerBill2021-02-271-1/+1
* Replace `inline` uses in the rest of core with `#force_inline`gingerBill2021-02-231-1/+1
* Minor cleanup of slice/slice.odin codegingerBill2021-01-091-1/+11
* Add slice.map_keys, slice.map_values, slice.map_entries, slice.map_entry_infosgingerBill2021-01-061-0/+81
* Add `_internal` field to `context`gingerBill2020-11-291-4/+4
* Add more procedures to `package slice`gingerBill2020-11-061-0/+41
* Fix slice.last()Tetralux2020-11-051-1/+1
* Rename `slice.sort_proc` to `slice.sort_by`; add `slice.sort_by_key`gingerBill2020-10-161-12/+37
* Add `package slice`; New `sort.Interface` with default `sort.sort`gingerBill2020-10-143-0/+708