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
/
package
Age
Commit message (
Expand
)
Author
2026-06-08
feat(phase-c): resolve reflection/downcast phase-b TODOs
nsfisis
2026-06-07
feat(phase-c): resolve dynamic-dispatch phase-b TODOs
nsfisis
2026-06-07
feat(metadata-minifier): port expand for minified package metadata
nsfisis
2026-06-07
refactor(phase-c): share PlatformRepository and RepositorySet via handles
nsfisis
2026-06-06
refactor(version-bumper): share caller's VersionParser with ArrayLoader
nsfisis
2026-06-06
fix(json-loader): pass decoded config to loader instead of empty map
nsfisis
2026-06-06
refactor(operation,link): port __toString to Display
nsfisis
2026-06-06
refactor(link): drop phase-b shared-ownership TODO
nsfisis
2026-06-06
fix(array-dumper): emit package links and require Link pretty constraint
nsfisis
2026-06-06
fix(base-package): move equals to PackageInterfaceHandle for reference identity
nsfisis
2026-06-06
refactor(archiver): yield PathBuf from ArchivableFilesFinder, drop SplFileInfo
nsfisis
2026-06-06
feat(archivable-files-finder): wire exclude closure into Finder::filter
nsfisis
2026-06-06
fix(dependency-resolver): preserve PHP array keying for alias links
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-05
feat(filter): share platform req filter via Rc, drop clone_box
nsfisis
2026-06-04
feat(loader): wire RootPackageLoader::load end-to-end
nsfisis
2026-06-04
feat(locker): wire get_locked_repository via LockArrayRepository
nsfisis
2026-06-04
feat(loader): wire ArrayLoader::load end-to-end (create_object/configure_obje...
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
fix(config,loader): wire JsonValidationException catch; drop unportable chain...
nsfisis
2026-06-03
refactor(downloader,repository,json): drop stale try/catch TODOs; fix svn get...
nsfisis
2026-06-03
feat(php-shim): align fwrite/touch2/PHP_OS_FAMILY/PHP_URL_SCHEME with PHP
nsfisis
2026-06-01
fix(package): port every PHP clone operator to handle dup()
nsfisis
2026-05-31
feat(resolver): wire url/mirror setters in update_mirror_and_urls
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-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): 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): add dyn keyword to all trait object usages (E0782)
nsfisis
2026-05-17
fix(compile): add Display impls and fix trait signatures
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): fix trait signature errors
nsfisis
[prev]
[next]