aboutsummaryrefslogtreecommitdiff
path: root/core/slice/slice.odin
Commit message (Expand)AuthorAgeFilesLines
* Add `slice.stable_sort*` proceduresgingerBill2022-01-311-12/+12
* use multipointers instead of simple pointersAndrea Piseri2021-12-281-11/+7
* Merge branch 'master' into slice_scannerAndrea Piseri2021-12-281-1/+1
|\
| * make `slice.as_ptr` return `[^]E`gingerBill2021-12-281-1/+1
* | Add slice/scanner procAndrea Piseri2021-12-231-0/+21
|/
* Rename slice.to_dynamic to slice.clone_to_dynamicTetralux2021-12-211-2/+3
* add builtin.Michael Kutowski2021-11-191-1/+1
* Add `slice.swap_between`gingerBill2021-10-261-1/+8
* 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-311-105/+105
* 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