| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-12 | Add --print target-spec-json-schema | Noratrieb | -1/+1 | |
| This schema is helpful for people writing custom target spec JSON. It can provide autocomplete in the editor, and also serves as documentation when there are documentation comments on the structs, as `schemars` will put them in the schema. | ||||
| 2025-04-24 | Unify the format of rustc cli flags | xizheyin | -36/+39 | |
| Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn> | ||||
| 2025-04-21 | Construct OutputType using macro and print [=FILENAME] help info | xizheyin | -2/+12 | |
| Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn> | ||||
| 2025-04-14 | Specify `--print info=file` syntax in `--help` | clubby789 | -2/+4 | |
| 2025-04-01 | Add unstable `--print=crate-root-lint-levels` | Urgau | -1/+1 | |
| 2025-03-23 | Rebless tests with changed help due to new print request option | Jieyou Xu | -1/+1 | |
| 2025-03-01 | ensure we always print all --print options in help | Michael Toner | -1/+1 | |
| 2025-02-13 | Make `-O` mean `-C opt-level=3` | clubby789 | -1/+1 | |
| 2024-11-22 | Stabilize the 2024 edition | Eric Huss | -1/+1 | |
| 2024-11-08 | Add a run-make test for `rustc --help` and similar | Zalathar | -0/+77 | |
