aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/dependency_resolver/lock_transaction.rs
AgeCommit message (Expand)Author
2026-08-18refactor(preg): add preg_is_match for existence-only call sitesnsfisis
2026-08-18refactor(preg): drop the offset argument from preg_matchnsfisis
2026-08-18refactor(pcre): inline Preg into its call sites and drop the cratensfisis
2026-08-18refactor(preg): split PregMatches reads into get() and name()nsfisis
2026-08-18refactor(pcre): hand back the match instead of copying it outnsfisis
2026-08-17refactor(preg): wrap the preg_* $matches maps in newtypesnsfisis
2026-08-16refactor: narrow pub(crate) items to privatensfisis
2026-08-09refactor(pcre): extract composer/pcre into the shirabe-pcre cratensfisis
2026-07-25refactor: replace redundant clones with movesnsfisis
2026-07-25refactor(operation): replace OperationInterface with AnyOperation enumnsfisis
2026-07-24fix(package): rewrite dist-reference SHA regex without look-aroundnsfisis
2026-07-18perf(regex): eliminate per-call clone overhead in preg_* dispatchnsfisis
2026-06-28refactor: add linternsfisis
2026-06-20refactor: auto-fix clippy warningsnsfisis
2026-06-14refactor: fix warningsnsfisis
2026-06-14refactor(pcre): drop Result from Preg method return typesnsfisis
2026-06-05feat(dependency-resolver): share operations via Rc, drop clone_boxnsfisis
2026-05-31feat(resolver): wire url/mirror setters in update_mirror_and_urlsnsfisis
2026-05-27refactor(package): pass package handles by value throughoutnsfisis
2026-05-25refactor(package): introduce Rc<RefCell<_>> handles for packagesnsfisis
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-19fix(compile): fix various compile errorsnsfisis
2026-05-17chore(style): cargo fmtnsfisis
2026-05-16feat(port): port LockTransaction.phpnsfisis
2026-05-12feat(init): add scaffold filesnsfisis