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
/
package
/
archiver
Age
Commit message (
Expand
)
Author
2026-08-18
refactor(function-exists): drop checks for always-present capabilities
nsfisis
2026-08-18
refactor(preg): add preg_is_match for existence-only call sites
nsfisis
2026-08-18
refactor(preg): drop the offset argument from preg_match
nsfisis
2026-08-18
refactor(pcre): inline Preg into its call sites and drop the crate
nsfisis
2026-08-17
refactor(preg): replace Preg::split*() with shim preg_split*()
nsfisis
2026-08-16
refactor: narrow pub(crate) items to private
nsfisis
2026-08-10
fix(php-shim): return an error from fileperms instead of 0
nsfisis
2026-08-09
refactor(symfony-finder): extract symfony/finder into the shirabe-symfony-fin...
nsfisis
2026-08-09
refactor(pcre): extract composer/pcre into the shirabe-pcre crate
nsfisis
2026-08-09
feat(archiver): preserve file permissions in zip archives
nsfisis
2026-08-09
fix(archiver): narrow PharArchiver's catch to \UnexpectedValueException
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-06
refactor(php-shim): take filesystem paths as impl AsRef<Path>
nsfisis
2026-08-02
fix(repository): resolve remaining late-binding hazards from the audit
nsfisis
2026-08-02
refactor(php-shim): drop pack/unpack in favor of direct byte handling
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(php-shim): implement Phar/PharData and the zlib/bzip2 functions
nsfisis
2026-07-25
refactor: replace redundant clones with moves
nsfisis
2026-07-18
perf(regex): eliminate per-call clone overhead in preg_* dispatch
nsfisis
2026-07-02
chore(lint): ban std::io::Read/Write, Any, Command use imports
nsfisis
2026-06-28
refactor: add linter
nsfisis
2026-06-27
refactor(composer): hold managers behind *Interface traits
nsfisis
2026-06-27
refactor: fix compiler warnings and clippy warnings
nsfisis
2026-06-26
feat(http): reimplement CurlDownloader on reqwest; port 15 more tests
nsfisis
2026-06-24
test: port more unimplemented tests
nsfisis
2026-06-20
fix(path): propagate PathBuf
nsfisis
2026-06-20
refactor: auto-fix clippy warnings
nsfisis
2026-06-14
fix(archiver): resolve infinite recursion in exclude filter dispatch
nsfisis
2026-06-14
refactor(pcre): drop Result from Preg method return types
nsfisis
2026-06-08
refactor(external-packages): drop component segment from symfony paths
nsfisis
2026-06-06
refactor(archiver): yield PathBuf from ArchivableFilesFinder, drop SplFileInfo
nsfisis
2026-06-06
feat(archivable-files-finder): wire exclude closure into Finder::filter
nsfisis
2026-05-27
refactor(package): pass package handles by value throughout
nsfisis
2026-05-23
refactor(promise): drop \React\Promise
nsfisis
2026-05-20
refactor: re-export module items to shorten import paths
nsfisis
2026-05-20
fix(compile): fix all remaining compile errors
nsfisis
2026-05-19
fix(compile): fix more random compile errors
nsfisis
2026-05-19
fix(compile): fix various compile errors
nsfisis
2026-05-17
fix(compile): implement abstract class traits across all types
nsfisis
2026-05-17
refactor(shirabe): convert PHP abstract classes to Rust traits
nsfisis
2026-05-17
chore(style): cargo fmt
nsfisis
2026-05-16
feat(port): port ZipDownloader.php
nsfisis
2026-05-16
feat(port): port ArchiveManager.php
nsfisis
2026-05-16
feat(port): port BaseExcludeFilter.php
nsfisis
2026-05-16
feat(port): port PharArchiver.php
nsfisis
2026-05-15
feat(port): port ZipArchiver.php
nsfisis
2026-05-15
feat(port): port ArchivableFilesFinder.php
nsfisis
2026-05-12
feat(port): port GitExcludeFilter.php
nsfisis
[next]