aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src
AgeCommit message (Expand)Author
2026-06-26test: port 35 auth/installer/io/zip/bitbucket tests; implement date_creatensfisis
2026-06-26test: port 70 perforce/repository/downloader/installer/dispatcher testsnsfisis
2026-06-26test: port 44 vcs/downloader/version tests using mock infransfisis
2026-06-26feat(test): add HttpDownloaderMock, IOStub, and Config stub helpersnsfisis
2026-06-26feat(util): add ProcessExecutorMock test infra; port SymfonyStyle message met...nsfisis
2026-06-25feat(semver): hand-port constraint AND-split to drop look-around regexnsfisis
2026-06-25style(json): apply rustfmt formattingnsfisis
2026-06-25fix(console): spell ESC as \x1b for regex crate in HtmlOutputFormatternsfisis
2026-06-25fix(json): handle list-form repositories in remove/convert; fix mis-ported te...nsfisis
2026-06-25feat(json): port set_repository_url to hand-written scannernsfisis
2026-06-25feat(json): port add_link to hand-written scannernsfisis
2026-06-25feat(json): port remove_sub_node to hand-written scannernsfisis
2026-06-25feat(json): port remove_list_item to hand-written scannernsfisis
2026-06-25feat(json): port add_list_item/insert_list_item to hand-written scannernsfisis
2026-06-25feat(json): port JsonManipulator key/sub-node methods to hand-written scannernsfisis
2026-06-25feat(json): hand-written JSON grammar scanner for JsonManipulatornsfisis
2026-06-25feat(platform): implement Platform\Runtime introspection via shim functionsnsfisis
2026-06-25feat(repository): wire PackageRepository's inherited methods to lazy initializensfisis
2026-06-25feat(json): validate JSON schema via the jsonschema cratensfisis
2026-06-25feat(php-shim): model $_ENV/$_SERVER as OsString snapshotsnsfisis
2026-06-24feat(process): wire execute output handling to a callback modelnsfisis
2026-06-24refactor(process): take cwd as Option<&str> instead of IntoExecCwdnsfisis
2026-06-24refactor(php-shim): remove is_resource/is_resource_valuensfisis
2026-06-24chore: unwrap meaningless PhpMixed::String()nsfisis
2026-06-24fix(console): make Command/BaseCommand methods take &selfnsfisis
2026-06-24refactor(package): point ComposerMirror to crate::util, drop external stubnsfisis
2026-06-24refactor(semver): re-export shirabe-semver at crate root, drop composer::semv...nsfisis
2026-06-24refactor(crates): split metadata-minifier and spdx-licenses into own cratesnsfisis
2026-06-24feat(io): implement BufferIO new/get_output/set_user_inputsnsfisis
2026-06-24feat(question): model Question hierarchy via QuestionInterface traitnsfisis
2026-06-24test: port more unimplemented testsnsfisis
2026-06-23test(command): port InitCommandTestnsfisis
2026-06-23refactor(console): close HelperSet to a fixed set of four helpersnsfisis
2026-06-23refactor(io): hold QuestionHelper directly in ConsoleIO instead of HelperSetnsfisis
2026-06-22test(cli): serialize cli_tests via serial_testnsfisis
2026-06-22feat(script): make originating event polymorphic via enumnsfisis
2026-06-22feat(solver): surface SolverProblemsException via two-layer Resultnsfisis
2026-06-22test: port previously-ignored Composer tests via __ test hatchesnsfisis
2026-06-22feat(php-shim): implement fopen-family stream API on PhpResourcensfisis
2026-06-22feat(json): resolve bundled Composer schema files via build.rsnsfisis
2026-06-22refactor(console): introduce ApplicationHandle shared-ownership newtypensfisis
2026-06-22refactor(console): drop unported LazyCommandnsfisis
2026-06-21refactor(php-shim): drop reset()/reset_first()/end_arr() array helpersnsfisis
2026-06-21refactor(php-shim): drop current()/key()/end() array helpersnsfisis
2026-06-21feat(php-shim): implement microtimensfisis
2026-06-21refactor(php-shim): remove ArrayObject, inline IndexMap into PhpMixed::Objectnsfisis
2026-06-21refactor(php-shim): split filter_var into per-filter functionsnsfisis
2026-06-21refactor(autoload): drop dead APCu cache from ClassLoadernsfisis
2026-06-21refactor(math): use method-style max/min/clamp over std::cmpnsfisis
2026-06-21feat(php-shim): implement round() shimnsfisis