| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-03-25 | Rename `is_like_osx` to `is_like_darwin` | Mads Marquart | -3/+3 | |
| 2024-11-24 | Support rpath with -Clinker-flavor=ld | Mads Marquart | -22/+1 | |
| Using `cc_args` panics when using `-Clinker-flavor=ld`, because the arguments are in a form tailored for `-Clinker-flavor=gcc`. So instead, we use `link_args` and let that wrap the arguments with the appropriate `-Wl` or `-Xlinker` when needed. | ||||
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -10/+7 | |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -2/+2 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2024-07-01 | linker: Bail out of rpath logic early if the target doesn't support rpath | Vadim Petrochenkov | -3/+0 | |
| 2024-06-02 | rustc_codegen_ssa: fix get_rpath_relative_to_output panic when lib only ↵ | Hai-Hsin | -0/+16 | |
| contains file name | ||||
| 2023-08-03 | Handle non-utf8 rpaths (fix FIXME) | Martin Nordholts | -17/+18 | |
| 2021-07-05 | Remove LibSource | bjorn3 | -2/+2 | |
| The information is stored in used_crate_source too anyway | ||||
| 2021-06-05 | Remove get_install_prefix_lib_path completely | bjorn3 | -2/+0 | |
| It was broken anyway for rustup installs and nobody seems to have noticed. | ||||
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+74 | |
