Skip to content

Releases: dtolnay/cxx

1.0.88

27 Jan 04:56
1.0.88
f33abb9
Compare
Choose a tag to compare
  • Fix memory leak in move assignment operator of rust::Error class (#1167, thanks @umogSlayer)

1.0.87

20 Jan 03:05
1.0.87
3aa71ec
Compare
Choose a tag to compare
  • Improve Debug representation of CxxString

1.0.86

08 Jan 02:03
1.0.86
1f36272
Compare
Choose a tag to compare
  • Support #[cxx_name = "…"] containing name that is a Rust keyword (#1150)

1.0.85

19 Dec 17:16
1.0.85
09ae2ee
Compare
Choose a tag to compare
  • Opt out of -Zrustdoc-scrape-examples on docs.rs for now

1.0.84

17 Dec 18:53
1.0.84
1ac3311
Compare
Choose a tag to compare
  • Documentation improvements

1.0.83

03 Dec 01:16
1.0.83
340f0ba
Compare
Choose a tag to compare
  • Fix compile error in generated code when dealing with references that refer to pointers (#1139)

1.0.82

18 Nov 09:33
1.0.82
513371e
Compare
Choose a tag to compare

1.0.81

08 Nov 09:10
1.0.81
544b350
Compare
Choose a tag to compare
  • Support raw identifiers in namespace attribute: #[namespace = org::r#box::implementation] (#1126)

1.0.80

21 Oct 16:42
1.0.80
c7060d4
Compare
Choose a tag to compare
  • Fix "cannot find type Box in this scope" build error when using Box, String, Vec in default-features = false, features = ["alloc"] mode (#1065)

1.0.79

15 Oct 22:23
1.0.79
97a46f9
Compare
Choose a tag to compare
  • Allow trycatch to be written using a std::string argument to fail, instead of just const char * (#1114)