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
/
downloader
/
git_downloader.rs
Age
Commit message (
Expand
)
Author
2026-08-22
feat(cli): tell the user to run `shirabe`, not `composer`
nsfisis
2026-08-18
fix: propagate ported exceptions instead of flattening them
nsfisis
2026-08-18
refactor(preg): make preg_match_all yield matches per occurrence
nsfisis
2026-08-18
refactor(preg): add preg_is_match for existence-only call sites
nsfisis
2026-08-18
refactor(preg): drop the offset argument from preg_match
nsfisis
2026-08-18
refactor(preg): drop the Vec-returning preg_match_all
nsfisis
2026-08-18
refactor(pcre): inline Preg into its call sites and drop the crate
nsfisis
2026-08-18
refactor(preg): split PregMatches reads into get() and name()
nsfisis
2026-08-18
refactor(pcre): hand back the match instead of copying it out
nsfisis
2026-08-17
refactor(pcre): return the Preg $matches instead of filling an out-param
nsfisis
2026-08-17
refactor(preg): wrap the preg_* $matches maps in newtypes
nsfisis
2026-08-17
refactor(preg): replace Preg::split*() with shim preg_split*()
nsfisis
2026-08-17
refactor(preg): drop Option wrapper from matches arg of match_all*()
nsfisis
2026-08-17
fix(pcre): preserve unmatched groups in Preg::match_all*()
nsfisis
2026-08-16
refactor: narrow pub(crate) items to private
nsfisis
2026-08-09
refactor(pcre): extract composer/pcre into the shirabe-pcre crate
nsfisis
2026-08-08
feat(php-shim): give ported exceptions PHP's class hierarchy
nsfisis
2026-08-08
refactor(semver): replace Constraint's OP_*/STR_OP_* with CmpOp
nsfisis
2026-08-07
chore: use shirabe_php_shim::impl_php_class
nsfisis
2026-08-06
fix(download-manager): name the downloader class in its LogicException
nsfisis
2026-08-06
refactor(php-shim): split in_array into strict and loose variants
nsfisis
2026-08-06
chore: drop @param/@return tags that only restate Rust types
nsfisis
2026-08-02
fix(io): propagate ask/select errors instead of panicking
nsfisis
2026-07-25
refactor: replace redundant clones with moves
nsfisis
2026-07-20
fix(php-shim): use PhpMixed::to_bool() for PHP truthy casts
nsfisis
2026-07-18
refactor(downloader): take &self across the downloader hierarchy
nsfisis
2026-07-18
perf(regex): eliminate per-call clone overhead in preg_* dispatch
nsfisis
2026-06-30
refactor(git): replace is_callable with RunCommandOutput trait
nsfisis
2026-06-29
chore(lint): ban bare `use anyhow::Result` and fully qualify it
nsfisis
2026-06-28
refactor: add linter
nsfisis
2026-06-27
refactor: fix compiler warnings and clippy warnings
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-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-12
refactor(php-shim): replace literal sprintf calls with format!
nsfisis
2026-06-10
feat(phase-c): resolve cross-module phase-b TODOs
nsfisis
2026-06-07
feat(phase-c): resolve &mut-access phase-b TODOs via handle setters
nsfisis
2026-06-06
fix(vcs-downloader): abort on local changes in parent cleanChanges path
nsfisis
2026-06-05
refactor(downloader): return Result from GitDownloader::view_diff
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-03
feat(downloader): return Result from getUnpushedChanges to bubble RuntimeExce...
nsfisis
2026-06-03
feat(downloader): implement ChangeReport/VcsCapable for VCS downloaders
nsfisis
2026-06-03
feat(downloader): wire as_* downcasts for file/archive/path/git downloaders
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-23
refactor(promise): drop \React\Promise
nsfisis
2026-05-23
refactor(promise): rewrite promise bodies to async/await
nsfisis
[next]