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
/
command
Age
Commit message (
Expand
)
Author
2026-06-20
refactor: auto-fix clippy warnings
nsfisis
2026-06-20
feat(php-shim): implement count()
nsfisis
2026-06-20
feat(help): replace all "php composer.phar" in help text with "shirabe"
nsfisis
2026-06-19
feat(command): implement Symfony Command
nsfisis
2026-06-14
fix(command): resolve infinite recursion in command initialize
nsfisis
2026-06-14
refactor: fix 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-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(self-update): disable self-update command
nsfisis
2026-06-11
feat(console): resolve phase-b TODOs in doRun and IO wiring
nsfisis
2026-06-10
feat(repository): resolve repository phase-b TODOs
nsfisis
2026-06-10
feat(phase-c): resolve cross-module phase-b TODOs
nsfisis
2026-06-10
feat(phase-c): resolve exception-handling phase-b TODOs
nsfisis
2026-06-09
feat(event-dispatcher): unify event dispatch via EventInterface trait
nsfisis
2026-06-09
feat(datetime): resolve datetime TODOs
nsfisis
2026-06-08
feat(phase-c): resolve PHP-array-semantics phase-b TODOs
nsfisis
2026-06-08
feat(phase-c): resolve PhpMixed-conversion phase-b TODOs
nsfisis
2026-06-08
feat(phase-c): resolve closure-capture phase-b TODOs in config/create-project
nsfisis
2026-06-08
refactor(external-packages): drop component segment from symfony paths
nsfisis
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(phase-c): resolve &mut-access phase-b TODOs via handle setters
nsfisis
2026-06-07
feat(phase-c): resolve owned-argument phase-b TODOs
nsfisis
2026-06-07
refactor(phase-c): resolve shared-ownership TODOs via handle/Rc clones
nsfisis
2026-06-07
feat(shirabe): resolve phase-b PhpMixed conversion TODOs
nsfisis
2026-06-07
refactor(phase-c): share PlatformRepository and RepositorySet via handles
nsfisis
2026-06-07
feat(shirabe): resolve phase-b TODOs with shared ownership
nsfisis
2026-06-06
chore(shirabe): remove ports of PHP @deprecated APIs
nsfisis
2026-06-06
feat(validate-command): pass root package to missing requirement info
nsfisis
2026-06-06
feat(dump-autoload-command): wire up install path check and dump call
nsfisis
2026-06-06
feat(archive-command): wire up ArchiveManager.archive call
nsfisis
2026-06-06
refactor(installed-repository): make add_repository infallible with assert
nsfisis
2026-06-06
refactor(command): share Input/OutputInterface via Rc<RefCell>
nsfisis
2026-06-06
fix(array-dumper): emit package links and require Link pretty constraint
nsfisis
2026-06-06
fix(self-update-command): resolve finder-related phase-b TODOs
nsfisis
2026-06-06
fix(array-merge): route mixed-key merges through faithful array_merge
nsfisis
2026-06-06
fix(command): use full pretty version and drop stale phase-b TODOs
nsfisis
2026-06-06
feat(command): merge local and remote repos in browse command
nsfisis
2026-06-06
feat(command): wire exec binary as __exec_command listener
nsfisis
2026-06-06
refactor(repository): make read methods fallible and take &mut self
nsfisis
2026-06-05
feat(command): wire do_execute for depends/prohibits commands
nsfisis
2026-06-05
refactor(json): model JsonFile encode/write options as a typed struct
nsfisis
2026-06-05
feat(dependency-resolver): share operations via Rc, drop clone_box
nsfisis
2026-06-05
feat(filter): share platform req filter via Rc, drop clone_box
nsfisis
2026-06-05
refactor(io): model ask_and_validate validators with anyhow::Result
nsfisis
2026-06-05
feat(downloader): wire VcsDownloader subclasses via shared downloaders
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
[prev]
[next]