aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/dependency_resolver/rule.rs
AgeCommit message (Expand)Author
2026-06-29chore(lint): ban bare `use anyhow::Result` and fully qualify itnsfisis
2026-06-28refactor: add linternsfisis
2026-06-27refactor: fix compiler warnings and clippy warningsnsfisis
2026-06-26fix(repository-command,config): delimited Preg pattern and list-form reposnsfisis
2026-06-26feat(dependency-resolver): wire operation get_package and unblock solver testsnsfisis
2026-06-21refactor(math): use method-style max/min/clamp over std::cmpnsfisis
2026-06-20refactor: auto-fix clippy warningsnsfisis
2026-06-11feat(console): resolve phase-b TODOs in doRun and IO wiringnsfisis
2026-06-10feat(phase-c): resolve cross-module phase-b TODOsnsfisis
2026-06-06fix(array-dumper): emit package links and require Link pretty constraintnsfisis
2026-06-06refactor(repository): make read methods fallible and take &mut selfnsfisis
2026-05-27refactor(package): pass package handles by value throughoutnsfisis
2026-05-25refactor(package): introduce Rc<RefCell<_>> handles for packagesnsfisis
2026-05-23refactor(semver): change ConstraintInterface to a closed enumnsfisis
2026-05-23refactor(resolver): change Rule to a closed enumnsfisis
2026-05-20refactor: re-export module items to shorten import pathsnsfisis
2026-05-20fix(compile): fix all remaining compile errorsnsfisis
2026-05-19fix(compile): fix more random compile errorsnsfisis
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 dyn keyword to all trait object usages (E0782)nsfisis
2026-05-17fix(compile): add Display impls and fix trait signaturesnsfisis
2026-05-17fix(compile): remove visibility from trait methodsnsfisis
2026-05-17refactor(shirabe): convert PHP abstract classes to Rust traitsnsfisis
2026-05-17chore(style): cargo fmtnsfisis
2026-05-16feat(port): port Rule.phpnsfisis
2026-05-12feat(init): add scaffold filesnsfisis