index
:
php-shirabe
main
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
/
shirabe-external-packages
/
src
Age
Commit message (
Expand
)
Author
2026-08-09
refactor(seld-signal): extract seld/signal into the shirabe-seld-signal crate
nsfisis
2026-08-09
refactor(seld-json-lint): extract seld/json_lint into the shirabe-seld-json-l...
nsfisis
2026-08-09
refactor(symfony-console): extract symfony/console into the shirabe-symfony-c...
nsfisis
2026-08-09
refactor(symfony-finder): extract symfony/finder into the shirabe-symfony-fin...
nsfisis
2026-08-09
refactor(symfony-filesystem): extract symfony/filesystem into the shirabe-sym...
nsfisis
2026-08-09
refactor(symfony-process): extract symfony/process into the shirabe-symfony-p...
nsfisis
2026-08-09
refactor(symfony-string): extract symfony/string into the shirabe-symfony-str...
nsfisis
2026-08-09
refactor(pcre): extract composer/pcre into the shirabe-pcre crate
nsfisis
2026-08-09
refactor(io): move LogLevel into base_io
nsfisis
2026-08-09
refactor(php-shim): make the fs mutators return Result
nsfisis
2026-08-09
feat(symfony-filesystem): append the failure reason to IOExceptions
nsfisis
2026-08-09
refactor(env): split and join PATH lists with std::env
nsfisis
2026-08-09
refactor(path): build paths with Path::join
nsfisis
2026-08-09
refactor(external-packages): test for Windows with cfg!(windows)
nsfisis
2026-08-09
refactor(php-shim): use std::path::MAIN_SEPARATOR over a shim constant
nsfisis
2026-08-09
fix(exception): carry PHP's $previous through the ported throw sites
nsfisis
2026-08-08
feat(php-shim): give ported exceptions PHP's class hierarchy
nsfisis
2026-08-08
refactor(php-shim): dispatch spl_object_hash on Rc and references
nsfisis
2026-08-07
refactor: merge split inherent impl blocks into one per type
nsfisis
2026-08-06
refactor(php-shim): take &str and return String from pathinfo
nsfisis
2026-08-06
chore: drop @param/@return tags that only restate Rust types
nsfisis
2026-08-06
fix(symfony-filesystem): restore upstream behavior in five spots
nsfisis
2026-08-06
refactor(php-shim): take filesystem paths as impl AsRef<Path>
nsfisis
2026-08-05
feat(symfony-console): expose the input __toString on InputInterface
nsfisis
2026-08-05
feat(plugin): discover and list plugin-provided commands
nsfisis
2026-08-04
docs: state code facts instead of porting-phase progress
nsfisis
2026-08-02
feat(console): return shared style handles from OutputFormatter::get_style
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
test(completion): port CommandCompletionTester and CompletionFunctionalTest
nsfisis
2026-08-02
feat(command): wire suggested values into every command definition
nsfisis
2026-08-02
feat(symfony-console): restore CompletionInput's ArgvInput inheritance surface
nsfisis
2026-08-02
feat(symfony-console): implement the shell completion command plumbing
nsfisis
2026-08-02
fix(symfony-console): dispatch parse_token to CompletionInput in bind
nsfisis
2026-08-02
refactor(symfony-console): drop unused Cursor methods
nsfisis
2026-08-02
fix(symfony-finder): make Glob::to_regex regex-crate compatible
nsfisis
2026-08-01
feat(symfony-console): implement interactive question/style helpers
nsfisis
2026-08-01
feat(php-src): add a BSD-licensed crate for php-src derived code
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-25
refactor: replace redundant clones with moves
nsfisis
2026-07-24
fix(dependency-resolver): query real PHP for ext-* version/loaded checks
nsfisis
2026-07-24
docs(symfony-filesystem): mark unported Filesystem gaps with TODO(phase-c)
nsfisis
2026-07-24
refactor(symfony-filesystem): remove unused Filesystem API surface
nsfisis
2026-07-24
refactor(symfony-style): remove unused StyleInterface impl on OutputStyle
nsfisis
2026-07-24
refactor(symfony-process): remove unused Process API surface
nsfisis
2026-07-20
fix(symfony-table): implement formatter_is_wrappable
nsfisis
2026-07-20
fix(xdebug-handler): implement get_all_ini_files for no-PHP-runtime case
nsfisis
2026-07-20
fix(process-executor): un-ignore 11 tests by implementing execute_async mock ...
nsfisis
2026-07-19
fix(show-command): un-ignore 10 tests by fixing show-warnings typing and repo...
nsfisis
[next]