| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor!: replace build.rs with compile-time macro build steps | 魏曹先生 | 2 days | 1 | -0/+1 |
| | | | | | | | | | | | | | | BREAKING CHANGE: Replace the `build`/`builds` feature system with compile-time macro-driven generation. `gen_program!()` now automatically invokes `build_comp!()` and `build_pathf!()` when the `comp`/`pathf` features are enabled, eliminating the need for `build.rs` and `[build-dependencies]` blocks. This removes the `build` feature, the `mingling::build` module, and all related build-time API functions. Completion scripts are now written to `{target_directory}/mingling/` instead of `target/release/`. The `mingling_cli` uses `build_comp!("mling")` for its custom binary name. | ||||
| * | Released Mingling 0.2.00.2.0 | 魏曹先生 | 2026-06-30 | 1 | -0/+3 |
| | | |||||
| * | fix(mingling_pathf): extract CMD, error, and help types from | 魏曹先生 | 2026-06-30 | 1 | -0/+1 |
| | | | | | dispatcher_clap | ||||
| * | chore(deps): update Rust dependencies to latest patch versions | 魏曹先生 | 2026-06-28 | 1 | -0/+1 |
| | | |||||
| * | feat(mingling_pathf): add module path resolution and error handling | 魏曹先生 | 2026-06-28 | 1 | -0/+1 |
| | | | | | | | | Introduce the core pathfinding infrastructure with `ModulePathMapping`, `MappingItem`, and `MinglingPathfinderError` types. Support recursive module traversal, `pub use` re-export hoisting, and standard Rust module resolution rules. | ||||
| * | feat(workspace): add mingling_pathf crate and pathf feature | 魏曹先生 | 2026-06-28 | 1 | -0/+8 |
