-
Notifications
You must be signed in to change notification settings - Fork 562
Comparing changes
Open a pull request
base repository: rust-lang/cc-rs
base: cc-v1.2.41
head repository: rust-lang/cc-rs
compare: cc-v1.2.46
- 16 commits
- 12 files changed
- 9 contributors
Commits on Oct 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cda8b38 - Browse repository at this point
Copy the full SHA cda8b38View commit details
Commits on Oct 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for beda6e0 - Browse repository at this point
Copy the full SHA beda6e0View commit details -
Fix linker-plugin-lto: use
-flto=thin(#1594)* Fix linker-plugin-lto: use `-flto=thin` The linker-plugin/lld uses thin LTO by default, and it requires the archive to be compiled with thin LTO as well, since thin LTO generates function summary which is needed by thin LTO. * Clarify purpose of unused 'lto' variable in flags.rs Added a comment explaining the purpose of the unused 'lto' variable. * Update comments on thin LTO for linker plugin Clarify comments regarding thin LTO requirements for linker plugin.
Configuration menu - View commit details
-
Copy full SHA for b6281e8 - Browse repository at this point
Copy the full SHA b6281e8View commit details -
chore: minor improvement for docs (#1598)
Signed-off-by: spuradage <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c7c38f2 - Browse repository at this point
Copy the full SHA c7c38f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a89ed0 - Browse repository at this point
Copy the full SHA 5a89ed0View commit details -
chore(cc): release v1.2.42 (#1597)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fdb089a - Browse repository at this point
Copy the full SHA fdb089aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0b2fd6 - Browse repository at this point
Copy the full SHA a0b2fd6View commit details -
Stop passing an invalid target to
llvm-mingw's cross-compilation wr……appers (#1495) The cross-compilation toolchains distributed by the `llvm-mingw` project for building code for the `*-pc-windows-gnullvm` targets have a wrapper script in place of their `clang` binaries that calls them with a specific target, much like it has been the case with the Android NDK. When `cc-rs` sets a explicit `--target` flag, the wrapper script breaks down, and is no longer able to use the proper linker and libraries. To improve on this situation and make it possible to cross-compile Rust projects that depend on building C code with `cc-rs`, let's skip passing this flag when cross-compilation with such a wrapper script is attempted.
Configuration menu - View commit details
-
Copy full SHA for 8a45e2b - Browse repository at this point
Copy the full SHA 8a45e2bView commit details
Commits on Oct 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 97281b6 - Browse repository at this point
Copy the full SHA 97281b6View commit details
Commits on Oct 31, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2a2eee3 - Browse repository at this point
Copy the full SHA 2a2eee3View commit details -
chore(cc): release v1.2.44 (#1603)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 514e4d1 - Browse repository at this point
Copy the full SHA 514e4d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1fa376 - Browse repository at this point
Copy the full SHA c1fa376View commit details
Commits on Nov 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0c15d10 - Browse repository at this point
Copy the full SHA 0c15d10View commit details
Commits on Nov 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for df67ed3 - Browse repository at this point
Copy the full SHA df67ed3View commit details
Commits on Nov 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ef4d378 - Browse repository at this point
Copy the full SHA ef4d378View commit details
Commits on Nov 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 15145d1 - Browse repository at this point
Copy the full SHA 15145d1View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff cc-v1.2.41...cc-v1.2.46