aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates
AgeCommit message (Expand)Author
2026-06-26test: port 32 command/repository/downloader testsnsfisis
2026-06-26test: un-ignore repository tests unblocked by stream I/Onsfisis
2026-06-26feat(shim): implement stream_select/stream_set_blocking via libcnsfisis
2026-06-26test: un-ignore advisory pool filter tests unblocked by version_parser fixnsfisis
2026-06-26test: port 24 command/repository/package/util tests; add TlsHelpernsfisis
2026-06-26test: un-ignore 14 tests unblocked by CurlDownloader and regex fixesnsfisis
2026-06-26feat(http): reimplement CurlDownloader on reqwest; port 15 more testsnsfisis
2026-06-26test: port 59 autoload/vcs/installer/util/command tests; fix output capturensfisis
2026-06-26test: un-ignore date-dependent vcs/advisory tests now that date_create worksnsfisis
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-26test: un-ignore tests unblocked by zip/spdx/jsonlint/stream implsnsfisis
2026-06-26feat(util): add ProcessExecutorMock test infra; port SymfonyStyle message met...nsfisis
2026-06-25feat(external-packages,shim): implement impl todos across componentsnsfisis
2026-06-25feat(finder): port Symfony Finder SplFileInfonsfisis
2026-06-25feat(filesystem): port Symfony Filesystem methodsnsfisis
2026-06-25test: un-ignore init/solver tests that now passnsfisis
2026-06-25test: un-ignore tests that now passnsfisis
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-25test: un-ignore repository-conversion JsonManipulator testsnsfisis
2026-06-25fix(json): handle list-form repositories in remove/convert; fix mis-ported te...nsfisis
2026-06-25test: un-ignore JsonManipulator/JsonConfigSource tests now passingnsfisis
2026-06-25fix(preg): treat escaped \$ in replacement as a literal dollar signnsfisis
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-25test: un-ignore tests that already passnsfisis
2026-06-25feat(json): validate JSON schema via the jsonschema cratensfisis
2026-06-25feat(php-shim): model $_ENV/$_SERVER as OsString snapshotsnsfisis
2026-06-25feat(signal): disable signal handler at all for nownsfisis
2026-06-24feat(php-shim): implement non-strict in_array with PHP loose comparisonnsfisis
2026-06-24feat(php-shim): support JSON_PRETTY_PRINT in json_encode_exnsfisis
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-24feat(console): implement application description for `list`nsfisis
2026-06-24fix(console): make Command/BaseCommand methods take &selfnsfisis
2026-06-24feat(process): redesign proc_* on PhpResource process handlesnsfisis
2026-06-24refactor(package): point ComposerMirror to crate::util, drop external stubnsfisis