index
:
php-shirabe
main
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
/
shirabe-php-shim
/
src
/
array.rs
Age
Commit message (
Expand
)
Author
2026-08-12
docs(todo): retag TODO markers by root cause
nsfisis
2026-08-10
style(php-shim): drop the underscore from used parameter names
nsfisis
2026-08-09
refactor(php-shim): remove shim functions with no callers
nsfisis
2026-08-06
refactor(php-shim): split in_array into strict and loose variants
nsfisis
2026-08-02
chore(todo): consolidate TODO comments into the five fixed marker tags
nsfisis
2026-06-27
refactor: fix compiler warnings and clippy warnings
nsfisis
2026-06-26
test: port 44 vcs/downloader/version tests using mock infra
nsfisis
2026-06-24
feat(php-shim): implement non-strict in_array with PHP loose comparison
nsfisis
2026-06-21
refactor(php-shim): drop reset()/reset_first()/end_arr() array helpers
nsfisis
2026-06-21
refactor(php-shim): drop current()/key()/end() array helpers
nsfisis
2026-06-21
feat(php-shim): implement array sort/merge/unique/splice helpers
nsfisis
2026-06-21
refactor(php-shim): remove ArrayObject, inline IndexMap into PhpMixed::Object
nsfisis
2026-06-21
refactor(php-shim): split lib.rs
nsfisis