5411 Commits (1142838bbc88727c9f65f2227c748cf976537f06)

Author SHA1 Message Date
Protobuf Team Bot d91dbd4bb7 Auto-generate files after cl/666132886 3 months ago
Protobuf Team Bot eca12ff466 Automated Code Change 3 months ago
Protobuf Team Bot 4b416b119d Auto-generate files after cl/666093310 3 months ago
Adam Cozzette 6a177829fc Remove generated C++ thunks for enums as map values 3 months ago
Protobuf Team Bot 72707c38f3 Auto-generate files after cl/665982322 3 months ago
Protobuf Team Bot 742820a31a Move files to v2 subdirectory and hide them from OSS. 3 months ago
Protobuf Team Bot ba0c16c765 Auto-generate files after cl/665944029 3 months ago
Protobuf Team Bot 78c6349d75 Automated rollback of commit cd002c06b6. 3 months ago
Adam Cozzette 7f395af40e Replace some per-message C++ thunks with a common implementation 3 months ago
Protobuf Team Bot 6a95fad912 Auto-generate files after cl/665411723 3 months ago
Protobuf Team Bot cd002c06b6 Introduce `MessageCreator`, which will use more efficient techniques to instantiate objects if permitted by the compiler. 3 months ago
Adam Cozzette f48205ffed Internal change 3 months ago
Brent Shaffer 6d84da5e2d fix: do not throw deprecated warning on field getters for default values (#17788) 3 months ago
Protobuf Team Bot b0db5bd029 Change CppInterop traits to operate on *const or *mut c_void instead of protobuf::__runtime::RawMessage 3 months ago
Protobuf Team Bot a7ddd35206 Auto-generate files after cl/664953196 3 months ago
Joshua Haberman eab1fa2765 Fixed layering check violations once and for all in upb bootstrapping. 3 months ago
Protobuf Team Bot 979931cc02 Refactor Rust thunk name generation in prep for extensions 3 months ago
Tony Liao 86a246312b Refactor methods in proto3's AnyMetadata implementation. 3 months ago
Protobuf Team Bot 025909cb53 Auto-generate files after cl/663974332 4 months ago
Protobuf Team Bot a6977fef4c Add v2 FieldEntry #1. 4 months ago
Protobuf Team Bot 3b4605e046 internal change 4 months ago
Protobuf Team Bot f69eb55dc0 Auto-generate files after cl/663760495 4 months ago
Joshua Haberman 48f2faa70e Started moving Kotlin DSL generator to its own directory. 4 months ago
Mike Kruskal e49ce62d1e Clean up documentation of deprecated features. 4 months ago
Protobuf Team Bot cfaac886c6 Minor cleanup: IWYU, remove redundant header from any.cc 4 months ago
Mike Kruskal 5cd9a463f9 Limit feature deprecation warnings to reduce noise. 4 months ago
Protobuf Team Bot 115b1925c6 Switch AssociatedMiniTable to a fn from an associated const. 4 months ago
David Smith c5f623184d Add Compiler Condition to use inline assembly optimizations with ARM64 for Compatibility with MSVC (#17671) 4 months ago
Protobuf Team Bot 840697a35e Minor cleanup: IWYU, clang-tidy, etc. 4 months ago
Evan Brown a60097abfc Use transparent lookups in ExtensionRegistry in order to avoid initializing all the fields in the lookup key in FindRegisteredExtension. 4 months ago
Tony Liao cdd5ac6dc0 Enable testing of more serialization codepaths for implicit presence fields. 4 months ago
Protobuf Team Bot 5b6f684cc4 Minor cleanup: IWYU, clang-tidy, etc. 4 months ago
Jakob Buchgraber 7963b846d9 Remove obsolete C++ interop methods from $Msg$ 4 months ago
Protobuf Team Bot 814352c6a6 Minor cleanup: IWYU, clang-tidy fixes. 4 months ago
Evan Brown 2ed410a9ca Automated rollback of commit 1492fa9598. 4 months ago
Protobuf Team Bot ea94ce4576 Auto-generate files after cl/660236451 4 months ago
Tony Liao 9277baa4cd Formatting beautifications. 4 months ago
Chris Kennelly c7a723bbb5 Remove Arena::CreateMessage. 4 months ago
Protobuf Team Bot 1492fa9598 Automated rollback of commit e2525e6b36. 4 months ago
Cong Liu 69698c123a Internal change. 4 months ago
Protobuf Team Bot 0f02d8459b Move `msg.merge_from(othermsg)` onto a trait fn 4 months ago
Protobuf Team Bot 2bac0e4ce3 Change merge_from() to take impl AsView instead of impl Proxy. 4 months ago
Evan Brown e2525e6b36 Enable small object optimization (SOO) for RepeatedField in order to reduce data indirections. 4 months ago
Protobuf Team Bot 05e7398fec Add functions for handling short (`uint16_t`) values 4 months ago
Tony Liao 58a97a4b57 Add tests for string APIs for implicit presence fields. 4 months ago
Tony Liao c75787c327 Documentation Update: Add comment to describe parse options. 4 months ago
Protobuf Team Bot 6fdcc0beb4 Remove clear_and_parse inherent method in favor of a trait fn. 4 months ago
Protobuf Team Bot c7278372b5 Auto-generate files after cl/658038844 4 months ago
Mike Kruskal 149407e24b Internal changes 4 months ago
Evan Brown 5ac8ee1a20 Return backing array memory to arena in ExtensionSet. 4 months ago