index
:
php-shirabe
main
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
/
shirabe
/
src
Age
Commit message (
Expand
)
Author
2026-06-26
feat(dependency-resolver): wire operation get_package and unblock solver tests
nsfisis
2026-06-26
test: recover binary_installer full-compat port; implement posix_getpwuid
nsfisis
2026-06-26
test: port 32 command/repository/downloader tests
nsfisis
2026-06-26
test: port 24 command/repository/package/util tests; add TlsHelper
nsfisis
2026-06-26
feat(http): reimplement CurlDownloader on reqwest; port 15 more tests
nsfisis
2026-06-26
test: port 59 autoload/vcs/installer/util/command tests; fix output capture
nsfisis
2026-06-26
test: port 35 auth/installer/io/zip/bitbucket tests; implement date_create
nsfisis
2026-06-26
test: port 70 perforce/repository/downloader/installer/dispatcher tests
nsfisis
2026-06-26
test: port 44 vcs/downloader/version tests using mock infra
nsfisis
2026-06-26
feat(test): add HttpDownloaderMock, IOStub, and Config stub helpers
nsfisis
2026-06-26
feat(util): add ProcessExecutorMock test infra; port SymfonyStyle message met...
nsfisis
2026-06-25
feat(semver): hand-port constraint AND-split to drop look-around regex
nsfisis
2026-06-25
style(json): apply rustfmt formatting
nsfisis
2026-06-25
fix(console): spell ESC as \x1b for regex crate in HtmlOutputFormatter
nsfisis
2026-06-25
fix(json): handle list-form repositories in remove/convert; fix mis-ported te...
nsfisis
2026-06-25
feat(json): port set_repository_url to hand-written scanner
nsfisis
2026-06-25
feat(json): port add_link to hand-written scanner
nsfisis
2026-06-25
feat(json): port remove_sub_node to hand-written scanner
nsfisis
2026-06-25
feat(json): port remove_list_item to hand-written scanner
nsfisis
2026-06-25
feat(json): port add_list_item/insert_list_item to hand-written scanner
nsfisis
2026-06-25
feat(json): port JsonManipulator key/sub-node methods to hand-written scanner
nsfisis
2026-06-25
feat(json): hand-written JSON grammar scanner for JsonManipulator
nsfisis
2026-06-25
feat(platform): implement Platform\Runtime introspection via shim functions
nsfisis
2026-06-25
feat(repository): wire PackageRepository's inherited methods to lazy initialize
nsfisis
2026-06-25
feat(json): validate JSON schema via the jsonschema crate
nsfisis
2026-06-25
feat(php-shim): model $_ENV/$_SERVER as OsString snapshots
nsfisis
2026-06-24
feat(process): wire execute output handling to a callback model
nsfisis
2026-06-24
refactor(process): take cwd as Option<&str> instead of IntoExecCwd
nsfisis
2026-06-24
refactor(php-shim): remove is_resource/is_resource_value
nsfisis
2026-06-24
chore: unwrap meaningless PhpMixed::String()
nsfisis
2026-06-24
fix(console): make Command/BaseCommand methods take &self
nsfisis
2026-06-24
refactor(package): point ComposerMirror to crate::util, drop external stub
nsfisis
2026-06-24
refactor(semver): re-export shirabe-semver at crate root, drop composer::semv...
nsfisis
2026-06-24
refactor(crates): split metadata-minifier and spdx-licenses into own crates
nsfisis
2026-06-24
feat(io): implement BufferIO new/get_output/set_user_inputs
nsfisis
2026-06-24
feat(question): model Question hierarchy via QuestionInterface trait
nsfisis
2026-06-24
test: port more unimplemented tests
nsfisis
2026-06-23
test(command): port InitCommandTest
nsfisis
2026-06-23
refactor(console): close HelperSet to a fixed set of four helpers
nsfisis
2026-06-23
refactor(io): hold QuestionHelper directly in ConsoleIO instead of HelperSet
nsfisis
2026-06-22
test(cli): serialize cli_tests via serial_test
nsfisis
2026-06-22
feat(script): make originating event polymorphic via enum
nsfisis
2026-06-22
feat(solver): surface SolverProblemsException via two-layer Result
nsfisis
2026-06-22
test: port previously-ignored Composer tests via __ test hatches
nsfisis
2026-06-22
feat(php-shim): implement fopen-family stream API on PhpResource
nsfisis
2026-06-22
feat(json): resolve bundled Composer schema files via build.rs
nsfisis
2026-06-22
refactor(console): introduce ApplicationHandle shared-ownership newtype
nsfisis
2026-06-22
refactor(console): drop unported LazyCommand
nsfisis
2026-06-21
refactor(php-shim): drop reset()/reset_first()/end_arr() array helpers
nsfisis
2026-06-21
refactor(php-shim): drop current()/key()/end() array helpers
nsfisis
[next]