aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* chore(examples): add serde_yaml dependency to structural renderer魏曹先生4 hours1-0/+26
* feat(core): replace immediate output flag with print hook system魏曹先生4 hours2-48/+314
* feat(example-structural-renderer): add YAML output test case魏曹先生4 hours3-0/+9
* refactor: parallelize example builds in test-examples tool魏曹先生4 hours2-18/+33
* refactor: move example tests into per-example test.toml files魏曹先生4 hours30-431/+547
* docs: add pathf_export macro to roadmap魏曹先生6 hours1-0/+25
* docs: add StringVec documentation and usage examples魏曹先生12 hours1-1/+42
* docs: expand RenderResult documentation魏曹先生12 hours1-10/+92
* feat(core): move config types to public config module魏曹先生13 hours26-57/+95
* Remove stale comment from chain process tester魏曹先生13 hours1-1/+0
* chore: add doc comment for MockProgramCollect魏曹先生27 hours1-5/+24
* docs(metadata): expand Description documentation with examples and魏曹先生27 hours1-2/+45
* chore: remove stale doc comments魏曹先生27 hours8-8/+0
* docs(any): Expand docs for AnyOutput's methods and safety contract魏曹先生27 hours1-32/+477
* feat: derive Clone, Copy, PartialEq, Eq for MockProgramCollect魏曹先生27 hours1-0/+1
* chore: implement Debug for MockProgramCollect魏曹先生27 hours1-0/+9
* docs(comp): improve documentation for completion module魏曹先生27 hours5-50/+632
* docs: enable running doctests in comp and pathf build modules魏曹先生28 hours4-16/+102
* docs: update multiple dispatchers example to use chaining魏曹先生30 hours2-52/+4
* chore: remove stale comment from features.rs魏曹先生30 hours1-1/+0
* refactor: replace with_dispatchers with chained with_dispatcher calls魏曹先生30 hours4-9/+20
* chore(docs): fix intra-doc link formatting魏曹先生30 hours5-10/+14
* feat(collection): add Display impl for MockProgramCollect魏曹先生30 hours1-0/+6
* chore: add "Doc Not Optimize" comments to source files魏曹先生30 hours185-0/+185
* docs: expand trait and type documentation with examples魏曹先生31 hours12-174/+2214
* docs: Update 0.5.0 roadmap with dispatcher changes魏曹先生2 days1-7/+78
* docs: add 0.5.0 roadmap issue魏曹先生2 days2-1/+44
* docs: rename command macro issue as solved魏曹先生2 days1-1/+1
* ci: add macOS to CI test matrix魏曹先生3 days2-4/+24
* ci: Refactor CI workflows into single check matrix魏曹先生3 days9-152/+217
* fix(cov-test): recolor coverage summary with project thresholds魏曹先生3 days1-0/+79
* feat(cov-test): build examples with RUSTFLAGS for complete coverage魏曹先生3 days1-11/+60
* ci: switch to forked cargo-llvm-cov and refactor coverage tests魏曹先生3 days2-15/+322
* fix: suppress future_not_send lint and tighten Send bounds魏曹先生3 days6-8/+33
* refactor(core): extract global resource store into standalone container魏曹先生3 days3-73/+446
* feat(readme): mark project generator and installer as complete魏曹先生4 days1-2/+2
* feat: normalize test path for Windows verbatim prefixes魏曹先生4 days1-1/+5
* fix: combine stdout and stderr in command output魏曹先生5 days1-1/+9
* fix(run): emit task failures to stdout on non-TTY魏曹先生5 days1-4/+21
* ci: remove output redirection from test commands魏曹先生5 days2-4/+4
* feat(shell_ctx): allow clippy const fn lint for typing_argument魏曹先生5 days1-0/+2
* chore(release): bump arg-picker crates to 0.2.0picker-0.2.0魏曹先生5 days8-13/+13
* feat(parselib): remove invalid naming case variants魏曹先生5 days2-15/+9
* style: satisfy clippy pedantic and nursery lints魏曹先生5 days25-304/+322
* feat(pathf): enforce pedantic lints and update API ergonomics魏曹先生5 days11-187/+164
* docs: update verbosity and error output API in examples魏曹先生5 days4-9/+12
* refactor: use `Self` and simplify lifetimes in setup types魏曹先生5 days2-13/+18
* refactor: simplify macro parsing code and fix clippy warnings魏曹先生5 days11-58/+61
* refactor(asset): replace wildcard match with explicit variants魏曹先生5 days2-4/+4
* chore: update example docs for PanicSilence enum usage魏曹先生5 days1-2/+2