Skip to content

Releases: dtolnay/cxx

1.0.149

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

1.0.148

15 Mar 16:09
1.0.148
3770da2
Compare
Choose a tag to compare
  • Produce source archives for releases with stable checksum (#1475)
  • Fix Bazel presubmit build targets to unblock BCR publish (#1476)

1.0.147

14 Mar 21:07
1.0.147
99f858e
Compare
Choose a tag to compare
  • Add strip_prefix to unblock automated Bazel module publish (#1473, thanks @mortenmj)

1.0.146

14 Mar 03:03
1.0.146
b32f656
Compare
Choose a tag to compare
  • Publish releases automatically to bazel-central-registry (#1467, thanks @UebelAndre)

1.0.145

13 Mar 18:27
1.0.145
dcc80b5
Compare
Choose a tag to compare

1.0.144

12 Mar 03:57
1.0.144
af59a50
Compare
Choose a tag to compare

1.0.143

03 Mar 23:25
1.0.143
03b025d
Compare
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
Compare
Choose a tag to compare

1.0.141

19 Feb 16:49
1.0.141
926094d
Compare
Choose a tag to compare

1.0.140

09 Feb 18:38
1.0.140
e067e71
Compare
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)