Releases: rust-lang/cc-rs
Releases · rust-lang/cc-rs
cc-v1.2.17
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
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
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
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
Other
- Fix cross-compiling for Apple platforms (#1389)
cc-v1.2.12
Other
- Split impl Build (#1382)
- Don't specify both
-target
and -mtargetos=
on Apple targets (#1384)
cc-v1.2.11
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
Other
- Fix CC_FORCE_DISABLE=0 evaluating to true (#1371)
- Regenerate target info (#1369)
- Make hidden lifetimes explicit. (#1366)
cc-v1.2.9
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
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)