aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates
AgeCommit message (Expand)Author
2026-08-02test(completion): port CommandCompletionTester and CompletionFunctionalTestnsfisis
2026-08-02feat(command): wire suggested values into every command definitionnsfisis
2026-08-02feat(command): port CompletionTrait's suggestion providersnsfisis
2026-08-02feat(symfony-console): restore CompletionInput's ArgvInput inheritance surfacensfisis
2026-08-02feat(console-input): port the suggested-values backport onto InputArgument/In...nsfisis
2026-08-02feat(symfony-console): implement the shell completion command plumbingnsfisis
2026-08-02feat(php-shim): implement syscall-backed functions via the nix cratensfisis
2026-08-02fix(io): propagate ask/select errors instead of panickingnsfisis
2026-08-02fix(symfony-console): dispatch parse_token to CompletionInput in bindnsfisis
2026-08-02fix(repository): run lazy initialization in count/has_packagensfisis
2026-08-02fix(downloader): restore late binding in getLocalChanges/update pathsnsfisis
2026-08-02refactor(php-shim): remove unused curl functions/constantsnsfisis
2026-08-02refactor(console-io): make ensure_valid_utf8 a no-op, drop iconv shimnsfisis
2026-08-02refactor(symfony-console): drop unused Cursor methodsnsfisis
2026-08-02refactor(php-shim): drop pack/unpack in favor of direct byte handlingnsfisis
2026-08-02refactor(php-shim): replace sprintf todo!() with an unsupported panicnsfisis
2026-08-02refactor(auditor): build the summary line with format! instead of sprintfnsfisis
2026-08-02fix(diagnose-command): pass the self-audit when installed.json is absentnsfisis
2026-08-02fix(symfony-finder): make Glob::to_regex regex-crate compatiblensfisis
2026-08-02refactor(git-exclude-filter): pass the line parser as a method referencensfisis
2026-08-01feat(symfony-console): implement interactive question/style helpersnsfisis
2026-08-01feat(php-shim): implement Phar/PharData and the zlib/bzip2 functionsnsfisis
2026-08-01feat(php-src): add a BSD-licensed crate for php-src derived codensfisis
2026-07-26feat(diagnose-command): report the real curl versionnsfisis
2026-07-26fix(diagnose-command): give the audit BufferIO normal verbositynsfisis
2026-07-26fix(symfony-string): convert between ASCII and UTF-8 instead of panickingnsfisis
2026-07-26fix(console-table): wrap cells that exceed the column max widthnsfisis
2026-07-26feat(diagnose-command): query the real PHP runtime in one RPC callnsfisis
2026-07-25fix(package-discovery): honor ignored platform reqs in shadowed-repo lookupnsfisis
2026-07-25fix(require-command): end input borrow before asking for confirmationnsfisis
2026-07-25fix(package-discovery): pass IO so platform requirement warnings surfacensfisis
2026-07-25feat(console): register plugin commands via Application::addnsfisis
2026-07-25refactor(json): embed Composer schemas instead of copying them to targetnsfisis
2026-07-25perf(advisory): share AnySecurityAdvisory via Rcnsfisis
2026-07-25refactor: replace redundant clones with movesnsfisis
2026-07-25feat(tracing): init tracing subscriber from $SHIRABE_TRACINGnsfisis
2026-07-25refactor(operation): replace OperationInterface with AnyOperation enumnsfisis
2026-07-25chore: remove unused importsnsfisis
2026-07-24fix(event-dispatcher): invoke Closure listeners instead of always failing is_...nsfisis
2026-07-24test(installer-test): revert to loop-based fixture iterationnsfisis
2026-07-24docs(installer-test): record confirmed cause for github-issues-7665 ignorensfisis
2026-07-24fix(solver-problems): compare RULE_LEARNED sort keys like PHP's <=>nsfisis
2026-07-24fix(solver-problems): preserve first-occurrence order in extension hintnsfisis
2026-07-24fix(installer-test): catch exceptions thrown during composer constructionnsfisis
2026-07-24fix(array-dumper): dump source/dist mirrors as a JSON arraynsfisis
2026-07-24fix(package): rewrite dist-reference SHA regex without look-aroundnsfisis
2026-07-24fix(composer-repository): initialize wrapper before delegating loadPackagesnsfisis
2026-07-24fix(installer-test): port InstallerTest::setUp's chdir(__DIR__)nsfisis
2026-07-24fix(pool-builder): use plain getPackages() on locked repositorynsfisis
2026-07-24fix(dependency-resolver): query real PHP for ext-* version/loaded checksnsfisis