16771 Commits (57f770f8c9c7ee8d6f3d1be6950ca1755fa205cb)
 

Author SHA1 Message Date
Protobuf Team Bot 57f770f8c9 Make sure the pb_defaults section is never empty instead of using __attribute__((weak)). Not all platforms support having a never defined weak symbol. 1 year ago
Sandy Zhang cbd9a98301 Don't emit redundant enum name gencode when has_reflection is false. 1 year ago
Éamonn McManus fc2d9da9c0 Wrap C++ headers in `#ifdef __cplusplus`. 1 year ago
Protobuf Team Bot d98722b53c Auto-generate files after cl/599558000 1 year ago
Protobuf Team Bot b161e2df00 Change the way pinning and weak references are done in the Weak Descriptor 1 year ago
Protobuf Team Bot adacf6d0e1 Use char indexOf rather than String, which can have a fast path implementation 1 year ago
Protobuf Team Bot 979c39178b Format CodedInputStream & Test 1 year ago
Protobuf Team Bot 2c28d728da Add missing Protobuf Java version checks for enums and missing version info when separate Java files are generated. 1 year ago
Protobuf Team Bot 3d79d0374b Auto-generate files after cl/599369761 1 year ago
Protobuf Team Bot fedd34df47 Allocate an editions FeatureSet extension for https://github.com/bufbuild/protobuf-es 1 year ago
Alyssa Haroldsen 32c17c0919 Simplify format variables in singular_string 1 year ago
Alyssa Haroldsen c1bb1981a4 Remove Deref from MapMut 1 year ago
Alyssa Haroldsen b6ea6f9192 Remove Deref from RepeatedMut 1 year ago
Protobuf Team Bot 2fb2274716 Auto-generate files after cl/599323122 1 year ago
Alyssa Haroldsen 4696ac71ca Rename 'a to 'msg in message gencode 1 year ago
Alyssa Haroldsen ab8b762941 Use `self` for all methods on views, return `'msg` 1 year ago
Protobuf Team Bot fe6a601598 Auto-generate files after cl/599313198 1 year ago
Eric Salo 7c5ff29979 upb: add upb_MiniTableExtension_CType() 1 year ago
Protobuf Team Bot 8eb7c63ee7 Correct conformance_cpp to use the requested message type for JSON tests. 1 year ago
Hong Shin 808487918c Initialize scaffolding for ProxiedWithPresence for Messages 1 year ago
Alyssa Haroldsen e16dd47999 Implement IntoIterator for &Repeated{View,Mut} 1 year ago
Alyssa Haroldsen 19851968bb Fix indentation of a macro in simple_nested_test.rs 1 year ago
Kevin King 9bd8dfa639 Add Repeated<Message> accessors 1 year ago
Protobuf Team Bot b04a213326 Auto-generate files after cl/599244388 1 year ago
Kevin King a19ce5b002 Move repeated_scalar.cc to repeated_field.cc 1 year ago
Kevin King df376c807c Implement ProxiedInRepeated for Messages 1 year ago
Protobuf Team Bot 27af4c802f Auto-generate files after cl/599220883 1 year ago
Protobuf Team Bot 57a0ff8c92 Reserve and extension number in proto2.FeatureSet for Go 1 year ago
Joshua Haberman 9188b39fb7 Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 1 year ago
Kevin King b3639a0e9a Add rust bindings for `upb_Array_GetMutable` 1 year ago
Protobuf Team Bot 4773c091d2 Also emit the oneof accessors into $Msg$Mut and $Msg$View 1 year ago
Joshua Haberman 50d0421170 Separate MiniTable code generator into a separate library target. 1 year ago
Protobuf Team Bot 12e6af88e9 Auto-generate files after cl/599153141 1 year ago
Protobuf Team Bot cd575718be Update the r# prefixing logic: 1 year ago
Jakob Buchgraber 85972e505a #rust #protobuf Implement bytes as map values 1 year ago
Protobuf Team Bot 1fe463ce71 Avoid integer-to-pointer cast in protobuf SerialArena 1 year ago
Protobuf Team Bot dfc275fc1f Auto-generate files after cl/598899738 1 year ago
Protobuf Team Bot d716c2e963 Reuse Message's accessor definitions on Msg+MsgMut+MsgView 1 year ago
Protobuf Team Bot 55820f2b22 Remove redundant [[noinline]]. 1 year ago
Protobuf Team Bot deb2dff4e1 Progress towards reusing the same accessor definitions on Msg+MsgMut+MsgView 1 year ago
Marcel Hlopko e4ae0c110f Make rust_crate_mapping flag optional 1 year ago
Marcel Hlopko 88d991d310 Depend on all deps of a proto_library, not just the first 1 year ago
Protobuf Team Bot c12c96e194 Auto-generate files after cl/598741329 1 year ago
Eric Salo 72275ded70 upb: move upb_Message definition back into upb/message/ 1 year ago
Protobuf Team Bot 854ca49520 Internal versioning changes. 1 year ago
Kevin King 7b42f1c08b Add `Msg::as_{view,mut}()` 1 year ago
Protobuf Team Bot a37522001f Auto-generate files after cl/597962426 1 year ago
Protobuf Team Bot bc7c90f2c2 Internal Protobuf changes 1 year ago
Alyssa Haroldsen 0a4c006a39 Return RepeatedMut<c_int> for cpp cast_enum_repeated_mut 1 year ago
Alyssa Haroldsen e7a224cd85 Support enums as oneof fields 1 year ago