index
:
php-shirabe
feat/cli-parse
main
refactor/composer-handles
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
31 hours
feat(downloader): implement ChangeReport/VcsCapable for VCS downloaders
HEAD
main
nsfisis
31 hours
feat(downloader): wire as_* downcasts for file/archive/path/git downloaders
nsfisis
32 hours
fix(config,loader): wire JsonValidationException catch; drop unportable chain...
nsfisis
33 hours
refactor(downloader,repository,json): drop stale try/catch TODOs; fix svn get...
nsfisis
34 hours
feat(php-shim): align fwrite/touch2/PHP_OS_FAMILY/PHP_URL_SCHEME with PHP
nsfisis
2 days
feat(downcast): wire package/repo/filter instanceof checks via existing handl...
nsfisis
2 days
feat(downloader,repository): wire exception instanceof downcasts via anyhow
nsfisis
2 days
feat(installer): wire OperationInterface instanceof downcasts in batches
nsfisis
2 days
feat(io): add as_any downcast shims for IOInterface and OutputInterface
nsfisis
2 days
feat(resolver): port SecurityAdvisoryPoolFilter::filter
nsfisis
4 days
fix(package): port every PHP clone operator to handle dup()
nsfisis
4 days
feat(resolver): construct alias packages from handles in pool/installer
nsfisis
4 days
feat(installer): downcast UpdateOperation in download/execute batches
nsfisis
4 days
feat(resolver): wire url/mirror setters in update_mirror_and_urls
nsfisis
7 days
refactor(repository): introduce typed LockArrayRepositoryHandle
nsfisis
7 days
refactor(io): unify IOInterface params to Rc<RefCell<dyn _>>
nsfisis
7 days
feat: resolve TODOs unblocked by package handle get_repository
nsfisis
7 days
refactor(repository): introduce Rc<RefCell<_>> handles for repositories
nsfisis
9 days
refactor(package): pass package handles by value throughout
nsfisis
9 days
feat(factory): construct PluginManager after Rc::new_cyclic
nsfisis
9 days
refactor(io): share IOInterface via Rc<RefCell<dyn _>> handle
nsfisis
11 days
refactor(package): introduce Rc<RefCell<_>> handles for packages
nsfisis
12 days
refactor(semver): change ConstraintInterface to a closed enum
nsfisis
13 days
refactor(resolver): change Rule to a closed enum
nsfisis
13 days
chore: add editor/toolchain config
nsfisis
13 days
refactor(promise): drop \React\Promise
nsfisis
13 days
refactor(promise): rewrite promise bodies to async/await
nsfisis
13 days
feat(deps): add tokio, async-trait
nsfisis
13 days
refactor(promise): change functions returning PromiseInterface to async fn
nsfisis
2026-05-22
refactor: share Pool via Rc<RefCell>
nsfisis
2026-05-22
refactor(php-shim): remove unnecessary methods
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
chore: allow unused code
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): extract static methods from BasePackage trait
nsfisis
2026-05-18
fix(compile): impl std::error::Error for custom error types
nsfisis
2026-05-17
fix(compile): use std::sync::LazyLock for global cache
nsfisis
2026-05-17
fix(compile): convert Command struct to trait
nsfisis
2026-05-17
fix(compile): make Rule trait dyn-compatible by extracting RuleBase
nsfisis
2026-05-17
fix(compile): extract constants from traits to make them dyn-compatible
nsfisis
2026-05-17
fix(compile): add missing PackageInterface and RepositoryInterface impls
nsfisis
2026-05-17
fix(compile): remove to_string from impl Rule blocks (E0407)
nsfisis
2026-05-17
fix(compile): add dyn keyword to all trait object usages (E0782)
nsfisis
2026-05-17
fix(compile): fix IOInterface method signature mismatches
nsfisis
2026-05-17
fix(compile): align ChangeReportInterface::get_local_changes return type
nsfisis
2026-05-17
fix(compile): add stubs for missing trait implementations
nsfisis
2026-05-17
fix(compile): add Display impls and fix trait signatures
nsfisis
[next]