aboutsummaryrefslogtreecommitdiff
path: root/core/sort
Commit message (Expand)AuthorAgeFilesLines
* Make the `string` type elements "immutable", akin to `char const *` in CgingerBill2019-12-011-1/+3
* Make `sort.merge_sort` in place; Add `sort.heap_sort`gingerBill2019-11-271-62/+122
* ThreadPool for the parsergingerBill2019-09-011-3/+4
* Fix core library for the new procedure parameter addressing modegingerBill2019-07-151-2/+2
* Make core library use `a..<b` rather than doing `a..b-1`gingerBill2019-05-281-6/+6
* Fix ||= and &&=gingerBill2019-05-061-0/+8
* Reduce number of range and slice operators #239gingerBill2018-08-011-18/+18
* Fix min type info for polymorphic procedures and named typesgingerBill2018-06-031-2/+2
* Remove special shared scope for runtime stuffgingerBill2018-06-031-1/+3
* Parse directories to be packagesgingerBill2018-05-211-0/+215