index
:
php-shirabe
main
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
/
shirabe
/
src
/
dependency_resolver
/
multi_conflict_rule.rs
Age
Commit message (
Expand
)
Author
2026-06-29
chore(lint): ban bare `use anyhow::Result` and fully qualify it
nsfisis
2026-06-11
feat(console): resolve phase-b TODOs in doRun and IO wiring
nsfisis
2026-05-23
refactor(resolver): change Rule to a closed enum
nsfisis
2026-05-20
refactor: re-export module items to shorten import paths
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-17
fix(compile): make Rule trait dyn-compatible by extracting RuleBase
nsfisis
2026-05-17
fix(compile): remove to_string from impl Rule blocks (E0407)
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): implement abstract class traits across all types
nsfisis
2026-05-17
chore(style): cargo fmt
nsfisis
2026-05-15
feat(port): port RuleWatchNode.php
nsfisis
2026-05-15
feat(port): port MultiConflictRule.php
nsfisis
2026-05-12
feat(init): add scaffold files
nsfisis