Skip to content

Releases: dtolnay/cxx

1.0.118

28 Feb 18:52
1.0.118
1fd8a5f
Compare
Choose a tag to compare
  • Fix "out-of-line definition does not match any declaration" error affecting Rust shared types with methods (#1320, thanks @phil-opp)

1.0.117

19 Feb 23:21
1.0.117
7eef562
Compare
Choose a tag to compare
  • Fix unused_imports warnings when compiled by rustc 1.78

1.0.116

10 Feb 03:26
1.0.116
d5aed94
Compare
Choose a tag to compare
  • Fix ref_as_ptr clippy lint being triggered within generated code

1.0.115

06 Jan 03:11
1.0.115
5ceca34
Compare
Choose a tag to compare
  • Work around some dead_code warnings (#1303)

1.0.114

03 Jan 01:46
1.0.114
e6184c2
Compare
Choose a tag to compare

1.0.113

02 Jan 06:39
1.0.113
2dc00a4
Compare
Choose a tag to compare
  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

1.0.112

01 Jan 00:37
1.0.112
5ae6298
Compare
Choose a tag to compare
  • Documentation improvements

1.0.111

17 Dec 02:59
1.0.111
a666000
Compare
Choose a tag to compare
  • Avoid a new pedantic clippy lint from being triggered inside generated code

1.0.110

28 Oct 03:06
1.0.110
306019c
Compare
Choose a tag to compare
  • Prevent unsafe_op_in_unsafe_fn opt-in lint from being triggered inside generated code (#1281)

1.0.109

12 Oct 22:36
1.0.109
ff4367e
Compare
Choose a tag to compare