| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-25 | Don't show warnings from xcrun with -Zverbose-internals | Mads Marquart | -1/+1 | |
| These kinds of warnings can make our test suites fail, so if we want them, we'll need a different flag. | ||||
| 2025-08-11 | Only warn when invoking xcrun | Mads Marquart | -3/+21 | |
| To allow using zig-cc or similar as the compiler driver. | ||||
| 2025-08-08 | Add target_env = "macabi" and target_env = "sim" | Mads Marquart | -2/+2 | |
| 2025-04-04 | refactor: Move env parsing of deployment target to rustc_session | Mads Marquart | -51/+1 | |
| 2025-04-04 | refactor: Move Apple OSVersion (back) to rustc_target | Mads Marquart | -81/+10 | |
| Also convert OSVersion into a proper struct for better type-safety. | ||||
| 2025-03-27 | Emit better error messages when invoking xcrun | Mads Marquart | -1/+135 | |
| Also allow the SDK path to be non-UTF-8. | ||||
| 2025-03-27 | refactor: Move Apple SDK names to rustc_codegen_ssa::back::apple | Mads Marquart | -0/+18 | |
| 2025-02-24 | Make #[used] work when linking with ld64 | Mads Marquart | -0/+84 | |
| 2024-11-22 | Print env var in --print=deployment-target | Mads Marquart | -1/+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-11-01 | Emit diagnostics for incorrect deployment targets | Mads Marquart | -9/+37 | |
| 2024-11-01 | Move Mach-O platform information to rustc_codegen_ssa::back::apple | Mads Marquart | -0/+16 | |
| To align with the general decision to have this sort of information there instead. Also use the visionOS values added in newer `object` release. | ||||
| 2024-11-01 | Move versioned LLVM target creation to rustc_codegen_ssa | Mads Marquart | -0/+127 | |
| The OS version depends on the deployment target environment variables, the access of which we want to move to later in the compilation pipeline that has access to more information, for example `env_depinfo`. | ||||
