Files
rust/src/etc
Erick Tryzelaar f52f12501b Add --quiet flag to x.py and bootstrap to suppress output
This adds a `--quiet` flag to x.py and bootstrap to suppress some of the
output when compiling Rust. It conflicts with `--verbose`, matching the
behavior of `cargo` which does not allow `--verbose` and `--quiet`.

It works by passing quiet flags down to the underlying cargo, or LLVM
build processes. Note that for LLVM, we only can suppress logs when we
explicitly configure it with ninja. Otherwise we won't know what flag
to pass along to whichever build system cmake decides to use.

This can be helpful with AI workloads in the Rust codebase to help
shrink down the output to reduce token usage, which can help prevent
context pollution and lower costs.

This patch was partially generated with Gemini, but I've reviewed the
changes it made.
2026-04-15 16:46:41 +00:00
..
2016-08-22 01:24:01 -04:00
2015-07-30 06:35:42 +10:00
2017-11-16 13:34:13 -05:00
2026-04-02 09:44:38 -05:00
2026-03-31 05:01:25 -05:00
2023-04-14 19:07:13 -07:00
2018-12-25 21:08:33 -07:00