Skip to content

Releases: dtolnay/cxx

1.0.144

12 Mar 03:57
1.0.144
af59a50

Choose a tag to compare

1.0.143

03 Mar 23:25
1.0.143
03b025d

Choose a tag to compare

  • New trait impls for UniquePtr: Seek, PartialEq, Eq, PartialOrd, Ord, Hash (#1454, #1455, #1446, #1456)
  • New trait impls for SharedPtr: PartialEq, Eq, PartialOrd, Ord, Hash (#1457)

1.0.142

28 Feb 09:45
1.0.142
4b4e1c1

Choose a tag to compare

1.0.141

19 Feb 16:49
1.0.141
926094d

Choose a tag to compare

1.0.140

09 Feb 18:38
1.0.140
e067e71

Choose a tag to compare

  • Add rust::String(const char8_t *) and rust::String(const char8_t *, size_t) constructors (#1437, thanks @anforowicz)
  • Declare operator+(ptrdiff_t, Slice<T>::iterator) to be noexcept (#1440)

1.0.139

08 Feb 19:46
1.0.139
178f408

Choose a tag to compare

  • Make rust::Slice satisfy C++20 contiguous_range concept (#1432, thanks @anforowicz)

1.0.138

05 Feb 22:00
1.0.138
58f7176

Choose a tag to compare

  • Add method to convert from &CxxString to &CStr (#1431, thanks @nyurik)

1.0.137

05 Feb 21:58
1.0.137
c5fe795

Choose a tag to compare

  • Update Bazel rules_cc dependency (#1422, thanks @wep21)

1.0.136

25 Dec 02:09
1.0.136
d54e446

Choose a tag to compare

1.0.135

17 Dec 01:24
1.0.135
ee011db

Choose a tag to compare

  • Friendlier message when cxx::CxxString is used in a #[cxx::bridge] (#1414, thanks @anforowicz)
  • Suppress unused_unsafe warnings within the generated code (#1415, thanks @anforowicz)