18108 Commits (e3fa6aac29f72e27f9db73db26fb71f24509ab7c)
 

Author SHA1 Message Date
Protobuf Team Bot e3fa6aac29 In edition 2024, `Enum_Name(value)` functions return `absl::string_view` by default. 4 months ago
Protobuf Team Bot 75b66c2cde Prepare UnknownFieldSet for replace `std::string` with `absl::string_view`: 4 months ago
Hong Shin 165d2c76ed Fold 80% of `protos::internal` into `hpb::internal`: 4 months ago
Protobuf Team Bot 29b755fffd Skip write of `_cached_size_` when the value to write is `0` and the value was 4 months ago
Protobuf Team Bot e618b282d4 Add AsView and AsMut implementations to owned messages. 4 months ago
Protobuf Team Bot 9f0fc68b38 Auto-generate files after cl/655485943 4 months ago
Jakob Buchgraber 8cdc700b5b Implement ctype=CORD for singular string & byte fields 4 months ago
Nelson Liang cdb723815b Add Prefetchers to Proto Copy Construct to help address load misses 4 months ago
Protobuf Team Bot 9e34d5f559 Internal changes to versions 4 months ago
Derek Benson 41f12a239c Add missing #![deny(unsafe_op_in_unsafe_fn)] to upb/rust/lib.rs and fix violating functions 4 months ago
Protobuf Team Bot 607b4b1b6c Change rust/upb to only ever do `use super::` rather than `use crate::` 4 months ago
Thomas Van Lenten 224573d66a [ObjC] Internal helper for getting the unknown field data from a message 4 months ago
Thomas Van Lenten 5ceae5f3b0 [ObjC] Update tests to use both unknown fields apis. 4 months ago
Protobuf Team Bot af3012b66d Auto-generate files after cl/655180880 4 months ago
Thomas Van Lenten 55e997ea22 [ObjC] Deprecate GPBTextFormatForUnknownFieldSet(). 4 months ago
Tony Liao 162a740670 Reduced nesting in GenerateByteSize: slight readability improvements in generated code. 4 months ago
Hong Shin a0387c1923 Remove protos.cc - abrogated by hpb.cc 4 months ago
Protobuf Team Bot 3c95fc8b76 Create AsView/IntoView/AsMut/IntoMut traits 4 months ago
Hong Shin be3d8cb7dc Bring in {UpbStrToStringView, UpbStrFromStringView}, MessageAlloc/Decode/Encode, and some internal template helpers into hpb 4 months ago
Protobuf Team Bot d6dd8f2ee4 Auto-generate files after cl/654912513 4 months ago
Protobuf Team Bot ecb8214f22 Update failure lists to include a small comment of 'why' a test failed. 4 months ago
Protobuf Team Bot 9f9cb7a10e Move proto_toolchain from rules_proto to protobuf 4 months ago
Thomas Van Lenten d44c0d577c [ObjC] Parsing helper and tests around unknown fields. 4 months ago
Thomas Van Lenten af794965f9 [ObjC] Add test around enum unknown values. 4 months ago
Chris Kennelly 972e5499eb Automated rollback of commit 84af72713d. 4 months ago
Jie Luo c37dd57a70 Remove deprecated GetPrototype usages in google/protobuf/ to git rid of the 4 months ago
Protobuf Team Bot a1c53e4da2 Remove +?Sized bounds which simply aren't honored anyway. 4 months ago
Hong Shin 9e38dce616 fold Ptr into hpb namespace 4 months ago
Protobuf Team Bot 9d2dafe1e5 Add #[doc(hidden)] and a _private arg on SerializedData 4 months ago
Thomas Van Lenten 25ef4467ac [ObjC] Stop using `xcpretty`. 4 months ago
Thomas Van Lenten 6ebdc7a4d4 [ObjC] Expose a helper for stream error. 4 months ago
Evan Brown 6290dcd244 Move elements instead of copying in RepeatedField::ExtractSubrange. 4 months ago
Tony Liao d29246f390 Refactor implicit field presence code generation in GenerateByteSize. 4 months ago
Protobuf Team Bot 6d25846f47 Add 'specific' traits for common gencode message operations. 4 months ago
Chris Kennelly 84af72713d Remove Arena::CreateMessage. 4 months ago
Protobuf Team Bot 935783570e Add arena support to UnknownFieldSet: 4 months ago
Protobuf Team Bot d0395408aa Fix outputted command for usage of update_failure_list.py 4 months ago
Dmitri Gribenko 0a917b95f2 Use `#[googletest::test]` in Protobuf Rust 4 months ago
Protobuf Team Bot aa47311a83 Use toolchain helpers in py_proto_library 4 months ago
Éamonn McManus 630dbfc964 Internal change. 4 months ago
Protobuf Team Bot 74f6da4d26 Switch C++ extension identifier to constexpr. 4 months ago
Tony Liao b698355957 No longer emit an open brace in MayEmitIfNonDefaultCheck. 4 months ago
Mike Kruskal 65cb2c406a Automated rollback of commit 8d7f50f7c2. 4 months ago
Protobuf Team Bot 9a0c8f6113 Inline the stub functions in custom vtable mode. 4 months ago
Joshua Haberman 5d8f7eed1e Address code size regression in the Kotlin DSL by special-casing the code to use FooOrBuilder on JVM only. 4 months ago
Protobuf Team Bot 8d7f50f7c2 Automated rollback of commit d0e49dfe31. 4 months ago
Protobuf Team Bot 15bd43bff7 Internal changes to versions 4 months ago
Mark Hansen 1f005c579f Avoid allocations in FieldSet.mergeFromField 4 months ago
Joshua Haberman 8995b485b9 Parameterized the Kotlin DSL code generator so that it can emit output that works on non-JVM platforms. 4 months ago
Protobuf Team Bot b764fd9a19 Upgrade jsoncpp to 1.9.5 4 months ago