Skip to content

Releases: rust-lang/cc-rs

1.0.95

20 Apr 04:24
7649f12
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.94...1.0.95

1.0.94

13 Apr 15:57
0286286
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.93...1.0.94

1.0.93

13 Apr 15:54
4743a72
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.92...1.0.93

1.0.92

08 Apr 15:38
f313ff5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.91...1.0.92

1.0.91

07 Apr 10:12
c9b0850
Compare
Choose a tag to compare

What's Changed

  • Update windows-bindgen requirement from 0.54 to 0.55 by @dependabot in #999
  • Fix: Accept non utf-8 characters in compiler and archiver by @NobodyXu in #998
  • CI: Add automatic publish on tag creation by @NobodyXu in #978
  • feat: Query rustc for clang target triples instead of hardcoding them by @NobodyXu in #1004
  • Fix safety comment for LibraryHandle::get_proc_address by @NobodyXu in #1010
  • Fix compile family detection: Use C macros instead of $compiler -v by @NobodyXu in #1000
  • refactor: Optimize code based on cargo clippy suggestions by @InventiveCoder in #1013
  • Fix regression in compiler family detection by @russelltg in #1014
  • Also shim llvm-ar in the clang_android test on non-Windows by @dpaoliello in #1016
  • Fix caching of supported compiler flag by @NobodyXu in #1002
  • fix llvm-ar as archiver for msvc targets; fix clang-cl detection; fix assembler output flag detection; add clang/clang-cl windows CI by @russelltg in #1015
  • fix(env_tool): return None if env is empty by @cathaysia in #1021
  • Release cc 1.0.91 by @NobodyXu in #1024

New Contributors

Full Changelog: 1.0.90...1.0.91

1.0.90

06 Mar 23:20
3175b56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.89...1.0.90

1.0.89

04 Mar 10:12
b1c53ad
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.88...1.0.89

1.0.88

25 Feb 09:36
561543c
Compare
Choose a tag to compare

What's Changed

  • Add /System/iOSSupport to header/library search paths on Mac Catalyst by @madsmtm in #961
  • Fix set_blocking by @NobodyXu in #975
  • feat: move debug logging behind a debug flag that is disabled by default by @amaanq in #972
  • Release cc 1.0.88 by @NobodyXu in #977

New Contributors

Full Changelog: 1.0.87...1.0.88

1.0.87

24 Feb 01:57
35d96f0
Compare
Choose a tag to compare

What's Changed

  • fix: remove unnecessary printlns by @amaanq in #960
  • Support native ARM64 MSVC toolchain, and fallback to x64 if emulation is available by @dpaoliello in #957
  • add armv8r-none-eabihf by @chrisnc in #836
  • Fix use of cc with make <4.3: Clear O_NONBLOCK after compilaton by @NobodyXu in #966
  • Release cc 1.0.87 by @NobodyXu in #967

New Contributors

Full Changelog: 1.0.86...1.0.87

1.0.86

21 Feb 00:42
e814ca5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.85...1.0.86