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
/
console
Age
Commit message (
Expand
)
Author
2026-08-18
refactor(function-exists): drop checks for always-present capabilities
nsfisis
2026-08-18
refactor(preg): drop the offset argument from preg_match
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-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): 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-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: 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(php-shim): drop the modelled PHP version constants
nsfisis
2026-08-15
fix(php-rpc): unpack the runtime bundle under the cache dir
nsfisis
2026-08-12
docs(todo): retag TODO markers by root cause
nsfisis
2026-08-11
chore(php-shim): drop the HHVM_VERSION constant
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
feat(console): import scripts Command classes as application commands
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-json-lint): extract seld/json_lint into the shirabe-seld-json-l...
nsfisis
2026-08-09
refactor(symfony-console): extract symfony/console into the shirabe-symfony-c...
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
2026-08-09
refactor(php-shim): make the fs mutators return Result
nsfisis
2026-08-09
test(console): cover the dev build warning branch
nsfisis
2026-08-08
feat(php-shim): give ported exceptions PHP's class hierarchy
nsfisis
2026-08-08
feat(composer): bake the dev build warning deadline in at build time
nsfisis
2026-08-07
fix(autoload-generator): survive listeners that re-enter dump()
nsfisis
2026-08-07
refactor: merge split inherent impl blocks into one per type
nsfisis
2026-08-06
fix(platform-repository): report the icu and imagick libraries
nsfisis
2026-08-06
refactor: replace literal-list in_array_strict with matches!
nsfisis
2026-08-06
refactor(php-shim): split in_array into strict and loose variants
nsfisis
2026-08-06
feat(console): override TransportException's code in doRun
nsfisis
2026-08-06
refactor(php-shim): take filesystem paths as impl AsRef<Path>
nsfisis
2026-08-05
test(plugin): pin a composer-normalize fixture and compare its listing
nsfisis
2026-08-05
feat(plugin): run plugin-provided commands in a worker-side application
nsfisis
2026-08-05
feat(plugin): discover and list plugin-provided commands
nsfisis
2026-08-04
docs: state code facts instead of porting-phase progress
nsfisis
2026-08-03
feat(event-dispatcher): run composer.json PHP scripts through the RPC worker
nsfisis
2026-08-02
chore(todo): consolidate TODO comments into the five fixed marker tags
nsfisis
2026-08-02
feat(console-input): port the suggested-values backport onto InputArgument/In...
nsfisis
2026-07-25
feat(console): register plugin commands via Application::add
nsfisis
2026-07-25
refactor: replace redundant clones with moves
nsfisis
2026-07-25
feat(tracing): init tracing subscriber from $SHIRABE_TRACING
nsfisis
[next]