aboutsummaryrefslogtreecommitdiff
path: root/core/path/path.odin
Commit message (Expand)AuthorAgeFilesLines
* Replace usage of `inline proc` with `#force_inline proc` in the core librarygingerBill2021-02-231-2/+2
* vet all core packagesgingerBill2021-01-091-2/+0
* Add some comments to explain what the differences between packages path and p...gingerBill2020-09-261-0/+5
* Remove OS specific stuff from `package path`gingerBill2020-09-261-147/+7
* Add `package path/filepath`; Add `os.stat` for windows (TODO: unix)gingerBill2020-09-251-12/+12
* Update `package path` and fix bugs; add path.match which uses shell pattern m...gingerBill2020-09-251-55/+215
* Remove usage of `do` in core librarygingerBill2020-09-231-5/+15
* Fix path.name failing to remove extensionjockus2020-08-261-2/+2
* Fix new `package path`gingerBill2020-07-101-160/+161
* Update path.odinBrendan Punsky2019-03-131-2/+2
* Added path lib "core:path", as well as single- and multiple-splitset string s...Brendan Punsky2019-02-121-0/+200