aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src
AgeCommit message (Expand)Author
2026-06-05refactor(json): model JsonFile encode/write options as a typed structnsfisis
2026-06-05feat(json-lint): port ParsingException details into a typed structnsfisis
2026-06-05feat(dependency-resolver): share operations via Rc, drop clone_boxnsfisis
2026-06-05feat(filter): share platform req filter via Rc, drop clone_boxnsfisis
2026-06-05feat(dependency-resolver): share policy via Rc, drop clone_boxnsfisis
2026-06-05feat(installer): wire InstallerInterface marker-trait downcastsnsfisis
2026-06-05refactor(downloader): return Result from GitDownloader::view_diffnsfisis
2026-06-05refactor(io): model ask_and_validate validators with anyhow::Resultnsfisis
2026-06-05feat(downloader): wire ArchiveDownloader extraction and Path/Zip overridesnsfisis
2026-06-05feat(downloader): wire VcsDownloader subclasses via shared downloadersnsfisis
2026-06-04feat(loader): wire RootPackageLoader::load end-to-endnsfisis
2026-06-04feat(locker): wire get_locked_repository via LockArrayRepositorynsfisis
2026-06-04feat(loader): wire ArrayLoader::load end-to-end (create_object/configure_obje...nsfisis
2026-06-04feat(package): implement PackageInterface accessor layer for Package/Complete...nsfisis
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-03feat(downloader): return Result from getUnpushedChanges to bubble RuntimeExce...nsfisis
2026-06-03feat(downloader): implement ChangeReport/VcsCapable for VCS downloadersnsfisis
2026-06-03feat(downloader): wire as_* downcasts for file/archive/path/git downloadersnsfisis
2026-06-03fix(config,loader): wire JsonValidationException catch; drop unportable chain...nsfisis
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-06-03feat(installer): wire OperationInterface instanceof downcasts in batchesnsfisis
2026-06-03feat(io): add as_any downcast shims for IOInterface and OutputInterfacensfisis
2026-06-02feat(resolver): port SecurityAdvisoryPoolFilter::filternsfisis
2026-06-01fix(package): port every PHP clone operator to handle dup()nsfisis
2026-05-31feat(resolver): construct alias packages from handles in pool/installernsfisis
2026-05-31feat(installer): downcast UpdateOperation in download/execute batchesnsfisis
2026-05-31feat(resolver): wire url/mirror setters in update_mirror_and_urlsnsfisis
2026-05-29refactor(repository): introduce typed LockArrayRepositoryHandlensfisis
2026-05-29refactor(io): unify IOInterface params to Rc<RefCell<dyn _>>nsfisis
2026-05-28feat: resolve TODOs unblocked by package handle get_repositorynsfisis
2026-05-28refactor(repository): introduce Rc<RefCell<_>> handles for repositoriesnsfisis
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(resolver): change Rule 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