about summary refs log tree commit diff
path: root/src/tools/features-status-dump
AgeCommit message (Collapse)AuthorLines
2025-09-21Implement output of colored messages with optional check contextJakub Beránek-1/+2
2025-09-02Revert introduction of `[workspace.dependencies]`.Nicholas Nethercote-1/+1
This was done in #145740 and #145947. It is causing problems for people using r-a on anything that uses the rustc-dev rustup package, e.g. Miri, clippy. This repository has lots of submodules and subtrees and various different projects are carved out of pieces of it. It seems like `[workspace.dependencies]` will just be more trouble than it's worth.
2025-08-28Add `serde_json` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-05-01Remove backtrace dep from anyhow in features status dump toolChristian Legnitto-1/+1
According to `anyhow`'s Cargo.toml: > On compilers older than 1.65, features=["backtrace"] may be used to enable > backtraces via the `backtrace` crate. This feature has no effect on 1.65+ > besides bringing in an unused dependency, as `std::backtrace` is always > preferred. So this is just bringing in an unused dependency.
2025-01-26features-status-dump: add new build-metrics tool许杰友 Jieyou Xu (Joe)-0/+65
Co-authored-by: Jane Losare-Lusby <jlusby42@gmail.com>