aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe
AgeCommit message (Expand)Author
6 daysrefactor(repository): introduce Rc<RefCell<_>> handles for repositoriesnsfisis
8 daysrefactor(package): pass package handles by value throughoutnsfisis
8 daysfeat(factory): construct PluginManager after Rc::new_cyclicnsfisis
8 daysrefactor(io): share IOInterface via Rc<RefCell<dyn _>> handlensfisis
10 daysrefactor(package): introduce Rc<RefCell<_>> handles for packagesnsfisis
11 daysrefactor(semver): change ConstraintInterface to a closed enumnsfisis
11 daysrefactor(resolver): change Rule to a closed enumnsfisis
12 daysrefactor(promise): drop \React\Promisensfisis
12 daysrefactor(promise): rewrite promise bodies to async/awaitnsfisis
12 daysfeat(deps): add tokio, async-traitnsfisis
12 daysrefactor(promise): change functions returning PromiseInterface to async fnnsfisis
13 daysrefactor: share Pool via Rc<RefCell>nsfisis
13 daysrefactor(php-shim): remove unnecessary methodsnsfisis
13 daysrefactor(composer): unify Composer/PartialComposer via Rc handlesnsfisis
2026-05-20refactor: re-export module items to shorten import pathsnsfisis
2026-05-20chore: allow unused codensfisis
2026-05-20fix(compile): fix all remaining compile errorsnsfisis
2026-05-19fix(compile): fix more random compile errorsnsfisis
2026-05-19fix(compile): fix various compile errorsnsfisis
2026-05-18fix(compile): extract static methods from BasePackage traitnsfisis
2026-05-18fix(compile): impl std::error::Error for custom error typesnsfisis
2026-05-17fix(compile): use std::sync::LazyLock for global cachensfisis
2026-05-17fix(compile): convert Command struct to traitnsfisis
2026-05-17fix(compile): make Rule trait dyn-compatible by extracting RuleBasensfisis
2026-05-17fix(compile): extract constants from traits to make them dyn-compatiblensfisis
2026-05-17fix(compile): add missing PackageInterface and RepositoryInterface implsnsfisis
2026-05-17fix(compile): remove to_string from impl Rule blocks (E0407)nsfisis
2026-05-17fix(compile): add dyn keyword to all trait object usages (E0782)nsfisis
2026-05-17fix(compile): fix IOInterface method signature mismatchesnsfisis
2026-05-17fix(compile): align ChangeReportInterface::get_local_changes return typensfisis
2026-05-17fix(compile): add stubs for missing trait implementationsnsfisis
2026-05-17fix(compile): add Display impls and fix trait signaturesnsfisis
2026-05-17fix(compile): add missing use declarations for Command, Composer, IOInterface...nsfisis
2026-05-17fix(compile): correct module pathsnsfisis
2026-05-17fix(compile): remove duplicate impl BaseCommand blocks with wrong signaturesnsfisis
2026-05-17fix(compile): box PluginManager in Composer to resolve recursive typensfisis
2026-05-17fix(compile): add stubs for missing trait implementationsnsfisis
2026-05-17fix(compile): implement IOInterface and LoggerInterface for ConsoleIOnsfisis
2026-05-17fix(compile): extract constants from traits to make them dyn-compatiblensfisis
2026-05-17fix(compile): fix trait signature errorsnsfisis
2026-05-17fix(compile): fix infinite size typesnsfisis
2026-05-17fix(compile): implement abstract class traits across all typesnsfisis
2026-05-17fix(compile): remove visibility from trait methodsnsfisis
2026-05-17refactor(shirabe): convert PHP abstract classes to Rust traitsnsfisis
2026-05-17fix(shirabe): correct invalid import paths and add missing dependencynsfisis
2026-05-17fix(php-shim): add missing stub functions, constants, and typesnsfisis
2026-05-17chore(style): cargo fmtnsfisis
2026-05-17feat(port): add stub implementations of shirabe-external-packagesnsfisis
2026-05-17feat(port): port ClassMapGenerator.phpnsfisis
2026-05-16feat(port): port Problem.phpnsfisis