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
/
repository
Age
Commit message (
Expand
)
Author
2026-06-07
feat(shirabe): resolve phase-b TODOs with shared ownership
nsfisis
2026-06-06
feat(vcs): implement VcsDriverInterface for all VCS drivers
nsfisis
2026-06-06
chore(shirabe): remove ports of PHP @deprecated APIs
nsfisis
2026-06-06
refactor(http-response): take url directly instead of request map
nsfisis
2026-06-06
feat(repository-utils): recurse into transitive dependencies
nsfisis
2026-06-06
feat(package-repository): filter advisories by affected version constraint
nsfisis
2026-06-06
refactor(installed-repository): make add_repository infallible with assert
nsfisis
2026-06-06
feat(composite-repository): forward remove_package to writable repos
nsfisis
2026-06-06
fix(array-dumper): emit package links and require Link pretty constraint
nsfisis
2026-06-06
fix(array-merge): route mixed-key merges through faithful array_merge
nsfisis
2026-06-06
refactor(repository): make read methods fallible and take &mut self
nsfisis
2026-06-05
refactor(json): model JsonFile encode/write options as a typed struct
nsfisis
2026-06-04
feat(locker): wire get_locked_repository via LockArrayRepository
nsfisis
2026-06-04
feat(package): implement PackageInterface accessor layer for Package/Complete...
nsfisis
2026-06-04
feat: resolve trivial todo!() sites with existing constructors
nsfisis
2026-06-03
refactor(downloader,repository,json): drop stale try/catch TODOs; fix svn get...
nsfisis
2026-06-03
feat(downcast): wire package/repo/filter instanceof checks via existing handl...
nsfisis
2026-06-03
feat(downloader,repository): wire exception instanceof downcasts via anyhow
nsfisis
2026-06-02
feat(resolver): port SecurityAdvisoryPoolFilter::filter
nsfisis
2026-05-29
refactor(repository): introduce typed LockArrayRepositoryHandle
nsfisis
2026-05-29
refactor(io): unify IOInterface params to Rc<RefCell<dyn _>>
nsfisis
2026-05-28
refactor(repository): introduce Rc<RefCell<_>> handles for repositories
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-23
refactor(semver): change ConstraintInterface to a closed enum
nsfisis
2026-05-23
refactor(promise): drop \React\Promise
nsfisis
2026-05-23
refactor(promise): rewrite promise bodies to async/await
nsfisis
2026-05-23
refactor(promise): change functions returning PromiseInterface to async fn
nsfisis
2026-05-22
refactor: share Pool via Rc<RefCell>
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): 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): add missing PackageInterface and RepositoryInterface impls
nsfisis
2026-05-17
fix(compile): add dyn keyword to all trait object usages (E0782)
nsfisis
2026-05-17
fix(compile): correct module paths
nsfisis
2026-05-17
fix(compile): add stubs for missing trait implementations
nsfisis
2026-05-17
fix(compile): extract constants from traits to make them dyn-compatible
nsfisis
2026-05-17
fix(compile): implement abstract class traits across all types
nsfisis
2026-05-17
refactor(shirabe): convert PHP abstract classes to Rust traits
nsfisis
2026-05-17
fix(shirabe): correct invalid import paths and add missing dependency
nsfisis
2026-05-17
fix(php-shim): add missing stub functions, constants, and types
nsfisis
2026-05-17
chore(style): cargo fmt
nsfisis
2026-05-16
feat(port): port PlatformRepository.php
nsfisis
2026-05-16
feat(port): port ComposerRepository.php
nsfisis
2026-05-16
feat(port): port GitHubDriver.php
nsfisis
[prev]
[next]