aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/autoload
AgeCommit message (Expand)Author
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): hand back the match instead of copying it outnsfisis
2026-08-17refactor(pcre): return the Preg $matches instead of filling an out-paramnsfisis
2026-08-17refactor(preg): wrap the preg_* $matches maps in newtypesnsfisis
2026-08-16fix(autoload): expand the dirsep placeholder in target-dir patternsnsfisis
2026-08-16refactor: narrow pub(crate) items to privatensfisis
2026-08-11chore(php-shim): drop the HHVM_VERSION constantnsfisis
2026-08-11chore(php-shim): drop the substring predicate portsnsfisis
2026-08-10refactor(autoload): resolve include_path in the PHP workernsfisis
2026-08-10refactor(autoload): drop the todo!() composerRequire stubnsfisis
2026-08-09fix(autoload): embed ClassLoader.php and the LICENSE at build timensfisis
2026-08-09refactor(symfony-console): extract symfony/console into the shirabe-symfony-c...nsfisis
2026-08-09refactor(pcre): extract composer/pcre into the shirabe-pcre cratensfisis
2026-08-09refactor(path): build paths with Path::joinnsfisis
2026-08-09refactor(php-shim): use std::path::MAIN_SEPARATOR over a shim constantnsfisis
2026-08-08feat(php-shim): give ported exceptions PHP's class hierarchynsfisis
2026-08-07fix(autoload-generator): survive listeners that re-enter dump()nsfisis
2026-08-06style(autoload): use raw strings for the PHP heredoc templatesnsfisis
2026-08-06refactor(class-map-generator): narrow scanPaths' $path to a stringnsfisis
2026-08-06chore: drop @param/@return tags that only restate Rust typesnsfisis
2026-08-06refactor(php-shim): take filesystem paths as impl AsRef<Path>nsfisis
2026-08-02fix(repository): resolve remaining late-binding hazards from the auditnsfisis
2026-07-25refactor: replace redundant clones with movesnsfisis
2026-07-18perf(regex): eliminate per-call clone overhead in preg_* dispatchnsfisis
2026-07-05fix(autoload-generator): read exclude-from-classmap/classmap as PhpMixed::Arraynsfisis
2026-06-28refactor: add linternsfisis
2026-06-27fix(autoload): correct generated autoloader blank linesnsfisis
2026-06-27refactor(composer): hold managers behind *Interface traitsnsfisis
2026-06-27refactor: fix compiler warnings and clippy warningsnsfisis
2026-06-26test: port 59 autoload/vcs/installer/util/command tests; fix output capturensfisis
2026-06-25feat(php-shim): model $_ENV/$_SERVER as OsString snapshotsnsfisis
2026-06-21refactor(php-shim): split filter_var into per-filter functionsnsfisis
2026-06-21refactor(autoload): drop dead APCu cache from ClassLoadernsfisis
2026-06-20refactor(php-shim): drop Box wrapping from PhpMixed List/Arraynsfisis
2026-06-20refactor: auto-fix clippy warningsnsfisis
2026-06-14refactor(pcre): drop Result from Preg method return typesnsfisis
2026-06-12refactor(php-shim): replace literal sprintf calls with format!nsfisis
2026-06-12feat(symfony-console): port Symfony Console and make the workspace compilensfisis
2026-06-10feat(phase-c): resolve cross-module phase-b TODOsnsfisis
2026-06-08feat(phase-c): resolve PHP-array-semantics phase-b TODOsnsfisis
2026-06-08feat(phase-c): resolve static-property phase-b TODOsnsfisis
2026-06-08feat(phase-c): resolve PhpMixed-conversion phase-b TODOsnsfisis
2026-06-08refactor(external-packages): drop component segment from symfony pathsnsfisis
2026-06-08feat(phase-c): resolve reflection/downcast phase-b TODOsnsfisis
2026-06-06chore(shirabe): remove ports of PHP @deprecated APIsnsfisis
2026-06-06fix(array-merge): route mixed-key merges through faithful array_mergensfisis
2026-06-06refactor(repository): make read methods fallible and take &mut selfnsfisis
2026-06-05refactor(autoload): drop deprecated Autoload\ClassMapGenerator implnsfisis
2026-06-05feat(filter): share platform req filter via Rc, drop clone_boxnsfisis