about summary refs log tree commit diff
path: root/src/tools/suggest-tests/Cargo.toml
AgeCommit message (Collapse)AuthorLines
2025-07-15Remove current implementation of `./x suggest`Jieyou Xu-8/+0
This is quite a bit of implementation complexity, yet it is quite broken, and we don't have the maintenance bandwidth to address. Remove the current implementation if only to reduce bootstrap's implementation complexity; the `suggest` flow comes with its own set of hacks.
2024-11-11move `src/tools/build_helper` into `src/build_helper`onur-ozkan-1/+1
Signed-off-by: onur-ozkan <work@onurozkan.dev>
2024-04-28Remove direct dependencies on lazy_static, once_cell and byteorderGeorge Bateman-1/+0
The functionality of all three crates is now available in the standard library.
2023-04-09feat: implement basic suggest-tests toolEzra Shaw-0/+9