| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Link some more of filepath to os2 | Jeroen van Rijn | 8 days | 1 | -17/+0 |
| | | |||||
| * | More conflicts during rebase | Jeroen van Rijn | 8 days | 1 | -70/+2 |
| | | |||||
| * | Add more `filepath` to `os2` | Jeroen van Rijn | 8 days | 1 | -2/+3 |
| | | |||||
| * | More conflicts during rebase | Jeroen van Rijn | 8 days | 1 | -47/+5 |
| | | |||||
| * | Fix absolute and volume name checks on Windows | gingerBill | 2026-01-28 | 1 | -0/+3 |
| | | |||||
| * | Unify filepath.join behavior on between unix/windows | Wrath | 2025-09-23 | 1 | -16/+13 |
| | | |||||
| * | `for in string16`; Support `string16` across core | gingerBill | 2025-08-02 | 1 | -2/+2 |
| | | |||||
| * | Replace `err != 0` with `err != nil` where possible | gingerBill | 2024-08-04 | 1 | -1/+1 |
| | | |||||
| * | Begin mapping `os.Error` in the rest of the codebase | gingerBill | 2024-08-04 | 1 | -3/+3 |
| | | |||||
| * | `os.Errno` -> `os.Error` | gingerBill | 2024-08-04 | 1 | -1/+1 |
| | | |||||
| * | Use `union #shared_nil` for `os.Error` | gingerBill | 2024-08-04 | 1 | -2/+2 |
| | | |||||
| * | Replace `core:*` to `base:*` where appropriate | gingerBill | 2024-01-28 | 1 | -1/+1 |
| | | |||||
| * | Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriate | gingerBill | 2023-02-10 | 1 | -12/+15 |
| | | |||||
| * | [path/filepath] Change join() to take a []string instead of varargs | Tetralux | 2022-05-21 | 1 | -1/+1 |
| | | | | | | | | | | This makes passing an allocator easier, as you no longer have to resort to named arguments: Before: `join(a, b, c)` became `join(elems={a, b, c}, allocator=ally)` After: `join({a, b, c})` becomes `join({a, b, c}, ally)` | ||||
| * | Minor fix | gingerBill | 2022-05-12 | 1 | -1/+1 |
| | | |||||
| * | Correct `context.allocator` usage | gingerBill | 2021-09-19 | 1 | -4/+5 |
| | | |||||
| * | Remove unneeded semicolons from the core library | gingerBill | 2021-08-31 | 1 | -46/+46 |
| | | |||||
| * | Update package os for package path/filepath support on macOS | gingerBill | 2021-02-27 | 1 | -50/+0 |
| | | |||||
| * | Keep -vet happy | gingerBill | 2020-12-14 | 1 | -3/+4 |
| | | |||||
| * | Minor fixes | gingerBill | 2020-11-17 | 1 | -1/+2 |
| | | |||||
| * | Improve default temp allocator; Fix filepath.abs behaviour on Windows | gingerBill | 2020-10-13 | 1 | -8/+10 |
| | | |||||
| * | Add `os.stat`, `os.lstat`, `os.fstat`, `filepath.walk` | gingerBill | 2020-09-28 | 1 | -0/+2 |
| | | |||||
| * | Update packages os, path, and filepath | gingerBill | 2020-09-26 | 1 | -1/+105 |
| | | |||||
| * | Add `package path/filepath`; Add `os.stat` for windows (TODO: unix) | gingerBill | 2020-09-25 | 1 | -0/+71 |