5276 Commits (ee26f2749341091b88c661734cdd5f0737587ce5)

Author SHA1 Message Date
Protobuf Team Bot ea94ce4576 Auto-generate files after cl/660236451 7 months ago
Tony Liao 9277baa4cd Formatting beautifications. 7 months ago
Chris Kennelly c7a723bbb5 Remove Arena::CreateMessage. 7 months ago
Protobuf Team Bot 1492fa9598 Automated rollback of commit e2525e6b36. 7 months ago
Cong Liu 69698c123a Internal change. 7 months ago
Protobuf Team Bot 0f02d8459b Move `msg.merge_from(othermsg)` onto a trait fn 7 months ago
Protobuf Team Bot 2bac0e4ce3 Change merge_from() to take impl AsView instead of impl Proxy. 7 months ago
Evan Brown e2525e6b36 Enable small object optimization (SOO) for RepeatedField in order to reduce data indirections. 7 months ago
Protobuf Team Bot 05e7398fec Add functions for handling short (`uint16_t`) values 7 months ago
Tony Liao 58a97a4b57 Add tests for string APIs for implicit presence fields. 7 months ago
Tony Liao c75787c327 Documentation Update: Add comment to describe parse options. 8 months ago
Protobuf Team Bot 6fdcc0beb4 Remove clear_and_parse inherent method in favor of a trait fn. 8 months ago
Protobuf Team Bot c7278372b5 Auto-generate files after cl/658038844 8 months ago
Mike Kruskal 149407e24b Internal changes 8 months ago
Evan Brown 5ac8ee1a20 Return backing array memory to arena in ExtensionSet. 8 months ago
Tony Liao 06a520cdb7 Add wire format parsing unit tests for implicit presence fields. 8 months ago
Adam Cozzette 6ab302d3a3 Rust: cut down on the amount of generated C++ code needed for maps 8 months ago
Protobuf Team Bot 76c767fa1c Add traits for interop fns. 8 months ago
Protobuf Team Bot c7d4697481 Add an protobuf::__internal::SealedInternal trait 8 months ago
Protobuf Team Bot 7ad56e7cbb Introduce an upb::AssociatedMiniTable trait in Rust. 8 months ago
Protobuf Team Bot 50f58a6e20 Migrate to standard parameterized test framework 8 months ago
Protobuf Team Bot f396f7cb9f Replace preprocessor macros with `ToHost` from endian 8 months ago
Adam Cozzette 7141c30425 Rust: update map setters to take `IntoProxied` 8 months ago
Protobuf Team Bot 0fbba32b3e Add Message::Clear() and MessageMut::Clear() (behind the Clear trait) 8 months ago
Protobuf Team Bot 9bd81567cf Remove deprecated .deseralize() fn 8 months ago
Protobuf Team Bot 461450834b Introduce a prelude and remove the inherent impls for serialize() 8 months ago
Protobuf Team Bot f1df391ad0 Remove tests that have been disabled for 7 years 8 months ago
Protobuf Team Bot f82f4a4d13 Automated rollback of commit 75b66c2cde. 8 months ago
Éamonn McManus d271692f01 Internal change. 8 months ago
Protobuf Team Bot e3fa6aac29 In edition 2024, `Enum_Name(value)` functions return `absl::string_view` by default. 8 months ago
Protobuf Team Bot 75b66c2cde Prepare UnknownFieldSet for replace `std::string` with `absl::string_view`: 8 months ago
Protobuf Team Bot 29b755fffd Skip write of `_cached_size_` when the value to write is `0` and the value was 8 months ago
Protobuf Team Bot e618b282d4 Add AsView and AsMut implementations to owned messages. 8 months ago
Protobuf Team Bot 9f0fc68b38 Auto-generate files after cl/655485943 8 months ago
Jakob Buchgraber 8cdc700b5b Implement ctype=CORD for singular string & byte fields 8 months ago
Nelson Liang cdb723815b Add Prefetchers to Proto Copy Construct to help address load misses 8 months ago
Protobuf Team Bot af3012b66d Auto-generate files after cl/655180880 8 months ago
Tony Liao 162a740670 Reduced nesting in GenerateByteSize: slight readability improvements in generated code. 8 months ago
Protobuf Team Bot 3c95fc8b76 Create AsView/IntoView/AsMut/IntoMut traits 8 months ago
Chris Kennelly 972e5499eb Automated rollback of commit 84af72713d. 8 months ago
Protobuf Team Bot 9d2dafe1e5 Add #[doc(hidden)] and a _private arg on SerializedData 8 months ago
Evan Brown 6290dcd244 Move elements instead of copying in RepeatedField::ExtractSubrange. 8 months ago
Tony Liao d29246f390 Refactor implicit field presence code generation in GenerateByteSize. 8 months ago
Protobuf Team Bot 6d25846f47 Add 'specific' traits for common gencode message operations. 8 months ago
Chris Kennelly 84af72713d Remove Arena::CreateMessage. 8 months ago
Protobuf Team Bot 935783570e Add arena support to UnknownFieldSet: 8 months ago
Protobuf Team Bot d0395408aa Fix outputted command for usage of update_failure_list.py 8 months ago
Éamonn McManus 630dbfc964 Internal change. 8 months ago
Tony Liao b698355957 No longer emit an open brace in MayEmitIfNonDefaultCheck. 8 months ago
Mike Kruskal 65cb2c406a Automated rollback of commit 8d7f50f7c2. 8 months ago