1. e26ef86 Cleanup pass on where we use Private and doc(hidden) by Protobuf Team Bot · 5 months ago
  2. 744c9dd Rename `#[googletest::test]` to `#[gtest]` by Dmitri Gribenko · 6 months ago
  3. c7d4697 Add an protobuf::__internal::SealedInternal trait by Protobuf Team Bot · 6 months ago
  4. 7141c30 Rust: update map setters to take `IntoProxied` by Adam Cozzette · 6 months ago
  5. e6304eb Add AsView + AsMut as supertraits of Proxied and MutProxied. by Protobuf Team Bot · 6 months ago
  6. 3c95fc8 Create AsView/IntoView/AsMut/IntoMut traits by Protobuf Team Bot · 6 months ago
  7. 0a917b9 Use `#[googletest::test]` in Protobuf Rust by Dmitri Gribenko · 6 months ago
  8. cf948e4 Restructure the ViewProxy versus MutProxy trait setup. by Protobuf Team Bot · 6 months ago
  9. 9c99424 implement repeated_new and repeated_free for enums and messages. Drop the default impl since it is now required by Derek Benson · 6 months ago
  10. cee9da9 add IntoProxied Repeated blanket impl for Iterators by Derek Benson · 6 months ago
  11. 0d6e979 Migrate Repeated::{push, set} and Map::insert to use the IntoProxied trait. by Jakob Buchgraber · 7 months ago
  12. fe69639 Rename IntoProxied::into -> IntoProxied::into_proxied by Marcel Hlopko · 8 months ago
  13. 3c9978d Mark owned Repeated & Map types as Send & Sync. by Jakob Buchgraber · 8 months ago
  14. 904266d inline repeated field methods by Derek Benson · 9 months ago
  15. f2d8c2b Add a reserve method on ProxiedInRepeated by Derek Benson · 9 months ago
  16. b6e0a48 Implement `IntoProxied` for repeated field setters by Jakob Buchgraber · 9 months ago
  17. 7b3682f Pin the rev of googletest to the GitHub main branch by Bastien Jacot-Guillarmod · 9 months ago
  18. 959903d Remove the now unused vtable types. In particular, by Jakob Buchgraber · 9 months ago
  19. 1a7ce61 Split Proxied into Proxied and MutProxied traits. by Jakob Buchgraber · 9 months ago
  20. 2678e10 Create a upb rust directory. by Protobuf Team Bot · 10 months ago
  21. 063c198 add empty case to extend repeated and map tests, fix map methods that consumed self by Protobuf Team Bot · 10 months ago
  22. 7f6a0ba Implement Extend for Repeated by Protobuf Team Bot · 10 months ago
  23. ad5e55a #protobuf #rust Mark {Map, Repeated}::new() as public by Jakob Buchgraber · 11 months ago
  24. 9ff062c Make types for 'inner' (runtime-specific) owned Repeated and Maps by Protobuf Team Bot · 11 months ago
  25. 3985082 Correct ExactSizeIterator impl for RepeatedIter by Alyssa Haroldsen · 12 months ago
  26. a9bcb60 Remove RepeatedIterMut by Alyssa Haroldsen · 12 months ago
  27. 3657e05 Improve field publicity for repeated/maps by Alyssa Haroldsen · 12 months ago
  28. 39e8ca7 Add support for repeated strings/bytes by Marcel Hlopko · 1 year ago
  29. b6ea6f9 Remove Deref from RepeatedMut by Alyssa Haroldsen · 1 year ago
  30. e16dd47 Implement IntoIterator for &Repeated{View,Mut} by Alyssa Haroldsen · 1 year ago
  31. 8615daa #rust #unsafe Fix unsound cast of RepeatedMut to RepeatedView by Jakob Buchgraber · 1 year, 1 month ago
  32. fcf0d01 Expose repeated _unchecked accessors, interior accessor by Alyssa Haroldsen · 1 year, 1 month ago
  33. 14dd8e9 Implement ExactSizeIterator and FusedIterator for repeated fields. by Protobuf Team Bot · 1 year, 1 month ago
  34. f51182b Add RepeatedMut::clear, free for owned Repeated by Alyssa Haroldsen · 1 year, 1 month ago
  35. 6ae76fd Rework Repeated and primitives with traits for use by out-of-crate items by Alyssa Haroldsen · 1 year, 1 month ago
  36. 1dd6a7d Clean up some trivial lifetime usage by Alyssa Haroldsen · 1 year, 2 months ago
  37. 74ff001 Remove iteration and item mutators from Repeated by Alyssa Haroldsen · 1 year, 2 months ago
  38. ab11a0d Name the lifetime in the signature of SettableValue.set_on() by Jakob Buchgraber · 1 year, 2 months ago
  39. 65cdac4 Finish Proxied impls for rust repeated scalars by Kevin King · 1 year, 3 months ago
  40. e1bb7d6 Implement rust repeated scalars for cpp and upb by Protobuf Team Bot · 1 year, 3 months ago