index
:
php-shirabe
main
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
/
shirabe-symfony-console
Age
Commit message (
Expand
)
Author
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(function-exists): drop checks for always-present capabilities
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): anchor A patterns at the call site
nsfisis
2026-08-18
refactor(preg): drop the Vec-returning preg_match_all
nsfisis
2026-08-18
refactor(preg): fold preg_match into preg_match2
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(preg): back PregMatches with regex::Captures
nsfisis
2026-08-17
refactor(preg): return the preg_* $matches instead of filling an out-param
nsfisis
2026-08-17
refactor(preg): report unmatched groups as null in the vec-shaped preg_*
nsfisis
2026-08-17
docs(output-formatter): drop the stale possessive-quantifier TODO
nsfisis
2026-08-17
refactor(preg): wrap the preg_* $matches maps in newtypes
nsfisis
2026-08-17
refactor(preg): split the PREG_UNMATCHED_AS_NULL preg_* by flag
nsfisis
2026-08-17
refactor(preg): merge preg_match_all_offset_capture2() into its sibling
nsfisis
2026-08-16
refactor(preg): import preg_*() instead of qualifying them
nsfisis
2026-08-16
refactor(preg): merge preg_replace_callback2 into preg_replace_callback
nsfisis
2026-08-16
refactor(style): drop the unused SymfonyStyle methods
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-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-console): drop the unreachable process title surface
nsfisis
2026-08-10
refactor(symfony-console): drop the unusable defaultName stubs
nsfisis
2026-08-10
refactor(symfony): hide leaf modules behind their parent re-exports
nsfisis
2026-08-10
refactor(symfony-console): drop the unused Table surface
nsfisis
2026-08-09
build(cargo): fill in the package metadata
nsfisis
2026-08-09
docs(license): carry each ported package's license in its crate
nsfisis
2026-08-09
refactor(symfony-console): extract symfony/console into the shirabe-symfony-c...
nsfisis