Skip to content

Releases: rust-lang/cc-rs

cc-v1.1.28

06 Oct 10:51
218365e
Compare
Choose a tag to compare

Other

  • Environment variables: For one accepting boolean, treat "0", "false" and empty env as false (#1238)

cc-v1.1.27

06 Oct 05:49
3bbb384
Compare
Choose a tag to compare

Other

  • Revert "Use debug version of MSVC runtime library on debug (#1231)" (#1237)
  • Disable CC_ENABLE_DEBUG_OUTPUT if it is set to "0" (#1234)

cc-v1.1.26

06 Oct 03:21
7e9730b
Compare
Choose a tag to compare

Other

  • Use debug version of MSVC runtime library on debug (#1231)

cc-v1.1.25

05 Oct 02:27
338e434
Compare
Choose a tag to compare

Other

  • Remove incorrect "lib" prefixes in CXXSTDLIB doc comments (#1228)

cc-v1.1.24

01 Oct 11:05
7de85cc
Compare
Choose a tag to compare

Other

  • Fix wasm32-wasip1-threads: shared-memory disallowed due to not compiled with 'atomics' or 'bulk-memory' features (#1221)
  • Reduce the need for the host target triple (#1224)
  • Add auto cancellation for CI jobs (#1222)

cc-v1.1.23

30 Sep 12:25
1d566d4
Compare
Choose a tag to compare

Other

  • Update doc for detecting changes/upgrades of compilers (#1218)

cc-v1.1.22

27 Sep 09:27
5f5e1c8
Compare
Choose a tag to compare

Other

  • Don't rerun if PATH changes (#1215)

cc-v1.1.21

18 Sep 07:33
748b777
Compare
Choose a tag to compare

Other

  • disable pic for targets that end in -none (#1212)

cc-v1.1.20

17 Sep 11:42
92a5e28
Compare
Choose a tag to compare

Other

  • Add buildcache as known Rust and C/C++ compiler wrapper (#1209)

cc-v1.1.19

15 Sep 15:10
c0b3eae
Compare
Choose a tag to compare

Other

  • Add support arm64e-apple-darwin (#1207)