| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-29 | std.Io.Threaded: implement dirCreateFile for Windows | Andrew Kelley | |
| 2025-10-29 | std.Io: add dirClose | Andrew Kelley | |
| 2025-10-29 | std.Io: add dirOpenDir and WASI impl | Andrew Kelley | |
| 2025-10-29 | std.Io: add dirAccess | Andrew Kelley | |
| 2025-10-29 | std.Io: implement dirOpenFile | Andrew Kelley | |
| 2025-10-29 | std.Io: implement dirStatPath | Andrew Kelley | |
| 2025-10-29 | std: fix some Io compilation errors | Andrew Kelley | |
| 2025-10-29 | std.Io: implement dirMake | Andrew Kelley | |
| In the future, it might be nice to introduce a type for file system path names. This would be a way to avoid having InvalidFileName in the error set, since construction of such type could validate it above the interface. | |||
| 2025-10-29 | std.Io: bring back Timestamp but also keep Clock.Timestamp | Andrew Kelley | |
| this feels better | |||
| 2025-10-29 | std: updating to std.Io interface | Andrew Kelley | |
| got the build runner compiling | |||
| 2025-10-29 | std.Io: extract Dir to separate file | Andrew Kelley | |
