Skip to content

Releases: rust-lang/cc-rs

cc-v1.2.17

21 Mar 08:04
d9dd20e
Compare
Choose a tag to compare

Other

  • Regenerate target info (#1439)
  • Regenerate windows sys bindings (#1437)
  • Fix wasm32-wali-linux-musl target parsing (#1434)
  • Parse rustc target names (#1413)
  • Regenerate target info (#1429)
  • Added base support for wasm32-wali-linux-musl target (#1373)

cc-v1.2.16

28 Feb 10:04
3c1325b
Compare
Choose a tag to compare

Fixed

  • force windows compiler to run in out_dir to prevent artifacts in cwd (#1415)

Other

  • use /arch:SSE2 for x86 target arch (#1425)
  • Regenerate windows-sys binding (#1422)
  • Regenerate target info (#1418)
  • Add LIB var when compiling flag_check (#1417)
  • Change flag ordering (#1403)
  • Fix archiver detection for musl cross compilation (#1404)

cc-v1.2.15

21 Feb 09:50
9731605
Compare
Choose a tag to compare

Other

  • Regenerate target info (#1406)
  • Always read from all CFLAGS-style flags (#1401)
  • Simplify the error output on failed Command invocation (#1397)

cc-v1.2.14

14 Feb 07:47
328d0ff
Compare
Choose a tag to compare

Other

  • Regenerate target info (#1398)
  • Add support for setting -gdwarf-{version} based on RUSTFLAGS (#1395)
  • Add support for alternative network stack io-sock on QNX 7.1 aarch64 and x86_64 (#1312)

cc-v1.2.13

08 Feb 09:44
15fe112
Compare
Choose a tag to compare

Other

  • Fix cross-compiling for Apple platforms (#1389)

cc-v1.2.12

04 Feb 14:13
9a9c248
Compare
Choose a tag to compare

Other

  • Split impl Build (#1382)
  • Don't specify both -target and -mtargetos= on Apple targets (#1384)

cc-v1.2.11

31 Jan 19:56
81929fa
Compare
Choose a tag to compare

Other

  • Fix more flag inheritance (#1380)
  • Include wrapper args. in stdout family heuristics to restore classifying clang --driver-mode=cl as Msvc { clang_cl: true } (#1378)
  • Constrain -Clto and -Cembed-bitcode flag inheritance to be clang-only (#1379)
  • Pass deployment target with -m*-version-min= (#1339)
  • Regenerate target info (#1376)

cc-v1.2.10

17 Jan 09:59
48416a2
Compare
Choose a tag to compare

Other

  • Fix CC_FORCE_DISABLE=0 evaluating to true (#1371)
  • Regenerate target info (#1369)
  • Make hidden lifetimes explicit. (#1366)

cc-v1.2.9

12 Jan 06:50
966183e
Compare
Choose a tag to compare

Other

  • Don't pass inherited PGO flags to GNU compilers (#1363)
  • Adjusted zig cc judgment and avoided zigbuild errors(#1360) (#1361)
  • Fix compilation on macOS using clang and fix compilation using zig-cc (#1364)

cc-v1.2.8

11 Jan 01:32
a8c9dc0
Compare
Choose a tag to compare

Other

  • Add is_like_clang_cl() getter (#1357)
  • Fix clippy error in lib.rs (#1356)
  • Regenerate target info (#1352)
  • Fix compiler family detection issue with clang-cl on macOS (#1328)
  • Update windows-bindgen dependency (#1347)
  • Fix clippy warnings (#1346)