Skip to content

Releases: dtolnay/cxx

1.0.90

11 Feb 03:38
1.0.90
33b5c9e
Compare
Choose a tag to compare
  • Prevent new clippy lint extra_unused_type_parameters from triggering inside generated code

1.0.89

01 Feb 20:54
1.0.89
1fdbb96
Compare
Choose a tag to compare
  • Prevent various pedantic lints from being triggered inside generated code (#1162)

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)