4971 Commits (cb93f9aa6e81329e368f09ded42d17c3f26442f2)

Author SHA1 Message Date
Chris Kennelly 2ee72715e0 Automated Code Change 11 months ago
Protobuf Team Bot f72c45ff75 Change .submsg_mut() to return $Msg$Mut instead of FieldEntry<$Msg$>. 11 months ago
Protobuf Team Bot 958dd59892 Remove the public _mut() accessors from string fields. 11 months ago
Protobuf Team Bot 7e47fc3e39 Remove the _mut() accessors from primitive fields (both explicit presence where they were FieldEntry and implicit presence where they were PrimitiveMut). 11 months ago
Protobuf Team Bot 7ec56d4243 Remove the oneof_mut accessor and expose the oneof_case accessor on gencode api. 11 months ago
Protobuf Team Bot 5c8cbdfefd Fix warnings due to unused 'map' param on map_free on upb kernel (where the upb_free function is a no-op) 12 months ago
Chris Kennelly c6727f4eba Automated rollback of commit d0c631ce7f. 12 months ago
Chris Kennelly d0c631ce7f Automated rollback of commit ac6c541e12. 12 months ago
Protobuf Team Bot 634cc14ed4 Auto-generate files after cl/615136389 12 months ago
Mike Kruskal b6032d72e3 Add basic upb cmake support. 12 months ago
Protobuf Team Bot a5e5e02bdf Fix memory leak in the arena when interacting with a type that derives from 12 months ago
Mike Kruskal ea3fe6389e Internal changes 12 months ago
Protobuf Team Bot 9ff062cd34 Make types for 'inner' (runtime-specific) owned Repeated and Maps 12 months ago
Mike Kruskal baa83b6b43 Enable Editions in preparation for 27.0 release. 12 months ago
Mike Kruskal 7a0e10e021 Release edition defaults CLI arguments. 12 months ago
Protobuf Team Bot bb1c0abcbf Make the oneof view accessors use consuming-self and the corresponding longer lifetime, avoiding unnecessary shortening of lifetimes in some cases. 12 months ago
Derek Mauro 686361e79e Automated Code Change 12 months ago
Protobuf Team Bot 9db04d2e01 Fix dynamically generated MapEntry parser to have the same behavior as the 12 months ago
Protobuf Team Bot bcb4026c0c Auto-generate files after cl/613659141 12 months ago
Protobuf Team Bot b67a0d92dc Add "NO CHECKED-IN PROTOBUF GENCODE" to Protobuf C++ gencode. 12 months ago
Protobuf Team Bot 94ab406bcf Auto-generate files after cl/613387033 12 months ago
Protobuf Team Bot 434b530c06 Move EagerParseLazyField* APIs to proto2 namespace 12 months ago
Mike Kruskal dc484c131e Fix has_presence to account for proto3 extensions in Java. 12 months ago
Protobuf Team Bot 0fd69cf163 Auto-generate files after cl/613368436 12 months ago
Protobuf Team Bot 8a15c73d2c Improve pinning assembly when using a clang that supports it. 12 months ago
Protobuf Team Bot 3b6e659d95 Minor cleanup: IWYU, clang-tidy, etc. 12 months ago
Mike Kruskal 16528d89c5 Fix has_presence to account for proto3 extensions in C++. 12 months ago
Cong Liu ac6c541e12 Enable profile_driven_cluster_aux_subtable. 12 months ago
Sandy Zhang 2e06e61ca1 Add <shellapi.h> include for CommandLineToArgvW 12 months ago
Protobuf Team Bot 5230129d9b Auto-generate files after cl/613271110 12 months ago
Protobuf Team Bot 009078df7a Move Protobuf C++ versions out of port_def.inc to runtime_version.h so that the version can be used for preprocessing by users. 12 months ago
Protobuf Team Bot 3dadd0e1ee Generate an error early while parsing if the message nesting is too large. It 12 months ago
Jakob Buchgraber 03687b798b #rust #protobuf Implement custom Debug for C++ kernel 12 months ago
Protobuf Team Bot ff83c91654 Auto-generate files after cl/613016814 12 months ago
Mike Kruskal 7de0ad1adb Add a unittest locking down presence behavior for proto3 extensions 12 months ago
Protobuf Team Bot 16f96d15eb Stop using EagerParseLazyFieldByMutation. 12 months ago
Protobuf Team Bot 9f4e01ffca Automated rollback of commit 8e833bfc66. 12 months ago
Protobuf Team Bot 6332267b1d Add EagerParseLazyField no IgnoreParse 12 months ago
Protobuf Team Bot 730db2ddde Auto-generate files after cl/612967791 12 months ago
Protobuf Team Bot 8e833bfc66 Fix missing port_def/port_undef includes 12 months ago
Protobuf Team Bot 87abd5d2ca Add "DO" "NOT" "SUBMIT" to Protobuf c++ gencode. 12 months ago
Protobuf Team Bot 6789e66766 Raw access to oneof LazyField must be LazyField*. 12 months ago
Protobuf Team Bot d4bfe52d99 Deprecate Arena::CreateMessage for OSS. 12 months ago
Protobuf Team Bot 73d96dba54 Internal changes. 12 months ago
Jakob Buchgraber 016a4b56fe #protobuf #rust Make oneof enum Copy 12 months ago
Protobuf Team Bot 024d90983e Assume HasHasbit() for SingularMessage and !HasHasbit() for OneofMessage. 12 months ago
Protobuf Team Bot 7a51eb5370 Add port_def.inc and port_undef.inc. for reflection_visit_field_info.h. 12 months ago
Protobuf Team Bot 11f274be08 Use parameterized tests for easier extension. 12 months ago
Protobuf Team Bot 1d045c64c7 EagerParseLazyField for const Message& 12 months ago
Protobuf Team Bot 45b881baa1 Make internal::EagerParseLazyFieldIgnoreUnparsed() internal to google3. 12 months ago