18087 Commits (9f9cb7a10e5c49c2e81b8352292e4e84a5eb7cfa)
 

Author SHA1 Message Date
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
Deanna Garcia 501fb26927 Add kotlin deprecation to messageOrNull extension properties in the generated code when the corresponding message is deprecated. 4 months ago
Evan Brown a5aa1ba986 Code simplification in RepeatedField: use Mutable to implement Set. 4 months ago
Evan Brown 0ac6994a46 Use TrivialAtomicInt for Extension::cached_size. 4 months ago
Protobuf Team Bot 4ea1f2024a Move ByteSizeLong calculation of packed varint fields out of line. 4 months ago
Protobuf Team Bot bf8a9fc73f Make inline strings constant initialized when supported by language version. 4 months ago
Protobuf Team Bot b84942022d Internal change. 4 months ago
Mike Kruskal d0e49dfe31 Introduce FieldDescriptor::cpp_string_type() API to replace direct ctype inspection which will be removed in the next breaking change 4 months ago
Evan Brown b4a7757369 Further refactoring in preparation for RepeatedField SOO: avoid repeated calls to accessors within the same functions. 4 months ago
Protobuf Team Bot cf948e4a81 Restructure the ViewProxy versus MutProxy trait setup. 4 months ago
Protobuf Team Bot 01e8cc0b30 Auto-generate files after cl/653655703 4 months ago
Protobuf Team Bot 22863e1dfd Move the `mutable` keyword into `CachedSize` to avoid spreading it all over. 4 months ago
Derek Benson a6a0680e95 allow __ for inferred submessage types and implement array literal parsing in proto!. 4 months ago
Protobuf Team Bot 0b4173e3ed Upgrade googetest to 1.15.0 4 months ago
Protobuf Team Bot cc8b3483a5 Internal change 4 months ago
Protobuf Team Bot 3ff2cf05f3 Move proto_library from Bazel repository 4 months ago
Protobuf Team Bot 7c5dd9ec64 Remove the second 'unset' generic argument from Optional 4 months ago
Mark Hansen be4f149abd Extract MAX_UINT32 BigInteger into a constant, so we aren't constructing it all the time 4 months ago
Mark Hansen cb323f4359 Avoid unboxing boxed primitives that we're just going to re-box back up to call compareTo with. 4 months ago
Mark Hansen 5b45a65567 Simplify some compareTo operations 4 months ago
Mark Hansen ed54faf736 Avoid allocations in FieldSet.setField 4 months ago
Mark Hansen bc03650b3e Add more tests for UnknownFieldSet Builder reusability 4 months ago