aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/plugin
AgeCommit message (Expand)Author
2026-08-10refactor(symfony): hide leaf modules behind their parent re-exportsnsfisis
2026-08-09feat(plugin): let a Rust-implemented plugin cross into the workernsfisis
2026-08-09refactor(symfony-console): extract symfony/console into the shirabe-symfony-c...nsfisis
2026-08-09refactor(pcre): extract composer/pcre into the shirabe-pcre cratensfisis
2026-08-08feat(php-shim): give ported exceptions PHP's class hierarchynsfisis
2026-08-08refactor(semver): replace Constraint's OP_*/STR_OP_* with CmpOpnsfisis
2026-08-07feat(installer): dispatch package eventsnsfisis
2026-08-07fix(plugin): make proxy stub property access an explicit errornsfisis
2026-08-07feat(plugin): cross alias packages over RPC as proxy stubsnsfisis
2026-08-07feat(php-rpc): cross materialized values as PHP object recordsnsfisis
2026-08-06feat(plugin): let links and release dates cross the RPC boundarynsfisis
2026-08-06feat(plugin): widen the RPC surface to LibraryInstaller-based pluginsnsfisis
2026-08-06feat(plugin): run plugin-provided installers through the RPC workernsfisis
2026-08-05feat(plugin): run plugin-provided commands in a worker-side applicationnsfisis
2026-08-05feat(plugin): discover and list plugin-provided commandsnsfisis
2026-08-04feat(plugin): instantiate plugin capabilities through the PHP RPC workernsfisis
2026-08-04docs: state code facts instead of porting-phase progressnsfisis
2026-08-04feat(plugin): expose the composer object graph to plugins over RPCnsfisis
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-02fix(io): propagate ask/select errors instead of panickingnsfisis
2026-07-25refactor: replace redundant clones with movesnsfisis
2026-07-18perf(regex): eliminate per-call clone overhead in preg_* dispatchnsfisis
2026-07-11chore: use fully-qualified name for Rc/RefCellnsfisis
2026-06-28refactor: add linternsfisis
2026-06-27refactor(composer): hold managers behind *Interface traitsnsfisis
2026-06-27refactor: fix compiler warnings and clippy warningsnsfisis
2026-06-20refactor(php-shim): drop Box wrapping from PhpMixed List/Arraynsfisis
2026-06-20refactor(plugin): return borrowed plugins from get_plugins, drop clone_boxnsfisis
2026-06-20refactor: auto-fix clippy warningsnsfisis
2026-06-14refactor(pcre): drop Result from Preg method return typesnsfisis
2026-06-11feat(console): resolve phase-b TODOs in doRun and IO wiringnsfisis
2026-06-09feat(event-dispatcher): unify event dispatch via EventInterface traitnsfisis
2026-06-08refactor(external-packages): drop component segment from symfony pathsnsfisis
2026-06-07feat(shirabe): resolve phase-b TODOs with shared ownershipnsfisis
2026-06-06chore(shirabe): remove ports of PHP @deprecated APIsnsfisis
2026-06-06refactor(command): share Input/OutputInterface via Rc<RefCell>nsfisis
2026-06-06refactor(repository): make read methods fallible and take &mut selfnsfisis
2026-06-01fix(package): port every PHP clone operator to handle dup()nsfisis
2026-05-29refactor(io): unify IOInterface params to Rc<RefCell<dyn _>>nsfisis
2026-05-28refactor(repository): introduce Rc<RefCell<_>> handles for repositoriesnsfisis
2026-05-27refactor(package): pass package handles by value throughoutnsfisis
2026-05-26feat(factory): construct PluginManager after Rc::new_cyclicnsfisis
2026-05-26refactor(io): share IOInterface via Rc<RefCell<dyn _>> handlensfisis
2026-05-25refactor(package): introduce Rc<RefCell<_>> handles for packagesnsfisis
2026-05-23refactor(semver): change ConstraintInterface to a closed enumnsfisis