| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor!: remove dynamic dispatcher registration API | 魏曹先生 | 4 days | 1 | -2/+1 |
| | | | | | | | | Dispatchers are now always registered at compile time, removing the `with_dispatcher` / `with_dispatchers` methods and the `PathfinderConfig` API. The `dispatch_tree` feature now only controls the matching strategy (trie vs linear list). | ||||
| * | chore!: rename ErrorDispatcherNotFound to EntryFallback | 魏曹先生 | 2026-08-03 | 1 | -1/+1 |
| | | | | | | | | | Rename the internal fallback type and its associated `ProgramCollect` plumbing from `ErrorDispatcherNotFound`/`build_dispatcher_not_found` to `EntryFallback`/`build_entry_fallback`, along with the generated enum variant and pack type. Update all documentation, examples, and tests accordingly. | ||||
| * | docs: update Mingling description wording | 魏曹先生 | 2026-08-03 | 1 | -1/+1 |
| | | |||||
| * | chore: move lib.md to docs directory | 魏曹先生 | 2026-08-01 | 1 | -0/+96 |
