aboutsummaryrefslogtreecommitdiff
path: root/core/path/filepath/walk.odin
Commit message (Expand)AuthorAgeFilesLines
* Rename `slice.sort_proc` to `slice.sort_by`; add `slice.sort_by_key`gingerBill2020-10-161-1/+1
* Update path/filepath to use new `slice.sort`; Add `sort.reverse_interface`gingerBill2020-10-141-3/+3
* Revert `user_data` additiongingerBill2020-09-281-8/+8
* Add `user_data` parameter to `filepath.walk` and `filepath.Walk_Proc`gingerBill2020-09-281-8/+8
* Add `filepath.walk`gingerBill2020-09-281-0/+88