index
:
php-shirabe
feat/cli-parse
main
refactor/composer-handles
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
8 days
refactor(io): share IOInterface via Rc<RefCell<dyn _>> handle
nsfisis
10 days
refactor(package): introduce Rc<RefCell<_>> handles for packages
nsfisis
11 days
refactor(semver): change ConstraintInterface to a closed enum
nsfisis
12 days
refactor(resolver): change Rule to a closed enum
nsfisis
12 days
chore: add editor/toolchain config
nsfisis
12 days
refactor(promise): drop \React\Promise
nsfisis
12 days
refactor(promise): rewrite promise bodies to async/await
nsfisis
12 days
feat(deps): add tokio, async-trait
nsfisis
12 days
refactor(promise): change functions returning PromiseInterface to async fn
nsfisis
13 days
refactor: share Pool via Rc<RefCell>
nsfisis
13 days
refactor(php-shim): remove unnecessary methods
nsfisis
13 days
refactor(composer): unify Composer/PartialComposer via Rc handles
nsfisis
2026-05-20
refactor: re-export module items to shorten import paths
nsfisis
2026-05-20
chore: allow unused code
nsfisis
2026-05-20
fix(compile): fix all remaining compile errors
nsfisis
2026-05-19
fix(compile): fix more random compile errors
nsfisis
2026-05-19
fix(compile): fix various compile errors
nsfisis
2026-05-18
fix(compile): extract static methods from BasePackage trait
nsfisis
2026-05-18
fix(compile): impl std::error::Error for custom error types
nsfisis
2026-05-17
fix(compile): use std::sync::LazyLock for global cache
nsfisis
2026-05-17
fix(compile): convert Command struct to trait
nsfisis
2026-05-17
fix(compile): make Rule trait dyn-compatible by extracting RuleBase
nsfisis
2026-05-17
fix(compile): extract constants from traits to make them dyn-compatible
nsfisis
2026-05-17
fix(compile): add missing PackageInterface and RepositoryInterface impls
nsfisis
2026-05-17
fix(compile): remove to_string from impl Rule blocks (E0407)
nsfisis
2026-05-17
fix(compile): add dyn keyword to all trait object usages (E0782)
nsfisis
2026-05-17
fix(compile): fix IOInterface method signature mismatches
nsfisis
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
2026-05-17
fix(compile): add missing use declarations for Command, Composer, IOInterface...
nsfisis
2026-05-17
fix(compile): correct module paths
nsfisis
2026-05-17
fix(compile): remove duplicate impl BaseCommand blocks with wrong signatures
nsfisis
2026-05-17
fix(compile): box PluginManager in Composer to resolve recursive type
nsfisis
2026-05-17
fix(compile): add stubs for missing trait implementations
nsfisis
2026-05-17
chore: cargo clippy --fix
nsfisis
2026-05-17
fix(compile): implement IOInterface and LoggerInterface for ConsoleIO
nsfisis
2026-05-17
fix(compile): extract constants from traits to make them dyn-compatible
nsfisis
2026-05-17
fix(compile): fix trait signature errors
nsfisis
2026-05-17
fix(compile): fix infinite size types
nsfisis
2026-05-17
fix(compile): implement abstract class traits across all types
nsfisis
2026-05-17
fix(compile): remove visibility from trait methods
nsfisis
2026-05-17
refactor(shirabe): convert PHP abstract classes to Rust traits
nsfisis
2026-05-17
fix(shirabe): correct invalid import paths and add missing dependency
nsfisis
2026-05-17
fix(php-shim): add missing stub functions, constants, and types
nsfisis
2026-05-17
fix(semver): resolve shirabe-semver compile errors
nsfisis
2026-05-17
fix(class-map-generator): introduce CaptureKey enum and fix class-map-generat...
nsfisis
2026-05-17
fix(php-shim): resolve duplicate definitions and compile errors
nsfisis
2026-05-17
chore(style): cargo fmt
nsfisis
2026-05-17
feat(port): add stub implementations of shirabe-external-packages
nsfisis
[next]