| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-12-27 | Remove the `-test` suffix from normalize directives | Zalathar | -3/+3 | |
| 2024-11-22 | Print env var in --print=deployment-target | Mads 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-02 | Add `--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-02 | move deployment-target tests to print-request | Nilstrieb | -0/+16 | |
