aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/dependency_resolver/rule.rs
AgeCommit message (Expand)Author
8 daysrefactor(package): pass package handles by value throughoutnsfisis
10 daysrefactor(package): introduce Rc<RefCell<_>> handles for packagesnsfisis
11 daysrefactor(semver): change ConstraintInterface to a closed enumnsfisis
12 daysrefactor(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