aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates
AgeCommit message (Expand)Author
2026-08-04feat(plugin): instantiate plugin capabilities through the PHP RPC workernsfisis
2026-08-04feat(php-shim): render stdClass-shaped objects in var_exportnsfisis
2026-08-04docs: state code facts instead of porting-phase progressnsfisis
2026-08-04test(plugin): compare a real-plugin install against upstream Composernsfisis
2026-08-04feat(plugin): expose the composer object graph to plugins over RPCnsfisis
2026-08-04feat(plugin): generate proxy stubs for the package and repository graphnsfisis
2026-08-04test(plugin): tolerate the _composer_tmp rename in the removal testnsfisis
2026-08-04fix(package): keep list-shaped license arrays in ValidatingArrayLoadernsfisis
2026-08-04feat(plugin): remove subscribed listeners when a plugin is removednsfisis
2026-08-04feat(plugin): dispatch plugin event subscribers through the RPC workernsfisis
2026-08-04feat(plugin): generate the worker proxy stubs from the Composer sourcesnsfisis
2026-08-04fix(plugin): resolve review findings in the plugin activation flownsfisis
2026-08-04feat(plugin): activate plugins through the PHP RPC workernsfisis
2026-08-03feat(event-dispatcher): run composer.json PHP scripts through the RPC workernsfisis
2026-08-03test(json): serialize the tests sharing the tabs2.json scratch filensfisis
2026-08-03feat(php-rpc): rework the RPC channel into the tagged plugin protocolnsfisis
2026-08-03docs(plugin): record dispositions of plugin-boundary open questionsnsfisis
2026-08-02fix(repository): resolve remaining late-binding hazards from the auditnsfisis
2026-08-02fix(repository): restore late-bound initialize in ComposerRepository fallthro...nsfisis
2026-08-02fix(repository): restore late-bound initialize in FilesystemRepository add/re...nsfisis
2026-08-02test(bootstrap): port the remaining env setup from tests/bootstrap.phpnsfisis
2026-08-02feat(php-shim): implement HTTP last-response-headers store and ASCII mb_check...nsfisis
2026-08-02fix(json): propagate JsonFile::encode errors instead of unwrappingnsfisis
2026-08-02feat(console): return shared style handles from OutputFormatter::get_stylensfisis
2026-08-02chore(php-shim): drop the unused Phar APIs left as todo!()nsfisis
2026-08-02chore(todo): consolidate TODO comments into the five fixed marker tagsnsfisis
2026-08-02refactor(php-shim): introduce PhpClass for reporting PHP class namesnsfisis
2026-08-02fix(command): wire the missed suggested values and correct update's packages ...nsfisis
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