5612 Commits (9e42c11864a916a2d0a06083dbf9222a35a4eb94)

Author SHA1 Message Date
Protobuf Team Bot 39d8737b2d Auto-generate files after cl/678439322 5 months ago
Protobuf Team Bot 755c7077c5 Split repeated_ptr_field_unittest.cc from repeated_field_unittest.cc 5 months ago
Mark Hansen 08a4de6f65 Fix typo: inherting / inheriting 5 months ago
Tony Liao 86874ce2d7 Remove calls to tmpnam() in protobuf/testing/googletest.cc. 5 months ago
Adam Cozzette 6f5b35be59 Rust: make generated views implement `std::default::Default` 5 months ago
Nathan Baulch e4cbc79ab4 Fix minor typos (#17682) 5 months ago
Protobuf Team Bot 4958695bd6 Auto-generate files after cl/676927081 5 months ago
Tony Liao ecae71a49a Refactor "implicit presence map behaviour" tests into its own file. 5 months ago
Zoey Greer 3bc5991d11 Add `unsafe` keyword to unsafe block in rust code (#18264) 5 months ago
Mike Kruskal ac29f8c0cd Fix cord extension check to apply to all editions. 5 months ago
Protobuf Team Bot 3abdf99eec Use a pointer instead of a ref from C++ thunk. 5 months ago
Tony Liao 99452451e8 Use using statement in no_field_presence_test to reduce verbosity. 5 months ago
Protobuf Team Bot 6bf86f01d4 Auto-generate files after cl/676689077 5 months ago
Protobuf Team Bot 817c82f8d2 Micro-cleanups around `StringPieceField` 5 months ago
Zoey Greer 7d3e80ce9c `#ifdef` out `clang`-specific pragmas to avoid unknown pragma warnings when compiling with non-`clang` (#18241) 5 months ago
Protobuf Team Bot 9580af32d1 Replace PROTOBUF_{MINIMUM,MAXIMUM}_EDITION macros with constexpr functions 5 months ago
Protobuf Team Bot 452d52891d Use {} instead of () for PtrAndLen POD ctor. 5 months ago
Jakub 63f6262c93 fix raw_ptr.cc on exotic architectures (#18193) 5 months ago
Protobuf Team Bot bbbc7b9671 Suppress ReturnValueIgnored errorprone issues 5 months ago
Protobuf Team Bot 01c8cab1cd Enable the custom new implementation when using custom vtables, even without 5 months ago
Protobuf Team Bot 1c35963010 Correct rust include references in Rust-C++ gencode in OSS. 5 months ago
Adam Cozzette 5c3d1e8c30 Rust protobuf: remove the need for a generated `placement_new` thunk 5 months ago
Protobuf Team Bot 9a60e5d001 Use .pb.h instead of .proto.h from Rust cc thunks. 5 months ago
Derek Benson f57a2c09a8 Fix a bunch of references to std in rust gencode 5 months ago
Protobuf Team Bot d372c4aeb1 Auto-generate files after cl/676456011 5 months ago
Adam Cozzette 95e694a9d5 Add alignment field to `MessageCreator` 5 months ago
Adam Cozzette dc23fedbf3 Simplify the way C++ function is passed to `UntypedMapIterator::next_unchecked` 5 months ago
Tony Liao 27ee74e6c6 Add map test cases to no_field_presence_test. 6 months ago
Protobuf Team Bot dfe78bf6f8 Cleanups & code restructuring in `RepeatedPtrField::InternalExtend()` 6 months ago
Evan Brown 81c582a061 Change ExtensionSet::ForEach to return void instead of KeyValueFunctor. 6 months ago
Mike Kruskal 9e8b30c213 Fix cord handling in DynamicMessage and oneofs. 6 months ago
Protobuf Team Bot a95043eefa Automated rollback of commit 6b22fd125c. 6 months ago
Protobuf Team Bot 26df3c0e8b Replace PROTOBUF_FORCE_ALLOCATION_ON_CONSTRUCTION macro with constexpr function for easier maintenance. 6 months ago
Mike Kruskal 4c923285a3 Fix packed reflection handling bug in edition 2023. 6 months ago
Protobuf Team Bot 7dfbf7912e Internal change. 6 months ago
Protobuf Team Bot 6b22fd125c Add on-demand construction of enum validation data in EnumDescriptor. 6 months ago
Protobuf Team Bot de51f2cc06 Prepare for `google::protobuf::MapKey` to no longer own string keys 6 months ago
Protobuf Team Bot c860fa3714 Make WireFormat::(ByteSize|_InternalSerialize) LazyField compatible (take #3 but disabled) 6 months ago
Protobuf Team Bot a80bc8a0a8 Start breaking up OSS unit test proto_library monolith 6 months ago
Protobuf Team Bot 5a556542f3 Automated rollback of commit 91e3162240. 6 months ago
Protobuf Team Bot c666aef7e6 Replace PROTOBUF_ENABLE_FUZZ_MESSAGE_SPACE_USED_LONG macro with constexpr function for easier maintenance. 6 months ago
Adam Cozzette 1a83839831 Fix string copy in MessageDifferencer::Compare() 6 months ago
Zoey Greer a7d47b3ebf Fix warnings stating that `always_inline` functions must also be declared `inline` (#18243) 6 months ago
Protobuf Team Bot 7861f30392 Generate v2 table definition. 6 months ago
Mike Kruskal 23eb616f2a Automated rollback of commit 46eaf53920. 6 months ago
Protobuf Team Bot 0d027c6c46 Misc. cleanup: IWYU, clang-tidy, etc. 6 months ago
Protobuf Team Bot ea0ade331f Change `google::protobuf::MapKey::GetStringValue` to return `absl::string_view` 6 months ago
Protobuf Team Bot 91e3162240 Streamline creation of new elements in `RepeatedPtrField` 6 months ago
Mike Kruskal 782e8ad382 Disable tracking during feature resolution. 6 months ago
Protobuf Team Bot 07f22241e2 Auto-generate files after cl/673960087 6 months ago