| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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): extract static methods from BasePackage trait | nsfisis | |
| 2026-05-17 | fix(compile): convert Command struct to trait | nsfisis | |
| Symfony Command was a struct but used as dyn Trait (Box<dyn Command>) in console/application.rs. Convert it to a trait with CommandBase as the concrete stub, and add impl Command for all Composer commands. | |||
| 2026-05-17 | fix(compile): extract constants from traits to make them dyn-compatible | nsfisis | |
| 2026-05-17 | fix(compile): add dyn keyword to all trait object usages (E0782) | nsfisis | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-17 | fix(compile): align ChangeReportInterface::get_local_changes return type | nsfisis | |
| 2026-05-17 | fix(compile): add stubs for missing trait implementations | nsfisis | |
| 2026-05-17 | fix(compile): add Display impls and fix trait signatures | nsfisis | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-17 | fix(compile): add missing use declarations for Command, Composer, ↵ | nsfisis | |
| IOInterface, etc. | |||
| 2026-05-17 | fix(compile): remove duplicate impl BaseCommand blocks with wrong signatures | nsfisis | |
| 2026-05-17 | fix(compile): add stubs for missing trait implementations | nsfisis | |
| 2026-05-17 | fix(compile): extract constants from traits to make them dyn-compatible | nsfisis | |
| 2026-05-17 | fix(compile): implement abstract class traits across all types | nsfisis | |
| Implement BaseCommand trait and other abstract class traits across all command, downloader, io, package, and VCS driver types. Also fix trait method signatures for composer_mut and io_mut to return mutable references to Option rather than Option of mutable references. | |||
| 2026-05-17 | fix(compile): remove visibility from trait methods | nsfisis | |
| 2026-05-17 | refactor(shirabe): convert PHP abstract classes to Rust traits | nsfisis | |
| PHP abstract classes are represented as traits to better align with Rust's type system. | |||
| 2026-05-17 | fix(shirabe): correct invalid import paths and add missing dependency | nsfisis | |
| 2026-05-17 | chore(style): cargo fmt | nsfisis | |
| 2026-05-16 | feat(port): port DiagnoseCommand.php | nsfisis | |
| 2026-05-16 | feat(port): port ConfigCommand.php | nsfisis | |
| 2026-05-16 | feat(port): port ShowCommand.php | nsfisis | |
| 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 InitCommand.php | nsfisis | |
| Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 2026-05-16 | feat(port): port RequireCommand.php | nsfisis | |
| Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 2026-05-16 | feat(port): port BaseCommand.php | nsfisis | |
| 2026-05-16 | feat(port): port CreateProjectCommand.php | nsfisis | |
| 2026-05-16 | feat(port): port PackageDiscoveryTrait.php | nsfisis | |
| 2026-05-16 | feat(port): port UpdateCommand.php | nsfisis | |
| 2026-05-16 | feat(port): port RemoveCommand.php | nsfisis | |
| 2026-05-16 | feat(port): port RepositoryCommand.php | nsfisis | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-16 | feat(port): port BaseDependencyCommand.php | nsfisis | |
| 2026-05-16 | feat(port): port Bitbucket.php, GitDriver.php, GitHub.php, BumpCommand.php, ↵ | nsfisis | |
| VersionSelector.php | |||
| 2026-05-16 | feat(port): port CompletionTrait.php | nsfisis | |
| 2026-05-16 | feat(port): port StatusCommand.php | nsfisis | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-16 | feat(port): port ValidateCommand.php | nsfisis | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-16 | feat(port): port CheckPlatformReqsCommand.php | nsfisis | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-16 | feat(port): port ArchiveCommand.php | nsfisis | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-16 | feat(port): port ReinstallCommand.php | nsfisis | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-16 | feat(port): port RunScriptCommand.php | nsfisis | |
| 2026-05-16 | feat(port): port GlobalCommand.php | nsfisis | |
| 2026-05-16 | feat(port): port LicensesCommand.php | nsfisis | |
| 2026-05-16 | feat(port): port HomeCommand.php | nsfisis | |
| 2026-05-16 | feat(port): port FundCommand.php | nsfisis | |
| 2026-05-16 | feat(port): port ExecCommand.php | nsfisis | |
| 2026-05-16 | feat(port): port InstallCommand.php | nsfisis | |
| 2026-05-16 | feat(port): port DumpAutoloadCommand.php | nsfisis | |
| 2026-05-16 | feat(port): port OutdatedCommand.php | nsfisis | |
| 2026-05-15 | feat(port): port SearchCommand.php | nsfisis | |
| 2026-05-15 | feat(port): port AuditCommand.php | nsfisis | |
| 2026-05-15 | feat(port): port ClearCacheCommand.php | nsfisis | |
