about summary refs log tree commit diff
path: root/tests/run-make/rustc-help/help-v.stdout
AgeCommit message (Collapse)AuthorLines
2025-09-12Add --print target-spec-json-schemaNoratrieb-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-24Unify the format of rustc cli flagsxizheyin-36/+39
Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn>
2025-04-21Construct OutputType using macro and print [=FILENAME] help infoxizheyin-2/+12
Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn>
2025-04-14Specify `--print info=file` syntax in `--help`clubby789-2/+4
2025-04-01Add unstable `--print=crate-root-lint-levels`Urgau-1/+1
2025-03-23Rebless tests with changed help due to new print request optionJieyou Xu-1/+1
2025-03-01ensure we always print all --print options in helpMichael Toner-1/+1
2025-02-13Make `-O` mean `-C opt-level=3`clubby789-1/+1
2024-11-22Stabilize the 2024 editionEric Huss-1/+1
2024-11-08Add a run-make test for `rustc --help` and similarZalathar-0/+77