aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates
AgeCommit message (Expand)Author
2026-06-06refactor(version-bumper): share caller's VersionParser with ArrayLoadernsfisis
2026-06-06fix(json-loader): pass decoded config to loader instead of empty mapnsfisis
2026-06-06refactor(operation,link): port __toString to Displaynsfisis
2026-06-06refactor(link): drop phase-b shared-ownership TODOnsfisis
2026-06-06fix(array-dumper): emit package links and require Link pretty constraintnsfisis
2026-06-06fix(base-package): move equals to PackageInterfaceHandle for reference identitynsfisis
2026-06-06refactor(archiver): yield PathBuf from ArchivableFilesFinder, drop SplFileInfonsfisis
2026-06-06fix(self-update-command): resolve finder-related phase-b TODOsnsfisis
2026-06-06feat(archivable-files-finder): wire exclude closure into Finder::filternsfisis
2026-06-06fix(vcs-downloader): abort on local changes in parent cleanChanges pathnsfisis
2026-06-06refactor(solver-problems): pass reasons IndexMap directly to get_extension_pr...nsfisis
2026-06-06feat(rule-set): render rule pretty strings via Rule::get_pretty_stringnsfisis
2026-06-06fix(pool-optimizer): assert irremovable invariant instead of swallowingnsfisis
2026-06-06fix(array-merge): route mixed-key merges through faithful array_mergensfisis
2026-06-06fix(dependency-resolver): preserve PHP array keying for alias linksnsfisis
2026-06-06feat(dependency-resolver): delegate get_operations to inner transactionnsfisis
2026-06-06feat(console): pass styles through HtmlOutputFormatter constructornsfisis
2026-06-06fix(command): use full pretty version and drop stale phase-b TODOsnsfisis
2026-06-06feat(command): merge local and remote repos in browse commandnsfisis
2026-06-06feat(command): wire exec binary as __exec_command listenernsfisis
2026-06-06refactor(repository): make read methods fallible and take &mut selfnsfisis
2026-06-05feat(command): wire do_execute for depends/prohibits commandsnsfisis
2026-06-05refactor(autoload): drop deprecated Autoload\ClassMapGenerator implnsfisis
2026-06-05feat(advisory): parse sources into typed full advisorynsfisis
2026-06-05refactor(json): make json encode helpers accept serde::Serializensfisis
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