aboutsummaryrefslogtreecommitdiff
path: root/core/slice/slice.odin
Commit message (Expand)AuthorAgeFilesLines
* Enforce `core:builtin` and `core:intrinsics` for importsgingerBill2021-08-211-2/+2
* Use builtin.min and builtin.max in package slicegingerBill2021-07-091-2/+2
* Add `slice.min` and add `slice.max`gingerBill2021-07-081-0/+24
* 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
* Minor cleanup of slice/slice.odin codegingerBill2021-01-091-1/+11
* Add more procedures to `package slice`gingerBill2020-11-061-0/+41
* Fix slice.last()Tetralux2020-11-051-1/+1
* Add `package slice`; New `sort.Interface` with default `sort.sort`gingerBill2020-10-141-0/+254