Skip to content

Releases: dtolnay/cxx

1.0.168

10 Aug 04:15
1.0.168
41ec56f
Compare
Choose a tag to compare

1.0.167

10 Aug 02:58
1.0.167
8921071
Compare
Choose a tag to compare
  • Improve SharedPtr documentation (#1569)
  • Add SharedPtr::from_raw and impl From<UniquePtr<T>> for SharedPtr<T> (#1005, #1568)
  • Add SharedPtr::pin_mut_unchecked, SharedPtr::as_ptr, SharedPtr::as_mut_ptr (#1570)

1.0.166

09 Aug 19:40
1.0.166
e9c8c0c
Compare
Choose a tag to compare
  • Support #[repr(align(…))] attribute on shared structs (#902, #1567, thanks @mxxo)

1.0.165

08 Aug 01:18
1.0.165
1a96981
Compare
Choose a tag to compare

1.0.164

07 Aug 06:36
1.0.164
79835b1
Compare
Choose a tag to compare
  • Support associated functions and static member functions (#1546, #1547, #1548)
  • Improve type and method naming collision error messages (#1543, #1544)

1.0.163

06 Aug 00:57
1.0.163
2ab6b60
Compare
Choose a tag to compare
  • Strengthen static assertion generated with unique_ptr<T> bindings (#1536, thanks @anforowicz)

1.0.162

05 Aug 22:21
1.0.162
13e02f8
Compare
Choose a tag to compare
  • Set build.rs to rerun on changes to file containing bridge module (#1462, thanks @nyurik)

1.0.161

19 Jul 03:26
1.0.161
68b8276
Compare
Choose a tag to compare
  • Delete #[automatically_derived] on impl blocks that are not trait impls (#1537)

1.0.160

26 Jun 20:17
1.0.160
29bf6c6
Compare
Choose a tag to compare
  • Recognize extern "Rust" fn main() as a special case that translates to int main (#1531)

1.0.159

26 Jun 18:55
1.0.159
ff10be9
Compare
Choose a tag to compare