5440 Commits (9a60e5d001442f0af8563f40ac7f449c4f579bf4)

Author SHA1 Message Date
Protobuf Team Bot 9a60e5d001 Use .pb.h instead of .proto.h from Rust cc thunks. 2 months ago
Derek Benson f57a2c09a8 Fix a bunch of references to std in rust gencode 2 months ago
Protobuf Team Bot d372c4aeb1 Auto-generate files after cl/676456011 2 months ago
Adam Cozzette 95e694a9d5 Add alignment field to `MessageCreator` 2 months ago
Adam Cozzette dc23fedbf3 Simplify the way C++ function is passed to `UntypedMapIterator::next_unchecked` 2 months ago
Tony Liao 27ee74e6c6 Add map test cases to no_field_presence_test. 2 months ago
Protobuf Team Bot dfe78bf6f8 Cleanups & code restructuring in `RepeatedPtrField::InternalExtend()` 2 months ago
Evan Brown 81c582a061 Change ExtensionSet::ForEach to return void instead of KeyValueFunctor. 2 months ago
Mike Kruskal 9e8b30c213 Fix cord handling in DynamicMessage and oneofs. 2 months ago
Protobuf Team Bot a95043eefa Automated rollback of commit 6b22fd125c. 2 months ago
Protobuf Team Bot 26df3c0e8b Replace PROTOBUF_FORCE_ALLOCATION_ON_CONSTRUCTION macro with constexpr function for easier maintenance. 2 months ago
Mike Kruskal 4c923285a3 Fix packed reflection handling bug in edition 2023. 2 months ago
Protobuf Team Bot 7dfbf7912e Internal change. 2 months ago
Protobuf Team Bot 6b22fd125c Add on-demand construction of enum validation data in EnumDescriptor. 2 months ago
Protobuf Team Bot de51f2cc06 Prepare for `google::protobuf::MapKey` to no longer own string keys 2 months ago
Protobuf Team Bot c860fa3714 Make WireFormat::(ByteSize|_InternalSerialize) LazyField compatible (take #3 but disabled) 2 months ago
Protobuf Team Bot a80bc8a0a8 Start breaking up OSS unit test proto_library monolith 2 months ago
Protobuf Team Bot 5a556542f3 Automated rollback of commit 91e3162240. 2 months ago
Protobuf Team Bot c666aef7e6 Replace PROTOBUF_ENABLE_FUZZ_MESSAGE_SPACE_USED_LONG macro with constexpr function for easier maintenance. 2 months ago
Adam Cozzette 1a83839831 Fix string copy in MessageDifferencer::Compare() 2 months ago
Zoey Greer a7d47b3ebf Fix warnings stating that `always_inline` functions must also be declared `inline` (#18243) 2 months ago
Protobuf Team Bot 7861f30392 Generate v2 table definition. 2 months ago
Mike Kruskal 23eb616f2a Automated rollback of commit 46eaf53920. 2 months ago
Protobuf Team Bot 0d027c6c46 Misc. cleanup: IWYU, clang-tidy, etc. 2 months ago
Protobuf Team Bot ea0ade331f Change `google::protobuf::MapKey::GetStringValue` to return `absl::string_view` 2 months ago
Protobuf Team Bot 91e3162240 Streamline creation of new elements in `RepeatedPtrField` 2 months ago
Mike Kruskal 782e8ad382 Disable tracking during feature resolution. 2 months ago
Protobuf Team Bot 07f22241e2 Auto-generate files after cl/673960087 2 months ago
Protobuf Team Bot bf01e49273 Moving Kotlin DSL file generator to its own directory 2 months ago
Adam Cozzette 1142838bbc Rust: get all types onto a single blanket ProxiedInMapValue implementation for upb 2 months ago
Protobuf Team Bot 8ed7da87a6 Auto-generate files after cl/673871913 2 months ago
Protobuf Team Bot b2597122dc Replace PROTOBUF_FORCE_COPY_DEFAULT_STRING macro with constexpr function for easier 2 months ago
Mike Kruskal 46eaf53920 Automated rollback of commit c4668f341f. 3 months ago
Protobuf Team Bot da26393006 Automated rollback of commit 9c835afdce. 3 months ago
Protobuf Team Bot ff4015cbe8 Auto-generate files after cl/673452657 3 months ago
Protobuf Team Bot d2b93189a6 Use `Message` instead of the derived type in `MapEntry`. 3 months ago
Protobuf Team Bot 0259cc3980 Add JsonStreamToMessage method 3 months ago
Mike Kruskal c4668f341f Internal changes 3 months ago
Adam Cozzette 5a68dddcf9 Remove outdated comments from descriptor.proto 3 months ago
Protobuf Team Bot ef17dab07f Prepare `UnknownFieldSet` for replace `std::string` with `absl::string_view`: 3 months ago
Protobuf Team Bot 4a039d89dd Add static reflection support for VIEW string_type fields. 3 months ago
Protobuf Team Bot 5771b06672 Auto-generate files after cl/673010897 3 months ago
Protobuf Team Bot ad9bf317a5 Change `SharedDtor` to be a static function to be able to use it directly in 3 months ago
Protobuf Team Bot 05b1fc6cb5 Misc cleanup: IWYU, clang-tidy, etc. 3 months ago
Adam Cozzette 569f34d8a1 Fix `message_differencer_unittest` to handle a nesting depth of 100 3 months ago
liqipeng 25e9631313 Fix cpp syntax error when the service method name is `request`. (#18174) 3 months ago
Protobuf Team Bot 9c835afdce Make WireFormat::ByteSize aware of LazyField. (roll forward after TGP). 3 months ago
Mike Kruskal 0b6e768f07 Introduce lifetimes for individual feature values. 3 months ago
Protobuf Team Bot 1892185aee Untangle `GenericTypeHandler` cross-references + more IWYU in repeated_ptr_field.* 3 months ago
Protobuf Team Bot 343c21cd7a Standardize type nomenclature in repeated_ptr_field.* 3 months ago