Skip to content

Releases: dtolnay/cxx

1.0.92

06 Mar 00:15
1.0.92
fd3b3d5
Compare
Choose a tag to compare
  • Set html_root_url attribute for cxx-build and cxx-gen libraries

1.0.91

15 Feb 17:37
1.0.91
473f24a
Compare
Choose a tag to compare
  • Exclude buck2 prelude submodule from getting inlined into the published crate

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)