index
:
php-shirabe
main
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2026-08-02
feat(console): return shared style handles from OutputFormatter::get_style
nsfisis
2026-08-02
chore(php-shim): drop the unused Phar APIs left as todo!()
nsfisis
2026-08-02
chore(todo): consolidate TODO comments into the five fixed marker tags
nsfisis
2026-08-02
refactor(php-shim): introduce PhpClass for reporting PHP class names
nsfisis
2026-08-02
fix(command): wire the missed suggested values and correct update's packages ...
nsfisis
2026-08-02
test(completion): port CommandCompletionTester and CompletionFunctionalTest
nsfisis
2026-08-02
feat(command): wire suggested values into every command definition
nsfisis
2026-08-02
feat(command): port CompletionTrait's suggestion providers
nsfisis
2026-08-02
feat(symfony-console): restore CompletionInput's ArgvInput inheritance surface
nsfisis
2026-08-02
feat(console-input): port the suggested-values backport onto InputArgument/In...
nsfisis
2026-08-02
feat(symfony-console): implement the shell completion command plumbing
nsfisis
2026-08-02
feat(php-shim): implement syscall-backed functions via the nix crate
nsfisis
2026-08-02
fix(io): propagate ask/select errors instead of panicking
nsfisis
2026-08-02
fix(symfony-console): dispatch parse_token to CompletionInput in bind
nsfisis
2026-08-02
fix(repository): run lazy initialization in count/has_package
nsfisis
2026-08-02
fix(downloader): restore late binding in getLocalChanges/update paths
nsfisis
2026-08-02
refactor(php-shim): remove unused curl functions/constants
nsfisis
2026-08-02
refactor(console-io): make ensure_valid_utf8 a no-op, drop iconv shim
nsfisis
2026-08-02
refactor(symfony-console): drop unused Cursor methods
nsfisis
2026-08-02
refactor(php-shim): drop pack/unpack in favor of direct byte handling
nsfisis
2026-08-02
refactor(php-shim): replace sprintf todo!() with an unsupported panic
nsfisis
2026-08-02
refactor(auditor): build the summary line with format! instead of sprintf
nsfisis
2026-08-02
fix(diagnose-command): pass the self-audit when installed.json is absent
nsfisis
2026-08-02
fix(symfony-finder): make Glob::to_regex regex-crate compatible
nsfisis
2026-08-02
refactor(git-exclude-filter): pass the line parser as a method reference
nsfisis
2026-08-01
feat(symfony-console): implement interactive question/style helpers
nsfisis
2026-08-01
feat(php-shim): implement Phar/PharData and the zlib/bzip2 functions
nsfisis
2026-08-01
feat(php-src): add a BSD-licensed crate for php-src derived code
nsfisis
2026-07-26
feat(diagnose-command): report the real curl version
nsfisis
2026-07-26
fix(diagnose-command): give the audit BufferIO normal verbosity
nsfisis
2026-07-26
fix(symfony-string): convert between ASCII and UTF-8 instead of panicking
nsfisis
2026-07-26
fix(console-table): wrap cells that exceed the column max width
nsfisis
2026-07-26
feat(diagnose-command): query the real PHP runtime in one RPC call
nsfisis
2026-07-25
fix(package-discovery): honor ignored platform reqs in shadowed-repo lookup
nsfisis
2026-07-25
fix(require-command): end input borrow before asking for confirmation
nsfisis
2026-07-25
fix(package-discovery): pass IO so platform requirement warnings surface
nsfisis
2026-07-25
feat(console): register plugin commands via Application::add
nsfisis
2026-07-25
refactor(json): embed Composer schemas instead of copying them to target
nsfisis
2026-07-25
perf(advisory): share AnySecurityAdvisory via Rc
nsfisis
2026-07-25
refactor: replace redundant clones with moves
nsfisis
2026-07-25
feat(tracing): init tracing subscriber from $SHIRABE_TRACING
nsfisis
2026-07-25
refactor(operation): replace OperationInterface with AnyOperation enum
nsfisis
2026-07-25
chore: remove unused imports
nsfisis
2026-07-24
fix(event-dispatcher): invoke Closure listeners instead of always failing is_...
nsfisis
2026-07-24
test(installer-test): revert to loop-based fixture iteration
nsfisis
2026-07-24
docs(installer-test): record confirmed cause for github-issues-7665 ignore
nsfisis
2026-07-24
fix(solver-problems): compare RULE_LEARNED sort keys like PHP's <=>
nsfisis
2026-07-24
fix(solver-problems): preserve first-occurrence order in extension hint
nsfisis
2026-07-24
fix(installer-test): catch exceptions thrown during composer construction
nsfisis
2026-07-24
fix(array-dumper): dump source/dist mirrors as a JSON array
nsfisis
[next]