aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src
AgeCommit message (Expand)Author
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
2026-06-21refactor(json): eliminate json_last_error in favor of Resultnsfisis
2026-06-21test: add empty test filesnsfisis
2026-06-20feat(symfony-process): port full Process class from PHPnsfisis
2026-06-20feat(php-shim): implement parse_url and filter_var URL/boolean filtersnsfisis
2026-06-20feat(outdated): proxy execute to show via shared Applicationnsfisis
2026-06-20fix(path): propagate PathBufnsfisis
2026-06-20feat(clear-cache): implement ClearCacheCommand::executensfisis
2026-06-20feat(console): implement doRenderThrowable exception renderingnsfisis
2026-06-20refactor(php-shim): drop Box wrapping from PhpMixed List/Arraynsfisis
2026-06-20refactor(clippy): resolve idiomatic lint warningsnsfisis
2026-06-20refactor(console): propagate getComposer's exit(1) as ExitExceptionnsfisis
2026-06-20fix(comparer): return instead of exiting the process on doTree failurensfisis
2026-06-20fix(global-command): call base_run to stop run() infinite recursionnsfisis
2026-06-20refactor(installation-manager): cache installers by index, drop clone_boxnsfisis
2026-06-20refactor(plugin): return borrowed plugins from get_plugins, drop clone_boxnsfisis
2026-06-20refactor(repository): remove unused functionnsfisis
2026-06-20feat(io): implement IOInterface error/warning/debug loggingnsfisis