aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart-registry/src
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-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(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): honor --ignore-platform-reqs and wildcard patternsnsfisis
2026-05-01feat(registry): support inline 'type: package' repositoriesnsfisis
2026-05-01fix(registry): accept composer.lock without content-hashnsfisis
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-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(vcs): convert VcsDriver trait to native asyncnsfisis
2026-02-23feat(vcs): add mozart-vcs crate for VCS repository supportnsfisis
2026-02-23fix(update): implement --with constraints, inline shorthand, and APCu passthr...nsfisis
2026-02-22feat(search): display abandoned package indicator in search resultsnsfisis
2026-02-22fix(resolver): handle virtual packages and deduplicate pool explorationnsfisis
2026-02-22fix(registry): handle Stability::Dev in version constraint buildernsfisis
2026-02-22fix(platform): inject composer pseudo packages into resolvernsfisis
2026-02-22feat(resolver): replace pubgrub with Composer-ported SAT solvernsfisis
2026-02-22fix(resolver): replace ComposerVersion(u16) with semver::Version(u64)nsfisis
2026-02-22refactor: reorganize crates to match Composer subpackage structurensfisis
2026-02-22fix(resolver): replace __root__ with actual package name in error messagesnsfisis
2026-02-22fix(platform): detect PHP version from runtime instead of hardcoding 8.1nsfisis
2026-02-22chore: cargo fmtnsfisis
2026-02-22refactor(http): centralize User-Agent string in mozart-corensfisis
2026-02-22feat(metadata-minifier): add mozart-metadata-minifier cratensfisis
2026-02-22refactor(async): migrate from blocking HTTP to async/await with tokionsfisis
2026-02-22refactor(workspace): split monolithic crate into 6 workspace cratesnsfisis