aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-php-shim/src/fs.rs
AgeCommit message (Expand)Author
2026-08-15docs(php-shim): state the ignored file I/O flags as a contractnsfisis
2026-08-15docs(php-shim): drop the inaccurate fileperms TODOnsfisis
2026-08-12docs(todo): retag TODO markers by root causensfisis
2026-08-10fix(php-shim): return an error from fileperms instead of 0nsfisis
2026-08-10style(php-shim): drop the underscore from used parameter namesnsfisis
2026-08-09feat(path-downloader): restrict a mirrored path package to its archivable filesnsfisis
2026-08-09feat(symfony-filesystem): finish the Filesystem port and trim its APInsfisis
2026-08-09refactor(php-shim): make the fs mutators return Resultnsfisis
2026-08-09feat(symfony-filesystem): append the failure reason to IOExceptionsnsfisis
2026-08-09refactor(php-shim): remove shim functions with no callersnsfisis
2026-08-09refactor(env): split and join PATH lists with std::envnsfisis
2026-08-09refactor(php-shim): use std::path::MAIN_SEPARATOR over a shim constantnsfisis
2026-08-08feat(php-shim): give ported exceptions PHP's class hierarchynsfisis
2026-08-06refactor(php-shim): take &str and return String from pathinfonsfisis
2026-08-06fix(symfony-filesystem): restore upstream behavior in five spotsnsfisis
2026-08-06refactor(php-shim): take filesystem paths as impl AsRef<Path>nsfisis
2026-08-02chore(todo): consolidate TODO comments into the five fixed marker tagsnsfisis
2026-08-02feat(php-shim): implement syscall-backed functions via the nix cratensfisis
2026-08-01feat(php-shim): implement Phar/PharData and the zlib/bzip2 functionsnsfisis
2026-07-05feat(remote-filesystem): support file:// URLs in get_remote_contentsnsfisis
2026-07-02chore(lint): ban std::io::Read/Write, Any, Command use importsnsfisis
2026-06-29feat(php-shim): implement DirectoryIterator in fs shimnsfisis
2026-06-27refactor: fix compiler warnings and clippy warningsnsfisis
2026-06-26test: port 32 command/repository/downloader testsnsfisis
2026-06-26feat(shim): implement stream_select/stream_set_blocking via libcnsfisis
2026-06-26test: port 59 autoload/vcs/installer/util/command tests; fix output capturensfisis
2026-06-25feat(json): validate JSON schema via the jsonschema cratensfisis
2026-06-24feat(process): redesign proc_* on PhpResource process handlesnsfisis
2026-06-24test: port more unimplemented testsnsfisis
2026-06-22feat(php-shim): implement fopen-family stream API on PhpResourcensfisis
2026-06-22feat(json): resolve bundled Composer schema files via build.rsnsfisis
2026-06-21feat(php-shim): implement fs helpers and recursive directory iteratorsnsfisis
2026-06-21refactor(php-shim): split lib.rsnsfisis