index
:
php-shirabe
main
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
Age
Commit message (
Expand
)
Author
2026-08-05
test(plugin): compare plugin-provided command execution against upstream
nsfisis
2026-08-05
feat(plugin): run plugin-provided commands in a worker-side application
nsfisis
2026-08-05
feat(symfony-console): expose the input __toString on InputInterface
nsfisis
2026-08-05
feat(plugin): discover and list plugin-provided commands
nsfisis
2026-08-04
feat(plugin): instantiate plugin capabilities through the PHP RPC worker
nsfisis
2026-08-04
feat(php-shim): render stdClass-shaped objects in var_export
nsfisis
2026-08-04
docs: state code facts instead of porting-phase progress
nsfisis
2026-08-04
test(plugin): compare a real-plugin install against upstream Composer
nsfisis
2026-08-04
feat(plugin): expose the composer object graph to plugins over RPC
nsfisis
2026-08-04
feat(plugin): generate proxy stubs for the package and repository graph
nsfisis
2026-08-04
test(plugin): tolerate the _composer_tmp rename in the removal test
nsfisis
2026-08-04
fix(package): keep list-shaped license arrays in ValidatingArrayLoader
nsfisis
2026-08-04
feat(plugin): remove subscribed listeners when a plugin is removed
nsfisis
2026-08-04
feat(plugin): dispatch plugin event subscribers through the RPC worker
nsfisis
2026-08-04
feat(plugin): generate the worker proxy stubs from the Composer sources
nsfisis
2026-08-04
fix(plugin): resolve review findings in the plugin activation flow
nsfisis
2026-08-04
feat(plugin): activate plugins through the PHP RPC worker
nsfisis
2026-08-03
feat(event-dispatcher): run composer.json PHP scripts through the RPC worker
nsfisis
2026-08-03
test(json): serialize the tests sharing the tabs2.json scratch file
nsfisis
2026-08-03
feat(php-rpc): rework the RPC channel into the tagged plugin protocol
nsfisis
2026-08-03
docs(plugin): record dispositions of plugin-boundary open questions
nsfisis
2026-08-02
fix(repository): resolve remaining late-binding hazards from the audit
nsfisis
2026-08-02
fix(repository): restore late-bound initialize in ComposerRepository fallthro...
nsfisis
2026-08-02
fix(repository): restore late-bound initialize in FilesystemRepository add/re...
nsfisis
2026-08-02
test(bootstrap): port the remaining env setup from tests/bootstrap.php
nsfisis
2026-08-02
feat(php-shim): implement HTTP last-response-headers store and ASCII mb_check...
nsfisis
2026-08-02
fix(json): propagate JsonFile::encode errors instead of unwrapping
nsfisis
2026-08-02
feat(console): return shared style handles from OutputFormatter::get_style
nsfisis
2026-08-02
chore(php-shim): drop the unused Phar APIs left as todo!()
nsfisis
2026-08-02
chore(todo): consolidate TODO comments into the five fixed marker tags
nsfisis
2026-08-02
refactor(php-shim): introduce PhpClass for reporting PHP class names
nsfisis
2026-08-02
fix(command): wire the missed suggested values and correct update's packages ...
nsfisis
2026-08-02
test(completion): port CommandCompletionTester and CompletionFunctionalTest
nsfisis
2026-08-02
feat(command): wire suggested values into every command definition
nsfisis
2026-08-02
feat(command): port CompletionTrait's suggestion providers
nsfisis
2026-08-02
feat(symfony-console): restore CompletionInput's ArgvInput inheritance surface
nsfisis
2026-08-02
feat(console-input): port the suggested-values backport onto InputArgument/In...
nsfisis
2026-08-02
feat(symfony-console): implement the shell completion command plumbing
nsfisis
2026-08-02
feat(php-shim): implement syscall-backed functions via the nix crate
nsfisis
2026-08-02
fix(io): propagate ask/select errors instead of panicking
nsfisis
2026-08-02
fix(symfony-console): dispatch parse_token to CompletionInput in bind
nsfisis
2026-08-02
fix(repository): run lazy initialization in count/has_package
nsfisis
2026-08-02
fix(downloader): restore late binding in getLocalChanges/update paths
nsfisis
2026-08-02
refactor(php-shim): remove unused curl functions/constants
nsfisis
2026-08-02
refactor(console-io): make ensure_valid_utf8 a no-op, drop iconv shim
nsfisis
2026-08-02
refactor(symfony-console): drop unused Cursor methods
nsfisis
2026-08-02
refactor(php-shim): drop pack/unpack in favor of direct byte handling
nsfisis
2026-08-02
refactor(php-shim): replace sprintf todo!() with an unsupported panic
nsfisis
2026-08-02
refactor(auditor): build the summary line with format! instead of sprintf
nsfisis
2026-08-02
fix(diagnose-command): pass the self-audit when installed.json is absent
nsfisis
[next]