Skip to content
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
99307b2
fix(cargo): surface --message-format=json build errors instead of "co…
luccinmasirika Jun 12, 2026
877c7ef
refactor(cargo): single-pass json diagnostics and a shared build summary
luccinmasirika Jun 13, 2026
5ee9c82
fix(cargo): cap json build diagnostics like the human-text path
luccinmasirika Jun 18, 2026
2319194
test(cargo): assert token savings on the json build-failure path
luccinmasirika Jun 18, 2026
d061c23
test(cargo): cover the json build success path
luccinmasirika Jun 18, 2026
9ae0872
fix(cargo): skip "N warnings generated" record in json diagnostics
luccinmasirika Jul 1, 2026
b47653a
fix(cargo): strip ansi from json rendered diagnostics
luccinmasirika Jul 1, 2026
cf1caf9
fix(cargo): tee-hint dropped json diagnostics beyond the cap
luccinmasirika Jul 1, 2026
ff6cebd
refactor(cargo): extract shared json diag count merge
luccinmasirika Jul 1, 2026
9f20821
refactor(cargo): single-alloc cargo_build_success_line
luccinmasirika Jul 1, 2026
5ea03f3
feat(cargo): route --message-format=json builds through explicit arg …
luccinmasirika Jul 1, 2026
d125280
test(cargo): drop flaky tee-capture test
luccinmasirika Jul 1, 2026
6c9a60d
fix(cargo): tighten json warning-summary skip to ends_with
luccinmasirika Jul 1, 2026
90b4f5f
fix(cargo): label check output as "check" instead of "build"
luccinmasirika Jul 3, 2026
f9b720c
fix(cargo): surface --message-format=json test compile errors
luccinmasirika Jul 3, 2026
58abbf2
fix(cargo): surface --message-format=json clippy errors
luccinmasirika Jul 3, 2026
7fb9459
fix(cargo): surface --message-format=json install errors
luccinmasirika Jul 3, 2026
e4bfe35
fix(cargo): restore failure check before trusting reused build filter
luccinmasirika Jul 3, 2026
751bf3e
revert(cargo): drop --message-format=json install routing
luccinmasirika Jul 3, 2026
25d6a09
fix(cargo): honor last --message-format when the flag is repeated
luccinmasirika Jul 3, 2026
c02becb
refactor(cargo): thread label to handler in filter_cargo_build_labeled
luccinmasirika Jul 3, 2026
59ed885
fix(cargo): match the human path when skipping the json warning summary
luccinmasirika Jul 3, 2026
1f74614
fix(cargo): keep "No issues found" wording for clean clippy json runs
luccinmasirika Jul 3, 2026
8654edb
refactor(cargo): parse json diagnostics into typed structs, count ICE
luccinmasirika Jul 3, 2026
e0c5306
refactor(cargo): put failure summary line first, reuse join_with_over…
luccinmasirika Jul 3, 2026
a3e65e9
fix(cargo): give the json batch filter the exit code
luccinmasirika Jul 3, 2026
39a4d28
refactor(cargo): drop dead json parse from the streamed build handler
luccinmasirika Jul 3, 2026
6f67c9e
refactor(cargo): drop CargoBuildHandler new/for_check wrappers
luccinmasirika Jul 3, 2026
1143e6f
docs(cargo): explain why run_test has no json branch
luccinmasirika Jul 3, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading