| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs: mark remove-r-print-macro tasks as complete | 魏曹先生 | 24 hours | 1 | -4/+4 |
| | | |||||
| * | refactor(examples): migrate renderers to return RenderResult and add | 魏曹先生 | 24 hours | 27 | -280/+561 |
| | | | | | | | | | | std::io::Write import Replace r_println!/r_print! macro usage across all example renderers with explicit RenderResult construction using std::io::Write, enabling more flexible output handling and reducing reliance on macro-side effects. | ||||
| * | fix(docs): correct RenderResult usage examples to use mut binding and | 魏曹先生 | 24 hours | 1 | -7/+10 |
| | | | | | add Write import | ||||
| * | feat(renderer): add new() constructor to RenderResult | 魏曹先生 | 24 hours | 1 | -0/+17 |
| | | |||||
| * | feat: require renderers to return RenderResult instead of mutating one | 魏曹先生 | 24 hours | 17 | -383/+268 |
| | | | | | | | | BREAKING CHANGE: The `render` method on `Renderer`, `HelpRequest`, and `ProgramCollect` now returns `RenderResult` instead of taking `&mut RenderResult`. The `r_print!` and `r_println!` macros have been removed in favor of using `std::io::Write` directly on `RenderResult`. | ||||
| * | chore: add Release 0.3.0 entry to changelog | 魏曹先生 | 25 hours | 1 | -0/+21 |
| | | |||||
| * | docs(dev): add changelog template | 魏曹先生 | 25 hours | 2 | -0/+29 |
| | | |||||
| * | feat(run): update `.run` to 0.1.1 | 魏曹先生 | 25 hours | 2 | -6/+24 |
| | | |||||
| * | chore: rename release binary to RELEASE-WORKSPACE | 魏曹先生 | 25 hours | 1 | -0/+0 |
| | | |||||
| * | feat(release): add workspace release script and refactor run_cmd helpers | 魏曹先生 | 25 hours | 4 | -4/+178 |
| | | |||||
| * | chore(picker): add mingling_core as a dependency | 魏曹先生 | 26 hours | 2 | -0/+4 |
| | | |||||
| * | chore: add linked project config for Cargo workspace | 魏曹先生 | 26 hours | 2 | -0/+2 |
| | | |||||
| * | refactor: extract dependency order logic into a shared module | 魏曹先生 | 26 hours | 3 | -184/+186 |
| | | |||||
| * | feat: add binary to display dependency order of workspace crates | 魏曹先生 | 26 hours | 1 | -0/+194 |
| | | | | | | | Introduce a new binary that parses workspace Cargo.toml, collects crates matching a specified prefix, and outputs them in topological dependency order with same-level crates sorted alphabetically | ||||
| * | docs: fix trailing whitespace in add-picker2.md | 魏曹先生 | 37 hours | 1 | -7/+7 |
| | | |||||
| * | Update add-picker2.md | 魏曹先生 | 37 hours | 1 | -0/+76 |
| | | |||||
| * | docs(dev): add Picker2 arguments parser issue page | 魏曹先生 | 37 hours | 3 | -0/+22 |
| | | |||||
| * | chore: bump workspace version to 0.3.0 | 魏曹先生 | 37 hours | 38 | -238/+110 |
| | | |||||
| * | feat: add mingling-picker and mingling-picker-macros crates | 魏曹先生 | 37 hours | 11 | -54/+93 |
| | | |||||
| * | feat: add CI check workflow and update contributing guideunreleased | 魏曹先生 | 44 hours | 2 | -21/+155 |
| | | |||||
| * | fix(docs): reduce docs sidebar depth to match maxLevel | 魏曹先生 | 45 hours | 3 | -3/+3 |
| | | |||||
| * | docs: migrate ABOUT-CI and ABOUT-NIGHTLY to dev docs site | 魏曹先生 | 45 hours | 4 | -6/+14 |
| | | | | | | | Replace relative file links with absolute URLs and add centered page headers to the migrated docs. Update the dev sidebar to include the new pages. | ||||
| * | chore: add nul to .gitignore | 魏曹先生 | 45 hours | 1 | -0/+3 |
| | | |||||
| * | fix: update manifest path references from dev_tools to .run | 魏曹先生 | 46 hours | 3 | -15/+21 |
| | | |||||
| * | refactor(templates): rename Cargo.toml to Cargo.toml.tmpl | 魏曹先生 | 46 hours | 3 | -0/+0 |
| | | |||||
| * | refactor(devtools): rename dev_tools to .run and replace run-tools | 魏曹先生 | 46 hours | 38 | -176/+547 |
| | | | | | | | | | | | | | scripts Replace the old run-tools.ps1/run-tools.sh scripts with a new unified run.ps1/run.sh launcher that supports multiple languages (PowerShell, Rust, Python, Go, C#, Nim, Perl, Ruby, Zig, and arbitrary binaries) from the `.run/src/bin` directory. Move all development tools from `dev_tools/` to `.run/`, update Cargo workspace config and relevant documentation references. | ||||
| * | docs: fix trailing whitespace in markdown files | 魏曹先生 | 46 hours | 2 | -6/+16 |
| | | |||||
| * | docs(remove-r-print-macro): add progress checklist to issue | 魏曹先生 | 46 hours | 1 | -0/+10 |
| | | |||||
| * | docs(dev): Add emoji icons and restructure sidebar layout | 魏曹先生 | 46 hours | 5 | -10/+16 |
| | | |||||
| * | chore(docs): rename dev-docs directory to dev | 魏曹先生 | 47 hours | 13 | -9/+9 |
| | | | | | Update sidebar link for remove-r-print-macro to use full description | ||||
| * | chore: switch workspace dependencies from path to versioned 0.2.20.2.2 | 魏曹先生 | 3 days | 33 | -6/+175 |
| | | |||||
| * | chore: bump mingling crates from 0.2.1 to 0.2.2 | 魏曹先生 | 3 days | 32 | -96/+96 |
| | | |||||
| * | chore: bump version to 0.2.2 | 魏曹先生 | 3 days | 7 | -140/+163 |
| | | |||||
| * | feat(structural_data): align type use generation with group_impl | 魏曹先生 | 3 days | 1 | -2/+9 |
| | | |||||
| * | chore: remove published source checksums from example Cargo.lock files | 魏曹先生 | 3 days | 31 | -128/+0 |
| | | |||||
| * | chore(deps): switch workspace crates to local paths | 魏曹先生 | 3 days | 2 | -47/+6 |
| | | |||||
| * | docs: add issue doc for removing r_print macros and fix sidebar | 魏曹先生 | 3 days | 3 | -1/+90 |
| | | | | | Capitalize "Templates" entry in dev-docs sidebar | ||||
| * | ci: add deploy permissions and upgrade deploy-pages to v5 | 魏曹先生 | 3 days | 1 | -1/+5 |
| | | |||||
| * | chore: add rust-toolchain.toml for channel 1.95.0 | 魏曹先生 | 3 days | 1 | -0/+3 |
| | | |||||
| * | ci: remove GitHub Pages deployment workflow | 魏曹先生 | 3 days | 1 | -35/+0 |
| | | |||||
| * | ci(ci): add .temp cache to speed up CI jobs | 魏曹先生 | 3 days | 1 | -4/+53 |
| | | |||||
| * | fix: compare non-numeric sidebar entries lexicographically | 魏曹先生 | 3 days | 1 | -1/+1 |
| | | |||||
| * | docs(readme): add devdoc link and fix trailing whitespace | 魏曹先生 | 3 days | 1 | -2/+3 |
| | | |||||
| * | docs(sidebar): rename code-verify-system link to Markdown Code | 魏曹先生 | 3 days | 6 | -53/+53 |
| | | | | | Verification System | ||||
| * | style(sidebar): add padding to nested navigation items | 魏曹先生 | 3 days | 2 | -0/+12 |
| | | |||||
| * | feat(docs): add flexible-alerts plugin and callout styles | 魏曹先生 | 3 days | 3 | -14/+117 |
| | | |||||
| * | docs: add hero banners and unify page titles in dev-docs | 魏曹先生 | 3 days | 4 | -13/+120 |
| | | |||||
| * | docs: restructure dev-docs sidebar and move pages into subdirectories | 魏曹先生 | 3 days | 9 | -2/+8 |
| | | |||||
| * | docs(abouts): reorganize dev-docs into categorized subdirectories | 魏曹先生 | 3 days | 5 | -14/+15 |
| | | | | | | | Move about docs and templates from the root docs folder into dev-docs/abouts and dev-docs/templates respectively, adding .name files for directory metadata | ||||
| * | docs: add dev-docs site with dark/light theme support | 魏曹先生 | 3 days | 9 | -35/+1719 |
| | | |||||
