aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates
AgeCommit message (Expand)Author
2026-05-03fix(resolver): carry root composer.json conflicts onto the in-pool root entrynsfisis
2026-05-03fix(install): emit MarkAliasUninstalled and fix dev-branch upgrade directionnsfisis
2026-05-03fix(resolver): seed root package into pool as fixed entrynsfisis
2026-05-03fix(install): switch update trace to dist-ref mode when source refs matchnsfisis
2026-05-03fix(install): treat dev-reference shifts as upgradesnsfisis
2026-05-03fix(install): keep one cycle survivor as root for install orderingnsfisis
2026-05-03refactor: switch internal maps/sets from HashMap to IndexMapnsfisis
2026-05-03feat(resolver): apply config.platform overrides on top of detected platformnsfisis
2026-05-03fix(resolver): fail when a root require has no matching providersnsfisis
2026-05-03fix(registry): respect priority order across inline package reposnsfisis
2026-05-03fix(resolver): substitute self.version in pool link constraintsnsfisis
2026-05-02fix(resolver): honor root self-provide/replace as require fulfilmentnsfisis
2026-05-02feat(resolver): support inline #ref pin and default-branch aliasnsfisis
2026-05-02feat(resolver): add branch-alias support across the resolution pipelinensfisis
2026-05-02fix(installer): match Composer's transaction order and uninstall labelnsfisis
2026-05-02test(installer): switch fixtures to in-process harnessnsfisis
2026-05-02feat(installer): add trace recorder and topo install ordernsfisis
2026-05-02refactor(commands): split install/update into CLI execute + library runnsfisis
2026-05-02refactor(registry): plumb RepositorySet and executor through callersnsfisis
2026-05-02refactor(registry): route Packagist queries through RepositorySetnsfisis
2026-05-02refactor(registry): introduce Repository and InstallerExecutor traitsnsfisis
2026-05-02feat(resolver): real constraint intersection and replace-aware same-name conf...nsfisis
2026-05-02fix(update): normalize locked version to 4-segment form on partial pinnsfisis
2026-05-02feat(resolver): honor --ignore-platform-reqs and wildcard patternsnsfisis
2026-05-02test(harness): force unreachable proxy for spawned mozartnsfisis
2026-05-01feat(registry): support inline 'type: package' repositoriesnsfisis
2026-05-01fix(install): preserve LockedPackage extra_fields in installed.jsonnsfisis
2026-05-01fix(registry): accept composer.lock without content-hashnsfisis
2026-05-01feat(core): reject root composer.json that requires its own namensfisis
2026-05-01feat(install): verify platform requirements before install_from_locknsfisis
2026-05-01feat(install): verify lock file satisfies composer.json requiresnsfisis
2026-05-01refactor: fix clippy warningsnsfisis
2026-05-01fix(registry): default missing composer.lock _readme to canonical textnsfisis
2026-05-01feat(registry): accept v1 (bare array) installed.jsonnsfisis
2026-05-01fix(core): default missing composer.json "name" to __root__nsfisis
2026-05-01test(test-harness): enumerate Composer installer .test fixturesnsfisis
2026-05-01feat(test-harness): add Composer .test fixture parser and runnernsfisis
2026-02-24fix(cache): enable dist archive caching for all commandsnsfisis
2026-02-24fix(solver): iterate live watch chain to prevent infinite loop in propagationnsfisis
2026-02-24feat(cache): enable repo cache for all Packagist API callsnsfisis
2026-02-23feat(tracing): instrument network requests with tracing spansnsfisis
2026-02-23refactor(cli): route command output through Console abstractionnsfisis
2026-02-23fix(cli): align install/update output with Composer conventionsnsfisis
2026-02-23fix(semver): handle partial upper bounds in hyphen ranges per Composer specnsfisis
2026-02-23refactor(cli): replace std::process::exit() with bail_silent in command handlersnsfisis
2026-02-23fix(cli): align subcommand help text with Composernsfisis
2026-02-23refactor(vcs): convert VcsDriver trait to native asyncnsfisis
2026-02-23feat(vcs): add mozart-vcs crate for VCS repository supportnsfisis
2026-02-23fix(validate): warn on orphan scripts-descriptions/aliases and honor config.locknsfisis
2026-02-23fix(self-update): preserve backups and improve output messagesnsfisis