17561 Commits (e181855abef398e61b4c65a37658d3a7527d0de0)
 

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