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