Skip to content

Releases: dtolnay/cxx

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

1.0.108

10 Oct 01:13
1.0.108
a6ca025
Compare
Choose a tag to compare
  • Support running cxx's build script from outside of cxx's manifest directory (#1275, thanks @illicitonion)
  • Fix clippy lint in generated PartialOrd impls

1.0.107

29 Aug 23:24
1.0.107
51ded1b
Compare
Choose a tag to compare
  • Add CxxVector::new for creating an empty vector (#1262, thanks @capickett)