17 Commits (dba1aa1c810e2fd3a9aed48871529b2285eaff02)

Author SHA1 Message Date
Marcel Hlopko 69a26b217d Use the name of the rust_proto_library as the crate name 6 months ago
Bastien Jacot-Guillarmod 7b3682fcf2 Pin the rev of googletest to the GitHub main branch 7 months ago
Jakob Buchgraber e181855abe Implement flat setters for map and repeated fields. 7 months ago
Protobuf Team Bot 8198fe9a5f Change message-nesting namespacing to be some_msg:: instead of SomeMsg_:: 8 months ago
Protobuf Team Bot 7e47fc3e39 Remove the _mut() accessors from primitive fields (both explicit presence where they were FieldEntry and implicit presence where they were PrimitiveMut). 9 months ago
Alyssa Haroldsen 398508287e Correct ExactSizeIterator impl for RepeatedIter 10 months ago
Alyssa Haroldsen 3ccccdb855 Copy repeated string/bytes in upb when pushing/setting/copying 10 months ago
Marcel Hlopko 0e744e12d6 Fix bug number in a TODO 10 months ago
Marcel Hlopko c1d174f7d2 Stop codegenning module for .proto package 10 months ago
Marcel Hlopko 39e8ca7faf Add support for repeated strings/bytes 10 months ago
Alyssa Haroldsen b6ea6f9192 Remove Deref from RepeatedMut 10 months ago
Alyssa Haroldsen e16dd47999 Implement IntoIterator for &Repeated{View,Mut} 10 months ago
Kevin King 9bd8dfa639 Add Repeated<Message> accessors 10 months ago
Alyssa Haroldsen 0b5cd4e9ef Implement repeated enum accessors 11 months ago
Protobuf Team Bot 14dd8e9ee0 Implement ExactSizeIterator and FusedIterator for repeated fields. 12 months ago
Alyssa Haroldsen 74ff001424 Remove iteration and item mutators from Repeated 12 months ago
Hong Shin acad27f027 Move repeated tests into their own file 12 months ago