| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 13 days | refactor(php-shim): remove unnecessary methods | nsfisis | |
| 2026-05-20 | fix(compile): fix all remaining compile errors | nsfisis | |
| Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 2026-05-19 | fix(compile): fix more random compile errors | nsfisis | |
| Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 2026-05-19 | fix(compile): fix various compile errors | nsfisis | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-18 | fix(compile): impl std::error::Error for custom error types | nsfisis | |
| 2026-05-17 | chore: cargo clippy --fix | nsfisis | |
| 2026-05-17 | fix(php-shim): add missing stub functions, constants, and types | nsfisis | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-17 | fix(class-map-generator): introduce CaptureKey enum and fix ↵ | nsfisis | |
| class-map-generator compile errors - Add CaptureKey enum to Preg stub for typed capture access (by index or name) - Expand Preg stub with complete method set matching the PHP Composer\Pcre\Preg API - Update class-map-generator, php-file-cleaner, and php-file-parser to use new API - Add Display impls for exception types in shirabe-php-shim - Add follow_links/exclude stubs to Finder and new/get_pathname stubs to SplFileInfo Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-17 | fix(php-shim): resolve duplicate definitions and compile errors | nsfisis | |
| - Remove duplicate function/constant definitions that were added during porting (strpos, str_contains, str_starts_with, is_scalar, strlen, substr, strtoupper, str_replace, sprintf, array_keys, str_ends_with, is_int, array_values, is_object, is_numeric, PHP_EOL, FILTER_VALIDATE_EMAIL, PHP_VERSION_ID) - Replace old spl_autoload_register/unregister (PhpMixed args) with typed Box<dyn Fn> versions - Replace old array_pop/array_shift/array_unshift/array_splice with generic/correctly-typed versions - Replace old trim(chars: &str) with trim(chars: Option<&str>) - Rename array_slice(PhpMixed) to array_slice_mixed to coexist with the typed array_slice<V>(IndexMap<String, V>) version - Fix chdir return type Result<()> -> anyhow::Result<()> - Add anyhow dependency to shirabe-php-shim | |||
| 2026-05-17 | chore(style): cargo fmt | nsfisis | |
| 2026-05-17 | feat(port): port ClassMapGenerator.php | nsfisis | |
| 2026-05-17 | feat(port): port PhpFileParser.php | nsfisis | |
| 2026-05-17 | feat(port): port Intervals.php | nsfisis | |
| Add Clone derives to Constraint, Interval, and DevConstraintSet (needed for IntervalCollection). Add preg_match/preg_replace/preg_split stubs to shirabe-php-shim. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-16 | feat(port): port Constraint.php | nsfisis | |
| 2026-05-16 | feat(port): port Bound.php | nsfisis | |
| 2026-05-16 | feat(port): port Solver.php | nsfisis | |
| 2026-05-16 | feat(port): port PlatformRepository.php | nsfisis | |
| 2026-05-16 | feat(port): port EventDispatcher.php | nsfisis | |
| 2026-05-16 | feat(port): port ValidatingArrayLoader.php | nsfisis | |
| 2026-05-16 | feat(port): port CurlDownloader.php | nsfisis | |
| Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 2026-05-16 | feat(port): port Config.php | nsfisis | |
| Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 2026-05-16 | feat(port): port SelfUpdateCommand.php | nsfisis | |
| Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 2026-05-16 | feat(port): port GitHubDriver.php | nsfisis | |
| Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 2026-05-16 | feat(port): port InitCommand.php | nsfisis | |
| Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 2026-05-16 | feat(port): port Perforce.php | nsfisis | |
| Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 2026-05-16 | feat(port): port GitLabDriver.php | nsfisis | |
| Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 2026-05-16 | feat(port): port ClassLoader.php | nsfisis | |
| 2026-05-16 | feat(port): port GitBitbucketDriver.php | nsfisis | |
| 2026-05-16 | feat(port): port CreateProjectCommand.php | nsfisis | |
| 2026-05-16 | feat(port): port ArrayLoader.php | nsfisis | |
| 2026-05-16 | feat(port): port Auditor.php | nsfisis | |
| 2026-05-16 | feat(port): port PackageDiscoveryTrait.php | nsfisis | |
| 2026-05-16 | feat(port): port Rule.php | nsfisis | |
| 2026-05-16 | feat(port): port VersionGuesser.php | nsfisis | |
| 2026-05-16 | feat(port): port RepositorySet.php | nsfisis | |
| 2026-05-16 | feat(port): port JsonConfigSource.php | nsfisis | |
| 2026-05-16 | feat(port): port FilesystemRepository.php | nsfisis | |
| 2026-05-16 | feat(port): port JsonFile.php | nsfisis | |
| 2026-05-16 | feat(port): port ConsoleIO.php | nsfisis | |
| 2026-05-16 | feat(port): port NoProxyPattern.php | nsfisis | |
| 2026-05-16 | feat(port): port BinaryInstaller.php | nsfisis | |
| 2026-05-16 | feat(port): port SvnDriver.php | nsfisis | |
| 2026-05-16 | feat(port): port InstalledVersions.php | nsfisis | |
| 2026-05-16 | feat(port): port Cache.php | nsfisis | |
| 2026-05-16 | feat(port): port Transaction.php | nsfisis | |
| 2026-05-16 | feat(port): port VcsDownloader.php | nsfisis | |
| 2026-05-16 | feat(port): port AuthHelper.php | nsfisis | |
| 2026-05-16 | feat(port): port Platform.php | nsfisis | |
| 2026-05-16 | feat(port): port Pool.php | nsfisis | |
| 2026-05-16 | feat(port): port LibraryInstaller.php | nsfisis | |
