| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-15 | Remove 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-11 | move `src/tools/build_helper` into `src/build_helper` | onur-ozkan | -1/+1 | |
| Signed-off-by: onur-ozkan <work@onurozkan.dev> | ||||
| 2024-04-28 | Remove direct dependencies on lazy_static, once_cell and byteorder | George Bateman | -1/+0 | |
| The functionality of all three crates is now available in the standard library. | ||||
| 2023-04-09 | feat: implement basic suggest-tests tool | Ezra Shaw | -0/+9 | |
