17610 Commits (f70d90b4743dd9eed05e5bf33ef7196a99894e29)
 

Author SHA1 Message Date
Protobuf Team Bot 6d33efeefe Auto-generate files after cl/629226391 7 months ago
Hong Shin 208cae7fd7 Internal Change 7 months ago
Éamonn McManus e9c9970eb4 In the Kotlin DSL, reference builder methods with property syntax. 7 months ago
Protobuf Team Bot f2e1ad3152 Internal change. 7 months ago
Éamonn McManus 501067aa80 Expose `MiniDescriptorEncode` for `FieldDefPtr`. 7 months ago
Jakob Buchgraber b7a145df95 Implement _mut() accessors for messages without FieldEntry 7 months ago
Jakob Buchgraber f9ed22055e Remove MutProxied for bytes/string fields. 7 months ago
Jakob Buchgraber 1980e025eb Remove PrimitiveMut and related vtable types 7 months ago
Jakob Buchgraber 1a84c9c037 Remove gencode that uses vtables for string/bytes field accessors 7 months ago
Jakob Buchgraber d76fdc56bb Implement IntoProxied for messages 7 months ago
Protobuf Team Bot 1d0028ddda Fix unused warnings in Rust Proto 7 months ago
Protobuf Team Bot de6aba9f63 Java Proto Lite: Serialize repeated enums without allocating 7 months ago
Protobuf Team Bot b3e7a00774 Add unit test enum showing allocation in repeated enum lists 7 months ago
Eric Salo ea4c77ca48 upb: implement .mergeFromBuffer() on GeneratedMessage in Dart 7 months ago
Marcel Hlopko 93bd4bb012 Ensure that the rust_proto_library is in the same package as proto_library 7 months ago
Protobuf Team Bot 62f2b143d5 Change the arena.hpp ::Fuse return type to bool to surface whether the fuse failed. 7 months ago
Marcel Hlopko 419824d26b Remove obsolete logic related to cc_proto_library 7 months ago
Protobuf Team Bot 08c7b1ca92 Auto-generate files after cl/628095780 7 months ago
Hong Shin e0fc566596 Ensure the appropriate upb functions taking non-const pointers assert that the message is not frozen. 7 months ago
Eric Salo 7a1c926ef3 upb: begin to delete the old Dart v2 plugin code 7 months ago
Protobuf Team Bot 047fc7673e Introduce `MessageDescriptor.IsMapType` in C# reflection to make it easier to tell whether a given message was generated by protoc for a map field. 7 months ago
Protobuf Team Bot 9ea682d1ee Add a TODO to use Layout::WithStaticSizes in SerialArenaChunk when we update the abseil release. 7 months ago
Jakob Buchgraber dcc5db4c56 Implement Arena::fuse() 7 months ago
Marcel Hlopko 59d8afde6b Use the main/proper proto_common 7 months ago
Protobuf Team Bot 734729afc2 Create the concept of 'owned data' in upb/rust as a generalization of the upb.rs SerializedData (which is a arena + data for arbitrary types, both thin and wide ref types), use that for the wire parse/serialize path. 7 months ago
Protobuf Team Bot ef02087534 Auto-generate files after cl/627794151 7 months ago
Jie Luo 9cc5be12ed Catch all the exceptions in python JSON ParseDict and raise 7 months ago
Eric Salo 8be1312b3c upb: fix Dart empty imports 7 months ago
Protobuf Team Bot 55875598f7 Add a collision-avoidance behavior to the Rust Proto codegen. 7 months ago
Jakob Buchgraber 849b975e5f Temporarily use AsRef<{ProtoStr, [u8]}> for string/bytes accessors 7 months ago
Jakob Buchgraber 1a7ce61061 Split Proxied into Proxied and MutProxied traits. 7 months ago
Protobuf Team Bot 2c16decbce Internal change. 7 months ago
Protobuf Team Bot 322d4d4458 Auto-generate files after cl/627531912 7 months ago
Hong Shin 5b5db6666e Check IsFrozen for internal/message.c and reflection/message.c 7 months ago
Protobuf Team Bot 0e223312ed Internal change. 7 months ago
Hong Shin bd9f211f97 Remove IsFrozen checks from upb/conformance 7 months ago
Protobuf Team Bot 5ad2ccb058 Auto-generate files after cl/627468915 7 months ago
Hong Shin bceb7f597f Check IsFrozen for message/copy.c, experimental_jspb/decode.c, and json/decode.c 7 months ago
Hong Shin 0e3650c29c Add IsFrozen checks to conformance_upb and upb_js 7 months ago
Joshua Humphries 3c03e9351c protoc: support inf, -inf, nan, and -nan in option values (#15017) 7 months ago
Protobuf Team Bot 8f2da7817c Auto-generate files after cl/627393634 7 months ago
Hong Shin 335edb909f update decode_fast.c to assert that non-const messages are not frozen 7 months ago
Protobuf Team Bot b50ff60967 C#: Fix discovery of oneof declarations in descriptor protos. 7 months ago
Protobuf Team Bot b618f6750a Auto-generate files after cl/627204923 7 months ago
Protobuf Team Bot a9e0480768 Use Emit for ByteSizeLong 7 months ago
Protobuf Team Bot 1a7aa2c4e8 Internal changes. 7 months ago
Protobuf Team Bot eaee04d897 Avoid boxing when serializing primitive lists in CodedOutputStreamWriter 7 months ago
Protobuf Team Bot d1cf09abcf Auto-generate files after cl/626485595 7 months ago
Joshua Haberman 37e484a0aa Replace direct access to MiniTable subs with calls to the encapsulated functions. 7 months ago
Protobuf Team Bot 971f88aa63 Improve C++, Python, Java runtime version representations to avoid merge conflicts during release. 7 months ago