aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add optional single file argument to test runnerWeicao-CatilGrass2026-06-121-0/+36
|
* Remove Chinese documentation files for initial versionWeicao-CatilGrass2026-06-128-1623/+15
|
* Test markdown code blocks with dependency cachingWeicao-CatilGrass2026-06-122-38/+120
|
* Simplify workspace exclude patterns and add workspace stanzasWeicao-CatilGrass2026-06-1222-29/+45
|
* Remove --refresh-docs flag and reorganize CI phasesWeicao-CatilGrass2026-06-121-10/+16
|
* Add CLI options for selective CI runsWeicao-CatilGrass2026-06-121-9/+42
|
* Add `.temp` directory to ignored paths in CI buildWeicao-CatilGrass2026-06-112-1/+71
|
* Refactor test-readme into generic docs code block verifierWeicao-CatilGrass2026-06-115-119/+280
|
* Update author name in docs templateWeicao-CatilGrass2026-06-101-1/+1
|
* Add favicon and replace icon across all pagesWeicao-CatilGrass2026-06-107-3/+5
|
* Update repository icon in READMEWeicao-CatilGrass2026-06-102-1/+1
|
* Add repository migration notice to changelogWeicao-CatilGrass2026-06-101-0/+7
|
* Fix repository URL in Cargo.tomlWeicao-CatilGrass2026-06-101-1/+1
|
* Update repository URLs to mingling-rs organizationWeicao-CatilGrass2026-06-1010-33/+39
|
* Format note as GitHub Alert in READMEWeicao-CatilGrass2026-06-101-1/+3
|
* Add README code block testing to CI pipelineWeicao-CatilGrass2026-06-105-35/+1136
|
* Add unit and integration tests for mingling_coreWeicao-CatilGrass2026-06-0941-0/+4410
|
* Add `-y` flag to skip the temp commit promptWeicao-CatilGrass2026-06-092-9/+17
|
* Add COMPLETION_SUBCOMMAND and is_completing methodWeicao-CatilGrass2026-06-094-6/+38
|
* Add get_args method to ProgramWeicao-CatilGrass2026-06-092-0/+8
|
* Remove misleading SAFETY comment in LazyRes force_initWeicao-CatilGrass2026-06-091-2/+2
|
* Add full-todolist example projectWeicao-CatilGrass2026-06-0910-3/+550
|
* Replace `OnceLock<Option<Box<dyn Any>>>` with custom `ProgramCell` typeWeicao-CatilGrass2026-06-095-23/+112
| | | | | Reduces indirection and allows taking ownership of the program instance for proper cleanup before `process::exit()`
* Add on-drop callback support to `LazyRes`Weicao-CatilGrass2026-06-081-20/+145
|
* Add issues document for common pain pointsWeicao-CatilGrass2026-06-081-0/+87
|
* Filter example directories by prefixWeicao-CatilGrass2026-06-081-0/+4
|
* Align color table columns in doc commentWeicao-CatilGrass2026-06-081-21/+21
|
* Refactor LazyRes to use enum and drop factory after init魏曹先生2026-06-071-72/+113
|
* Add LazyRes for lazy resource initialization魏曹先生2026-06-0713-3/+497
|
* Add installer module and refactor error handling魏曹先生2026-06-072-4/+7
|
* Respect `--no-error` and `--quiet` flags when resolving manifest path魏曹先生2026-06-071-2/+13
|
* Replace show.workspace with show.workspace-dir command魏曹先生2026-06-072-2/+62
|
* Move error handling into its own module and add show.binaries command魏曹先生2026-06-076-40/+114
|
* Add hformat_cargo, hprintln_cargo macros and help rendering魏曹先生2026-06-079-25/+345
|
* Align help text formatting and add PATH placeholder魏曹先生2026-06-071-9/+9
|
* Refactor CLI entry points and move main logic to library魏曹先生2026-06-079-95/+112
|
* Rename cargo style functions and remove unused imports魏曹先生2026-06-073-16/+33
|
* Fix date format padding in version string魏曹先生2026-06-073-8/+17
|
* Remove duplicate shell completion generation魏曹先生2026-06-071-1/+0
|
* Add README for mling CLI tool魏曹先生2026-06-071-0/+3
|
* Refactor mling to use new program architecture and install scripts魏曹先生2026-06-0728-1170/+628
|
* Remove unused import of ProgramPanic魏曹先生2026-06-071-4/+1
|
* Add .name file support for custom sidebar directory display names魏曹先生2026-06-063-2/+20
|
* Rename `ExitCode` to `ResExitCode` and `REPL` to `ResREPL`魏曹先生2026-06-0613-27/+252
|
* Add checklist item for `r_println!` in `#[chain]` support魏曹先生2026-06-051-2/+1
|
* Add stdout and user context configuration fields魏曹先生2026-06-052-1/+45
|
* Make `exec_repl` take `mut self` to consume internal state魏曹先生2026-06-051-1/+1
|
* Add verbose and dry_run fields as convention-only options魏曹先生2026-06-052-3/+19
|
* Create .nojekyll file魏曹先生2026-06-051-0/+0
|
* Fix Chinese doc link and rename English link text魏曹先生2026-06-052-2/+2
|