Skip to content

Releases: dtolnay/cxx

1.0.152

29 Mar 19:04
1.0.152
6c117a8

Choose a tag to compare

  • Documentation improvements

1.0.151

26 Mar 23:17
1.0.151
dac5629

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

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

Choose a tag to compare

  • Fix incorrect symlinks in release tgz (#1482)

1.0.148

15 Mar 16:09
1.0.148
3770da2

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

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

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

Choose a tag to compare

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)