17633 Commits (64580b29c1dfdd580052a01a5ccd3fb1c0a22f5c)
 

Author SHA1 Message Date
Éamonn McManus 39a1c6a46e In the Kotlin DSL, reference builder methods with property syntax. 10 months ago
Seth Vargo 4f23cafa02 Cancel in-progress workflow runs for pull requests and dispatches (#16601) 10 months ago
Protobuf Team Bot 990380bc55 Auto-generate files after cl/629782904 10 months ago
Sandy Zhang 8a11178606 Add system_python to protobuf_deps.bzl. 10 months ago
Hong Shin 7a09c4569b Add upb_Message_ClearOneof 10 months ago
Kyle Montemayor c4bf83b534 Automated rollback of commit f799af8bf5. 10 months ago
Hong Shin 9c8e0e6b92 generated_message_tctable_impl typo fix: registeer -> register 10 months ago
Thomas Van Lenten 7c37b2d2a1 Add text format conformance tests for field separators. 10 months ago
Protobuf Team Bot a45e0d83ab Change `FieldDescriptor::type()` to not have the call_once behavior. 10 months ago
Thomas Van Lenten 26cf1cb94c Add more floating point cases to the validations. 10 months ago
Thomas Van Lenten 4cbb7b8540 Duplicate the integer tests using octal and hex. 10 months ago
Protobuf Team Bot 15c07711d0 Auto-generate files after cl/629701038 10 months ago
Protobuf Team Bot 12a828c700 Add UPB_ASSUME(!IsExtension) on GetMutableMessage. 10 months ago
Mark Hansen fb054c8e41 Java Proto lite: avoid boxing Integers accessing enum lists 10 months ago
Daniel Kenji Toyama e1559c8efd Fix typo `s/a the/the/`. 10 months ago
Protobuf Team Bot bf1d7664fb Refactor ThreadSafeArena Reset/destructor to avoid overhead of tracking space allocated in the destructor. 10 months ago
Protobuf Team Bot 2c246484d3 Add editions-specific required fields to the required fields allow-list. 10 months ago
Protobuf Team Bot 54e2553abe Auto-generate files after cl/629424223 10 months ago
Hong Shin 52c12a6f92 Automated rollback of commit 208cae7fd7. 10 months ago
Ashley 2d56d69a40 Add ascopes/protobuf-maven-plugin to third_party.md (#16656) 10 months ago
Éamonn McManus c24e7529eb Automated rollback of commit e9c9970eb4. 10 months ago
Jakob Buchgraber 959903d199 Remove the now unused vtable types. In particular, 10 months ago
Jakob Buchgraber e181855abe Implement flat setters for map and repeated fields. 10 months ago
Protobuf Team Bot 6d33efeefe Auto-generate files after cl/629226391 10 months ago
Hong Shin 208cae7fd7 Internal Change 10 months ago
Éamonn McManus e9c9970eb4 In the Kotlin DSL, reference builder methods with property syntax. 10 months ago
Protobuf Team Bot f2e1ad3152 Internal change. 10 months ago
Éamonn McManus 501067aa80 Expose `MiniDescriptorEncode` for `FieldDefPtr`. 10 months ago
Jakob Buchgraber b7a145df95 Implement _mut() accessors for messages without FieldEntry 10 months ago
Jakob Buchgraber f9ed22055e Remove MutProxied for bytes/string fields. 10 months ago
Jakob Buchgraber 1980e025eb Remove PrimitiveMut and related vtable types 10 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