index
:
php-shirabe
main
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
/
shirabe
/
tests
/
all_functional_test.rs
Age
Commit message (
Expand
)
Author
2026-08-22
feat(cli): tell the user to run `shirabe`, not `composer`
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-18
refactor(preg): split PregMatches reads into get() and name()
nsfisis
2026-08-18
refactor(pcre): hand back the match instead of copying it out
nsfisis
2026-08-17
refactor(pcre): return the Preg $matches instead of filling an out-param
nsfisis
2026-08-17
refactor(preg): wrap the preg_* $matches maps in newtypes
nsfisis
2026-08-17
refactor(preg): replace Preg::split*() with shim preg_split*()
nsfisis
2026-08-16
test: correct stale #[ignore] reasons
nsfisis
2026-08-12
test: drop stale #[ignore]s and rewrite the run-script reasons
nsfisis
2026-08-12
docs(todo): retag TODO markers by root cause
nsfisis
2026-08-09
refactor(pcre): extract composer/pcre into the shirabe-pcre crate
nsfisis
2026-08-02
fix(symfony-finder): make Glob::to_regex regex-crate compatible
nsfisis
2026-07-20
test(ignore): document root causes for unannotated #[ignore] tests
nsfisis
2026-07-20
fix(remote-filesystem): read scheme-less local paths in get_remote_contents
nsfisis
2026-07-18
perf(regex): eliminate per-call clone overhead in preg_* dispatch
nsfisis
2026-07-11
chore: use fully-qualified name for Rc/RefCell
nsfisis
2026-07-04
test: ignore broken tests
nsfisis
2026-07-02
chore(lint): ban std::io::Read/Write, Any, Command use imports
nsfisis
2026-06-29
feat(package): implement RootAliasPackage root getters via owned returns
nsfisis
2026-06-28
fix(installer): execute install/update/uninstall ops in execute_batch
nsfisis
2026-06-28
test(functional): port AllFunctionalTest integration harness
nsfisis
2026-06-22
test: port more test cases
nsfisis
2026-06-21
test(tests): expand stub macros into plain test functions
nsfisis
2026-06-21
test(tests): port setUp/tearDown as set_up/tear_down with TearDown
nsfisis
2026-06-21
test: port downloader/installer/io/json/event-dispatcher/functional stubs
nsfisis
2026-06-21
test: add empty test files
nsfisis