aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates
AgeCommit message (Expand)Author
45 hoursrefactor(downloader,repository,json): drop stale try/catch TODOs; fix svn get...nsfisis
46 hoursfeat(php-shim): align fwrite/touch2/PHP_OS_FAMILY/PHP_URL_SCHEME with PHPnsfisis
3 daysfeat(downcast): wire package/repo/filter instanceof checks via existing handl...nsfisis
3 daysfeat(downloader,repository): wire exception instanceof downcasts via anyhownsfisis
3 daysfeat(installer): wire OperationInterface instanceof downcasts in batchesnsfisis
3 daysfeat(io): add as_any downcast shims for IOInterface and OutputInterfacensfisis
3 daysfeat(resolver): port SecurityAdvisoryPoolFilter::filternsfisis
5 daysfix(package): port every PHP clone operator to handle dup()nsfisis
5 daysfeat(resolver): construct alias packages from handles in pool/installernsfisis
5 daysfeat(installer): downcast UpdateOperation in download/execute batchesnsfisis
5 daysfeat(resolver): wire url/mirror setters in update_mirror_and_urlsnsfisis
8 daysrefactor(repository): introduce typed LockArrayRepositoryHandlensfisis
8 daysrefactor(io): unify IOInterface params to Rc<RefCell<dyn _>>nsfisis
8 daysfeat: resolve TODOs unblocked by package handle get_repositorynsfisis
8 daysrefactor(repository): introduce Rc<RefCell<_>> handles for repositoriesnsfisis
10 daysrefactor(package): pass package handles by value throughoutnsfisis
10 daysfeat(factory): construct PluginManager after Rc::new_cyclicnsfisis
10 daysrefactor(io): share IOInterface via Rc<RefCell<dyn _>> handlensfisis
12 daysrefactor(package): introduce Rc<RefCell<_>> handles for packagesnsfisis
13 daysrefactor(semver): change ConstraintInterface to a closed enumnsfisis
13 daysrefactor(resolver): change Rule to a closed enumnsfisis
13 daysrefactor(promise): drop \React\Promisensfisis
13 daysrefactor(promise): rewrite promise bodies to async/awaitnsfisis
13 daysfeat(deps): add tokio, async-traitnsfisis
13 daysrefactor(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-20chore: allow unused codensfisis
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-18fix(compile): extract static methods from BasePackage traitnsfisis
2026-05-18fix(compile): impl std::error::Error for custom error typesnsfisis
2026-05-17fix(compile): use std::sync::LazyLock for global cachensfisis
2026-05-17fix(compile): convert Command struct to traitnsfisis
2026-05-17fix(compile): make Rule trait dyn-compatible by extracting RuleBasensfisis
2026-05-17fix(compile): extract constants from traits to make them dyn-compatiblensfisis
2026-05-17fix(compile): add missing PackageInterface and RepositoryInterface implsnsfisis
2026-05-17fix(compile): remove to_string from impl Rule blocks (E0407)nsfisis
2026-05-17fix(compile): add dyn keyword to all trait object usages (E0782)nsfisis
2026-05-17fix(compile): fix IOInterface method signature mismatchesnsfisis
2026-05-17fix(compile): align ChangeReportInterface::get_local_changes return typensfisis
2026-05-17fix(compile): add stubs for missing trait implementationsnsfisis
2026-05-17fix(compile): add Display impls and fix trait signaturesnsfisis
2026-05-17fix(compile): add missing use declarations for Command, Composer, IOInterface...nsfisis
2026-05-17fix(compile): correct module pathsnsfisis
2026-05-17fix(compile): remove duplicate impl BaseCommand blocks with wrong signaturesnsfisis
2026-05-17fix(compile): box PluginManager in Composer to resolve recursive typensfisis