aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates
AgeCommit message (Expand)Author
2026-06-07feat(metadata-minifier): port expand for minified package metadatansfisis
2026-06-07feat(shirabe): resolve advisory instanceof TODOs via AnySecurityAdvisorynsfisis
2026-06-07feat(shirabe): resolve phase-b PhpMixed conversion TODOsnsfisis
2026-06-07refactor(phase-c): share PlatformRepository and RepositorySet via handlesnsfisis
2026-06-07feat(shirabe): resolve phase-b TODOs with shared ownershipnsfisis
2026-06-06fix(git): run git --version in getVersionnsfisis
2026-06-06feat(vcs): implement VcsDriverInterface for all VCS driversnsfisis
2026-06-06feat(binary-installer): use file_get_contents with offset and lengthnsfisis
2026-06-06chore(shirabe): remove ports of PHP @deprecated APIsnsfisis
2026-06-06refactor(download-manager): set installation source on package handlensfisis
2026-06-06feat(validate-command): pass root package to missing requirement infonsfisis
2026-06-06feat(dump-autoload-command): wire up install path check and dump callnsfisis
2026-06-06feat(archive-command): wire up ArchiveManager.archive callnsfisis
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-06feat(repository-utils): recurse into transitive dependenciesnsfisis
2026-06-06feat(package-repository): filter advisories by affected version constraintnsfisis
2026-06-06refactor(installed-repository): make add_repository infallible with assertnsfisis
2026-06-06feat(composite-repository): forward remove_package to writable reposnsfisis
2026-06-06refactor(command): share Input/OutputInterface via Rc<RefCell>nsfisis
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