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
/
util
Age
Commit message (
Expand
)
Author
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(pcre): extract composer/pcre into the shirabe-pcre crate
nsfisis
2026-08-09
feat(php-shim): replace error_get_last with the failing call's io::Error
nsfisis
2026-08-09
refactor(php-shim): make the fs mutators return Result
nsfisis
2026-08-09
refactor(path): build paths with Path::join
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(semver): replace Constraint's OP_*/STR_OP_* with CmpOp
nsfisis
2026-08-07
test: port the tests left as todo!() stubs
nsfisis
2026-08-06
refactor: replace literal-list in_array_strict with matches!
nsfisis
2026-08-06
refactor(php-shim): split in_array into strict and loose variants
nsfisis
2026-08-06
refactor(spdx-licenses): return a dedicated type from getLicenseByIdentifier
nsfisis
2026-08-06
chore: drop @param/@return tags that only restate Rust types
nsfisis
2026-08-06
refactor(php-shim): take filesystem paths as impl AsRef<Path>
nsfisis
2026-08-04
docs: state code facts instead of porting-phase progress
nsfisis
2026-08-02
fix(repository): resolve remaining late-binding hazards from the audit
nsfisis
2026-08-02
chore(todo): consolidate TODO comments into the five fixed marker tags
nsfisis
2026-08-02
fix(io): propagate ask/select errors instead of panicking
nsfisis
2026-08-02
refactor(php-shim): drop pack/unpack in favor of direct byte handling
nsfisis
2026-08-02
refactor(auditor): build the summary line with format! instead of sprintf
nsfisis
2026-08-01
feat(php-shim): implement Phar/PharData and the zlib/bzip2 functions
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-23
feat(process-executor): stub plugin-facing execute_async_php path
nsfisis
2026-07-20
fix(no-proxy-pattern): stop chr() corrupting IP bytes as lossy UTF-8
nsfisis
2026-07-20
fix(php-shim): use PhpMixed::to_bool() for PHP truthy casts
nsfisis
2026-07-20
fix(git-downloader): un-ignore test_remove via FilesystemMock path seam
nsfisis
2026-07-20
fix(remote-filesystem): read scheme-less local paths in get_remote_contents
nsfisis
2026-07-20
fix(process-executor): un-ignore 11 tests by implementing execute_async mock ...
nsfisis
2026-07-18
chore: rustfmt
nsfisis
2026-07-18
refactor(downloader): take &self across the downloader hierarchy
nsfisis
2026-07-18
perf(process-executor): make execute_async genuinely concurrent
nsfisis
2026-07-18
perf(regex): eliminate per-call clone overhead in preg_* dispatch
nsfisis
2026-07-18
refactor(curl-downloader): drop unnecessary Rc wrapping around handles
nsfisis
2026-07-18
fix(curl-downloader): unlink partial file on redirect-without-location failure
nsfisis
2026-07-17
perf(sync-executor): drive HTTP fetches through one real top-level runtime
nsfisis
2026-07-17
refactor(loop): drive wait() promises concurrently via FuturesUnordered
nsfisis
2026-07-17
refactor(http-downloader): drop the job table for a &self Semaphore core
nsfisis
2026-07-17
docs(curl-downloader): mark unported abortRequest note as TODO(phase-c)
nsfisis
2026-07-17
refactor(curl-downloader): rewrite as a single async fn, drop Job/tick
nsfisis
2026-07-16
refactor(http-downloader): wrap HttpDownloaderMockState in Rc<RefCell<>>
nsfisis
2026-07-16
refactor(remote-filesystem): return headers from copy/get_contents
nsfisis
2026-07-16
refactor(curl-downloader): wrap AuthHelper in Rc<RefCell<>>
nsfisis
2026-07-16
fix(proxy-manager): correct singleton lifecycle and simplify to a plain Mutex
nsfisis
2026-07-16
test(util): port remaining todo!() tests in util test suite
nsfisis
2026-07-11
chore: use fully-qualified name for Rc/RefCell
nsfisis
[next]