| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
suffix
|
| |
|
|
|
|
|
|
| |
Rename package-based terminology and structures to item-based, allowing
arbitrary items with associated locations instead of only crate
packages.
Locations are now carried through report files and included in generated
reports, with the fallback to `—` removed.
|
| |
|
|
|
| |
Add a new `test-all` command that runs tests across all crates with
optional per-crate command overrides via `mingling-ci.toml` files.
|
| |
|
|
|
|
|
| |
Extract the duplicate parallel check logic from build-all and
clippy-all tasks into a shared `run_parallel_checks` helper.
Update renderers to set exit code instead of printing failure
counts.
|
| |
|
|
|
| |
Run cargo build for all package manifests in parallel and
report failures.
|
| |
|