| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-18 | Enable automatic cross-compilation in run-make tests | Jakub Beránek | -6/+3 | |
| 2024-11-22 | Print env var in --print=deployment-target | Mads Marquart | -2/+1 | |
| 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-09-29 | Do not specify an SDK version in object files | Mads Marquart | -0/+9 | |
| This is unnecessary, since it ends up being overwritten when linking anyhow, and it feels wrong to embed some arbitrary SDK version in here. | ||||
| 2024-09-29 | Add run-make test to check the SDK version(s) that rustc produces | Mads Marquart | -0/+87 | |
