index
:
php-shirabe
main
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
/
shirabe
/
src
/
event_dispatcher
Age
Commit message (
Expand
)
Author
2026-07-04
fix(event-dispatcher): avoid reentrant RefCell panics
nsfisis
2026-06-28
refactor: add linter
nsfisis
2026-06-27
refactor(composer): hold managers behind *Interface traits
nsfisis
2026-06-27
refactor: fix compiler warnings and clippy warnings
nsfisis
2026-06-26
test: port 70 perforce/repository/downloader/installer/dispatcher tests
nsfisis
2026-06-24
feat(process): wire execute output handling to a callback model
nsfisis
2026-06-24
refactor(process): take cwd as Option<&str> instead of IntoExecCwd
nsfisis
2026-06-24
chore: unwrap meaningless PhpMixed::String()
nsfisis
2026-06-21
refactor(math): use method-style max/min/clamp over std::cmp
nsfisis
2026-06-21
feat(php-shim): implement round() shim
nsfisis
2026-06-20
refactor(php-shim): drop Box wrapping from PhpMixed List/Array
nsfisis
2026-06-20
refactor: auto-fix clippy warnings
nsfisis
2026-06-14
refactor(pcre): drop Result from Preg method return types
nsfisis
2026-06-14
refactor(pcre): drop strict-groups Preg variants
nsfisis
2026-06-13
fix(console): flatten Application inheritance to restore overrides
nsfisis
2026-06-12
refactor(php-shim): replace literal sprintf calls with format!
nsfisis
2026-06-12
feat(symfony-console): port Symfony Console and make the workspace compile
nsfisis
2026-06-11
feat(console): resolve phase-b TODOs in doRun and IO wiring
nsfisis
2026-06-10
feat(phase-c): resolve cross-module phase-b TODOs
nsfisis
2026-06-09
feat(event-dispatcher): unify event dispatch via EventInterface trait
nsfisis
2026-06-08
refactor(external-packages): drop component segment from symfony paths
nsfisis
2026-06-07
feat(phase-c): resolve &mut-access phase-b TODOs via handle setters
nsfisis
2026-06-06
refactor(command): share Input/OutputInterface via Rc<RefCell>
nsfisis
2026-06-06
refactor(repository): make read methods fallible and take &mut self
nsfisis
2026-06-05
feat(dependency-resolver): share operations via Rc, drop clone_box
nsfisis
2026-06-04
feat: resolve trivial todo!() sites with existing constructors
nsfisis
2026-06-03
feat(io): add as_any downcast shims for IOInterface and OutputInterface
nsfisis
2026-05-29
refactor(io): unify IOInterface params to Rc<RefCell<dyn _>>
nsfisis
2026-05-27
refactor(package): pass package handles by value throughout
nsfisis
2026-05-26
refactor(io): share IOInterface via Rc<RefCell<dyn _>> handle
nsfisis
2026-05-25
refactor(package): introduce Rc<RefCell<_>> handles for packages
nsfisis
2026-05-22
refactor(composer): unify Composer/PartialComposer via Rc handles
nsfisis
2026-05-20
refactor: re-export module items to shorten import paths
nsfisis
2026-05-20
fix(compile): fix all remaining compile errors
nsfisis
2026-05-19
fix(compile): fix more random compile errors
nsfisis
2026-05-19
fix(compile): fix various compile errors
nsfisis
2026-05-18
fix(compile): impl std::error::Error for custom error types
nsfisis
2026-05-17
fix(compile): convert Command struct to trait
nsfisis
2026-05-17
fix(compile): fix infinite size types
nsfisis
2026-05-17
chore(style): cargo fmt
nsfisis
2026-05-16
feat(port): port EventDispatcher.php
nsfisis
2026-05-15
feat(port): port Event.php
nsfisis
2026-05-12
feat(port): port EventSubscriberInterface.php
nsfisis
2026-05-12
feat(port): port ScriptExecutionException.php
nsfisis
2026-05-12
feat(init): add scaffold files
nsfisis