| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace usage of `inline proc` with `#force_inline proc` in the core library | gingerBill | 2021-02-23 | 1 | -2/+2 |
| * | vet all core packages | gingerBill | 2021-01-09 | 1 | -2/+0 |
| * | Add some comments to explain what the differences between packages path and p... | gingerBill | 2020-09-26 | 1 | -0/+5 |
| * | Remove OS specific stuff from `package path` | gingerBill | 2020-09-26 | 1 | -147/+7 |
| * | Add `package path/filepath`; Add `os.stat` for windows (TODO: unix) | gingerBill | 2020-09-25 | 1 | -12/+12 |
| * | Update `package path` and fix bugs; add path.match which uses shell pattern m... | gingerBill | 2020-09-25 | 1 | -55/+215 |
| * | Remove usage of `do` in core library | gingerBill | 2020-09-23 | 1 | -5/+15 |
| * | Fix path.name failing to remove extension | jockus | 2020-08-26 | 1 | -2/+2 |
| * | Fix new `package path` | gingerBill | 2020-07-10 | 1 | -160/+161 |
| * | Update path.odin | Brendan Punsky | 2019-03-13 | 1 | -2/+2 |
| * | Added path lib "core:path", as well as single- and multiple-splitset string s... | Brendan Punsky | 2019-02-12 | 1 | -0/+200 |