17630 Commits (b77343aa2c6e81d81d5c8c627ab8ef8856fac2f5)
 

Author SHA1 Message Date
Sandy Zhang 8a11178606 Add system_python to protobuf_deps.bzl. 7 months ago
Hong Shin 7a09c4569b Add upb_Message_ClearOneof 7 months ago
Kyle Montemayor c4bf83b534 Automated rollback of commit f799af8bf5. 7 months ago
Hong Shin 9c8e0e6b92 generated_message_tctable_impl typo fix: registeer -> register 7 months ago
Thomas Van Lenten 7c37b2d2a1 Add text format conformance tests for field separators. 7 months ago
Protobuf Team Bot a45e0d83ab Change `FieldDescriptor::type()` to not have the call_once behavior. 7 months ago
Thomas Van Lenten 26cf1cb94c Add more floating point cases to the validations. 7 months ago
Thomas Van Lenten 4cbb7b8540 Duplicate the integer tests using octal and hex. 7 months ago
Protobuf Team Bot 15c07711d0 Auto-generate files after cl/629701038 7 months ago
Protobuf Team Bot 12a828c700 Add UPB_ASSUME(!IsExtension) on GetMutableMessage. 7 months ago
Mark Hansen fb054c8e41 Java Proto lite: avoid boxing Integers accessing enum lists 7 months ago
Daniel Kenji Toyama e1559c8efd Fix typo `s/a the/the/`. 7 months ago
Protobuf Team Bot bf1d7664fb Refactor ThreadSafeArena Reset/destructor to avoid overhead of tracking space allocated in the destructor. 7 months ago
Protobuf Team Bot 2c246484d3 Add editions-specific required fields to the required fields allow-list. 7 months ago
Protobuf Team Bot 54e2553abe Auto-generate files after cl/629424223 7 months ago
Hong Shin 52c12a6f92 Automated rollback of commit 208cae7fd7. 7 months ago
Ashley 2d56d69a40 Add ascopes/protobuf-maven-plugin to third_party.md (#16656) 7 months ago
Éamonn McManus c24e7529eb Automated rollback of commit e9c9970eb4. 7 months ago
Jakob Buchgraber 959903d199 Remove the now unused vtable types. In particular, 7 months ago
Jakob Buchgraber e181855abe Implement flat setters for map and repeated fields. 7 months ago
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