Skip to content

Releases: dtolnay/cxx

1.0.158

24 Apr 04:18
1.0.158
a1afe6c
Compare
Choose a tag to compare
  • Work around clippy reporting borrow_as_ptr lint inside generated code (#1510)

1.0.157

15 Apr 06:49
1.0.157
f9d547b
Compare
Choose a tag to compare

1.0.156

08 Apr 01:03
1.0.156
03b6023
Compare
Choose a tag to compare
  • Fix return-type-c-linkage warning in signatures that return a shared struct containing primitives (#1498)

1.0.155

06 Apr 19:45
1.0.155
c8947db
Compare
Choose a tag to compare
  • Zero-initialize primitive fields of shared structs in default constructor (#1495)

1.0.154

06 Apr 19:05
1.0.154
204d76f
Compare
Choose a tag to compare
  • Generate indirect placement for shared structs containing improper ctype (#1494)

1.0.153

30 Mar 20:13
1.0.153
dfb54b4
Compare
Choose a tag to compare

1.0.152

29 Mar 19:04
1.0.152
6c117a8
Compare
Choose a tag to compare
  • Documentation improvements

1.0.151

26 Mar 23:17
1.0.151
dac5629
Compare
Choose a tag to compare
  • Add explicit conversion operator from rust::Str to std::string_view (#1486, thanks @anforowicz)

1.0.150

23 Mar 16:36
1.0.150
66f1995
Compare
Choose a tag to compare
  • Make source tars deterministic and reproducible (#1483)
  • Update codespan-reporting dependency to 0.12 (#1485)

1.0.149

18 Mar 19:58
1.0.149
ba6590d
Compare
Choose a tag to compare
  • Fix incorrect symlinks in release tgz (#1482)