aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2026-08-19fix(input): thread a typed InputValue through the input layernsfisis
2026-08-19perf(composer-repository): pass packages into the loader by valuensfisis
2026-08-19perf(curl-downloader): reuse one reqwest client per tokio runtimensfisis
2026-08-19perf(shirabe): use mimalloc as the global allocatornsfisis
2026-08-18perf(metadata-minifier): defer copying versions out of expandnsfisis
2026-08-18fix(input): return a bool|string|string[]|null enum from get_optionnsfisis
2026-08-18refactor(check-platform-reqs-command): model the JSON output as structsnsfisis
2026-08-18fix(diagnose-command): model check results as dedicated enumsnsfisis
2026-08-18fix(show-command): model the JSON output as dedicated structsnsfisis
2026-08-18refactor(zip): return a ZipEntryStat struct from stat_indexnsfisis
2026-08-18fix: propagate ported exceptions instead of flattening themnsfisis
2026-08-18fix(process-executor): model commands as a CommandLine enumnsfisis
2026-08-18refactor(function-exists): drop checks for always-present capabilitiesnsfisis
2026-08-18docs: update docs/known-incompatibilities.mdnsfisis
2026-08-18test(process-executor): benchmark execute_async with criterionnsfisis
2026-08-18fix(linters): treat array-of-table headers as section boundariesnsfisis
2026-08-18fix(cache): allow underscores in metadata cache keysnsfisis
2026-08-18refactor(preg): make preg_match_all yield matches per occurrencensfisis
2026-08-18refactor(preg): add preg_is_match for existence-only call sitesnsfisis
2026-08-18refactor(preg): drop the offset argument from preg_matchnsfisis
2026-08-18fix(class-map-generator): anchor the type keyword searchnsfisis
2026-08-18refactor(preg): anchor A patterns at the call sitensfisis
2026-08-18refactor(preg): drop the Vec-returning preg_match_allnsfisis
2026-08-18refactor(preg): fold preg_match into preg_match2nsfisis
2026-08-18refactor(pcre): inline Preg into its call sites and drop the cratensfisis
2026-08-18refactor(preg): split PregMatches reads into get() and name()nsfisis
2026-08-18refactor(pcre): drop the two bespoke isMatch variantsnsfisis
2026-08-18refactor(pcre): hand back the match instead of copying it outnsfisis
2026-08-18refactor(preg): back PregMatches with regex::Capturesnsfisis
2026-08-17refactor(pcre): return the Preg $matches instead of filling an out-paramnsfisis
2026-08-17refactor(preg): return the preg_* $matches instead of filling an out-paramnsfisis
2026-08-17refactor(preg): report unmatched groups as null in the vec-shaped preg_*nsfisis
2026-08-17refactor(preg): report unmatched groups as null throughoutnsfisis
2026-08-17docs(output-formatter): drop the stale possessive-quantifier TODOnsfisis
2026-08-17refactor(preg): wrap the preg_* $matches maps in newtypesnsfisis
2026-08-17refactor(preg): split the PREG_UNMATCHED_AS_NULL preg_* by flagnsfisis
2026-08-17fix(platform): expand the %VAR% form in expand_path()nsfisis
2026-08-17refactor(php-shim): split single_match_map() by unmatched_as_nullnsfisis
2026-08-17refactor(pcre): drop the guards for unsupported preg flagsnsfisis
2026-08-17fix(no-proxy-pattern): drop empty entries when splitting NO_PROXYnsfisis
2026-08-17refactor(preg): replace Preg::split*() with shim preg_split*()nsfisis
2026-08-17refactor(preg): drop Option wrapper from matches arg of match_all*()nsfisis
2026-08-17refactor(preg): drop pass-through private helpersnsfisis
2026-08-17refactor(preg): merge preg_match_all_offset_capture2() into its siblingnsfisis
2026-08-17fix(pcre): preserve unmatched groups in Preg::match_all*()nsfisis
2026-08-17refactor(preg): drop unused args of preg_match_all_offset_capture2()nsfisis
2026-08-17refactor(preg): drop unused flags and offset of preg_match_all2()nsfisis
2026-08-16refactor(preg): make preg_grep() return an iteratornsfisis
2026-08-16refactor(preg): import preg_*() instead of qualifying themnsfisis
2026-08-16refactor(preg): re-order preg_*() functions in shimnsfisis