about summary refs log tree commit diff
path: root/tests/ui/print-request
AgeCommit message (Collapse)AuthorLines
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-3/+3
2024-11-22Print env var in --print=deployment-targetMads Marquart-1/+2
The deployment target environment variable is OS-specific, and if you're in a place where you're asking `rustc` for the deployment target, you're likely to also wanna know the environment variable.
2024-11-02Add `--print host-triple`Noratrieb-0/+6
People often parse `-vV` output to get to the host triple, which is annoying to do. It's easier to just get it directly.
2024-11-02move deployment-target tests to print-requestNilstrieb-0/+16