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-08-24
refactor(silencer): stop guarding work that stays inside Rust
nsfisis
2026-08-23
fix(fs): carry file_get_contents results as bytes
nsfisis
2026-08-23
fix(config-command): print config values PHP would stringify
nsfisis
2026-08-22
chore(todo): tag or drop the TODO markers that carry no tag
nsfisis
2026-08-22
fix(package): dispatch get_links_for_type on Link::TYPE_* values
nsfisis
2026-08-22
feat(cli): tell the user to run `shirabe`, not `composer`
nsfisis
2026-08-19
perf(package): hand out link maps behind Rc
nsfisis
2026-08-19
fix(input): thread a typed InputValue through the input layer
nsfisis
2026-08-18
fix(input): return a bool|string|string[]|null enum from get_option
nsfisis
2026-08-18
refactor(check-platform-reqs-command): model the JSON output as structs
nsfisis
2026-08-18
fix(diagnose-command): model check results as dedicated enums
nsfisis
2026-08-18
fix(show-command): model the JSON output as dedicated structs
nsfisis
2026-08-18
fix: propagate ported exceptions instead of flattening them
nsfisis
2026-08-18
fix(process-executor): model commands as a CommandLine enum
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): drop the two bespoke isMatch variants
nsfisis
2026-08-18
refactor(pcre): hand back the match instead of copying it out
nsfisis
2026-08-18
refactor(preg): back PregMatches with regex::Captures
nsfisis
2026-08-17
refactor(pcre): return the Preg $matches instead of filling an out-param
nsfisis
2026-08-17
refactor(preg): report unmatched groups as null throughout
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(preg): make preg_grep() return an iterator
nsfisis
2026-08-16
refactor(preg): import preg_*() instead of qualifying them
nsfisis
2026-08-16
refactor(php-shim): split json_decode into assoc and obj variants
nsfisis
2026-08-16
refactor(php-shim): give parse_url a typed UrlComponents result
nsfisis
2026-08-16
refactor(style): type SymfonyStyle messages as strings and cells
nsfisis
2026-08-16
refactor: narrow pub(crate) items to private
nsfisis
2026-08-16
feat(php-shim): render human-facing timestamps in the local timezone
nsfisis
2026-08-15
feat(cli): report Shirabe's own identity instead of Composer's
nsfisis
2026-08-15
feat(diagnose): audit the Composer runtime the executable carries
nsfisis
2026-08-12
fix(command): port ScriptAliasCommand's ignoreValidationErrors() call
nsfisis
2026-08-12
docs(todo): retag TODO markers by root cause
nsfisis
2026-08-11
chore(php-shim): drop the substring predicate ports
nsfisis
2026-08-11
feat(signal): abort on SIGINT, SIGTERM and SIGHUP at checkpoints
nsfisis
2026-08-10
refactor(symfony): hide leaf modules behind their parent re-exports
nsfisis
2026-08-10
feat(xdebug): switch Xdebug off in the PHP worker
nsfisis
2026-08-09
refactor(xdebug-handler): extract composer/xdebug_handler into the shirabe-xd...
nsfisis
2026-08-09
refactor(seld-signal): extract seld/signal into the shirabe-seld-signal crate
nsfisis
2026-08-09
refactor(symfony-console): extract symfony/console into the shirabe-symfony-c...
nsfisis
2026-08-09
refactor(symfony-finder): extract symfony/finder into the shirabe-symfony-fin...
nsfisis
2026-08-09
refactor(symfony-process): extract symfony/process into the shirabe-symfony-p...
nsfisis
2026-08-09
refactor(pcre): extract composer/pcre into the shirabe-pcre crate
nsfisis
[next]