aboutsummaryrefslogtreecommitdiff
path: root/core/slice
Commit message (Expand)AuthorAgeFilesLines
* Add `slice.swap_between`gingerBill2021-10-262-1/+32
* Add `#no_bounds_check` to sorting proceduresgingerBill2021-10-261-18/+18
* Make core and vendor adhere to `-vet`, `-strict-style`, and `-disallow-do`gingerBill2021-09-111-3/+7
* Remove unneeded semicolons from the core librarygingerBill2021-08-314-379/+379
* Enforce `core:builtin` and `core:intrinsics` for importsgingerBill2021-08-213-4/+4
* 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
* Add `slice.sort_by_cmp` Ordering based sorting algorithmsgingerBill2021-07-031-8/+229
* 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