aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-external-packages
AgeCommit message (Expand)Author
2026-08-09refactor(cargo): drop the now-empty shirabe-external-packages cratensfisis
2026-08-09refactor(xdebug-handler): extract composer/xdebug_handler into the shirabe-xd...nsfisis
2026-08-09refactor(ca-bundle): extract composer/ca_bundle into the shirabe-ca-bundle cratensfisis
2026-08-09refactor(seld-signal): extract seld/signal into the shirabe-seld-signal cratensfisis
2026-08-09refactor(seld-json-lint): extract seld/json_lint into the shirabe-seld-json-l...nsfisis
2026-08-09refactor(symfony-console): extract symfony/console into the shirabe-symfony-c...nsfisis
2026-08-09refactor(symfony-finder): extract symfony/finder into the shirabe-symfony-fin...nsfisis
2026-08-09refactor(symfony-filesystem): extract symfony/filesystem into the shirabe-sym...nsfisis
2026-08-09refactor(symfony-process): extract symfony/process into the shirabe-symfony-p...nsfisis
2026-08-09refactor(symfony-string): extract symfony/string into the shirabe-symfony-str...nsfisis
2026-08-09refactor(pcre): extract composer/pcre into the shirabe-pcre cratensfisis
2026-08-09refactor(io): move LogLevel into base_ionsfisis
2026-08-09refactor(php-shim): make the fs mutators return Resultnsfisis
2026-08-09feat(symfony-filesystem): append the failure reason to IOExceptionsnsfisis
2026-08-09refactor(env): split and join PATH lists with std::envnsfisis
2026-08-09refactor(path): build paths with Path::joinnsfisis
2026-08-09refactor(external-packages): test for Windows with cfg!(windows)nsfisis
2026-08-09refactor(php-shim): use std::path::MAIN_SEPARATOR over a shim constantnsfisis
2026-08-09fix(exception): carry PHP's $previous through the ported throw sitesnsfisis
2026-08-08feat(php-shim): give ported exceptions PHP's class hierarchynsfisis
2026-08-08refactor(php-shim): dispatch spl_object_hash on Rc and referencesnsfisis
2026-08-07refactor: merge split inherent impl blocks into one per typensfisis
2026-08-06refactor(php-shim): take &str and return String from pathinfonsfisis
2026-08-06chore: drop @param/@return tags that only restate Rust typesnsfisis
2026-08-06fix(symfony-filesystem): restore upstream behavior in five spotsnsfisis
2026-08-06refactor(php-shim): take filesystem paths as impl AsRef<Path>nsfisis
2026-08-05feat(symfony-console): expose the input __toString on InputInterfacensfisis
2026-08-05feat(plugin): discover and list plugin-provided commandsnsfisis
2026-08-04docs: state code facts instead of porting-phase progressnsfisis
2026-08-02feat(console): return shared style handles from OutputFormatter::get_stylensfisis
2026-08-02chore(todo): consolidate TODO comments into the five fixed marker tagsnsfisis
2026-08-02refactor(php-shim): introduce PhpClass for reporting PHP class namesnsfisis
2026-08-02test(completion): port CommandCompletionTester and CompletionFunctionalTestnsfisis
2026-08-02feat(command): wire suggested values into every command definitionnsfisis
2026-08-02feat(symfony-console): restore CompletionInput's ArgvInput inheritance surfacensfisis
2026-08-02feat(symfony-console): implement the shell completion command plumbingnsfisis
2026-08-02fix(symfony-console): dispatch parse_token to CompletionInput in bindnsfisis
2026-08-02refactor(symfony-console): drop unused Cursor methodsnsfisis
2026-08-02fix(symfony-finder): make Glob::to_regex regex-crate compatiblensfisis
2026-08-01feat(symfony-console): implement interactive question/style helpersnsfisis
2026-08-01feat(php-src): add a BSD-licensed crate for php-src derived codensfisis
2026-07-26fix(symfony-string): convert between ASCII and UTF-8 instead of panickingnsfisis
2026-07-26fix(console-table): wrap cells that exceed the column max widthnsfisis
2026-07-25refactor: replace redundant clones with movesnsfisis
2026-07-24fix(dependency-resolver): query real PHP for ext-* version/loaded checksnsfisis
2026-07-24docs(symfony-filesystem): mark unported Filesystem gaps with TODO(phase-c)nsfisis
2026-07-24refactor(symfony-filesystem): remove unused Filesystem API surfacensfisis
2026-07-24refactor(symfony-style): remove unused StyleInterface impl on OutputStylensfisis
2026-07-24refactor(symfony-process): remove unused Process API surfacensfisis
2026-07-20fix(symfony-table): implement formatter_is_wrappablensfisis