aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/util
AgeCommit message (Expand)Author
2026-06-11feat(php-shim): implement trivial PHP-compatible stub functionsnsfisis
2026-06-11feat(console): resolve phase-b TODOs in doRun and IO wiringnsfisis
2026-06-10feat(phase-c): resolve cross-module phase-b TODOsnsfisis
2026-06-10feat(phase-c): resolve exception-handling phase-b TODOsnsfisis
2026-06-08feat(phase-c): resolve PHP-array-semantics phase-b TODOsnsfisis
2026-06-08feat(phase-c): resolve static-property phase-b TODOsnsfisis
2026-06-08refactor(external-packages): drop component segment from symfony pathsnsfisis
2026-06-07refactor(phase-c): resolve shared-ownership TODOs via handle/Rc clonesnsfisis
2026-06-07feat(shirabe): resolve phase-b PhpMixed conversion TODOsnsfisis
2026-06-07feat(shirabe): resolve phase-b TODOs with shared ownershipnsfisis
2026-06-06fix(git): run git --version in getVersionnsfisis
2026-06-06chore(shirabe): remove ports of PHP @deprecated APIsnsfisis
2026-06-06refactor(perforce): drop stale TODO commentnsfisis
2026-06-06refactor(http-response): take url directly instead of request mapnsfisis
2026-06-06feat(filesystem): model iterator failure to restore removal retrynsfisis
2026-06-05refactor(io): model ask_and_validate validators with anyhow::Resultnsfisis
2026-06-05feat(downloader): wire VcsDownloader subclasses via shared downloadersnsfisis
2026-06-04feat: resolve trivial todo!() sites with existing constructorsnsfisis
2026-06-04refactor: drop stale phase-b TODO comments resolved by current codensfisis
2026-06-03refactor(downloader,repository,json): drop stale try/catch TODOs; fix svn get...nsfisis
2026-06-03feat(php-shim): align fwrite/touch2/PHP_OS_FAMILY/PHP_URL_SCHEME with PHPnsfisis
2026-06-03feat(downcast): wire package/repo/filter instanceof checks via existing handl...nsfisis
2026-06-03feat(downloader,repository): wire exception instanceof downcasts via anyhownsfisis
2026-05-29refactor(io): unify IOInterface params to Rc<RefCell<dyn _>>nsfisis
2026-05-27refactor(package): pass package handles by value throughoutnsfisis
2026-05-26feat(factory): construct PluginManager after Rc::new_cyclicnsfisis
2026-05-26refactor(io): share IOInterface via Rc<RefCell<dyn _>> handlensfisis
2026-05-25refactor(package): introduce Rc<RefCell<_>> handles for packagesnsfisis
2026-05-23refactor(semver): change ConstraintInterface to a closed enumnsfisis
2026-05-23refactor(promise): drop \React\Promisensfisis
2026-05-23refactor(promise): rewrite promise bodies to async/awaitnsfisis
2026-05-23refactor(promise): change functions returning PromiseInterface to async fnnsfisis
2026-05-22refactor: share Pool via Rc<RefCell>nsfisis
2026-05-22refactor(php-shim): remove unnecessary methodsnsfisis
2026-05-22refactor(composer): unify Composer/PartialComposer via Rc handlesnsfisis
2026-05-20refactor: re-export module items to shorten import pathsnsfisis
2026-05-20fix(compile): fix all remaining compile errorsnsfisis
2026-05-19fix(compile): fix more random compile errorsnsfisis
2026-05-19fix(compile): fix various compile errorsnsfisis
2026-05-17fix(compile): extract constants from traits to make them dyn-compatiblensfisis
2026-05-17fix(shirabe): correct invalid import paths and add missing dependencynsfisis
2026-05-17fix(php-shim): add missing stub functions, constants, and typesnsfisis
2026-05-17chore(style): cargo fmtnsfisis
2026-05-16feat(port): port RemoteFilesystem.phpnsfisis
2026-05-16feat(port): port Filesystem.phpnsfisis
2026-05-16feat(port): port CurlDownloader.phpnsfisis
2026-05-16feat(port): port Git.phpnsfisis
2026-05-16feat(port): port Perforce.phpnsfisis
2026-05-16feat(port): port ProcessExecutor.phpnsfisis
2026-05-16feat(port): port HttpDownloader.phpnsfisis