18661 Commits (7407733a1e8106e3d88eadfeb53c8cefcdcf6530)
 

Author SHA1 Message Date
Protobuf Team Bot cb1f518b4e Fix mixing rules from builtins and protobuf 2 months ago
Protobuf Team Bot ed93fabf8e Internal version update. 2 months ago
Protobuf Team Bot 39d8737b2d Auto-generate files after cl/678439322 2 months ago
Protobuf Team Bot 06e9924930 Auto-generate files after cl/678439266 2 months ago
Protobuf Team Bot 755c7077c5 Split repeated_ptr_field_unittest.cc from repeated_field_unittest.cc 2 months ago
Mark Hansen 08a4de6f65 Fix typo: inherting / inheriting 2 months ago
Mark Hansen 76ab5f2b10 CodedOutputStream: avoid updating position to go beyond end of array. 2 months ago
Protobuf Team Bot b5d33208b8 Fix error message formatting in rust_proto_library 2 months ago
Jonathan Ringer 3163111b6f [CMake] Allow for protoc executable to be configured (#17888) 2 months ago
Mark Hansen 95ef4134d3 Add tests that CodedOutputStream.spaceLeft isn't negative after overflow. 2 months ago
Mark Hansen 0e75d92cce Convert IndexOutOfBoundsException to OutOfSpaceException in UnsafeDirectNioEncoder 2 months ago
Deanna Garcia 39824ca7bd Disable dependabot for version updates that aren't security related. 2 months ago
Tony Liao 86874ce2d7 Remove calls to tmpnam() in protobuf/testing/googletest.cc. 2 months ago
Adam Cozzette 6f5b35be59 Rust: make generated views implement `std::default::Default` 2 months ago
Mark Hansen 63fc32250a Add tests for overflowing space available when writing 32/64-bit fixed integers. 2 months ago
Mark Hansen d98f5e160d When attempting to write a byte beyond the end of a byte[], don't update the position until after we've finished the bounds checks. 2 months ago
Mark Hansen c8c232f196 Add a test for writing a single byte, including beyond the end of the bounds. 2 months ago
Mark Hansen 5553ff1e50 Migrate CodedOutputStreamTest to @Parameterized. 2 months ago
Protobuf Team Bot ecf5f2e047 Auto-generate files after PR #17682 2 months ago
Nathan Baulch e4cbc79ab4 Fix minor typos (#17682) 2 months ago
Protobuf Team Bot d829ca022d Internal version update. 2 months ago
Mike Kruskal b022c5491e Add the ability to run continuous-only tests with a tag 2 months ago
Protobuf Team Bot 83569cff3d Mute the minor version warning https://github.com/protocolbuffers/protobuf/issues/18096 2 months ago
Mark Hansen 030fcadb88 Inline byte array assertions (assertEqualBytes). 2 months ago
Protobuf Team Bot 4958695bd6 Auto-generate files after cl/676927081 2 months ago
Tony Liao ecae71a49a Refactor "implicit presence map behaviour" tests into its own file. 2 months ago
Zoey Greer 3bc5991d11 Add `unsafe` keyword to unsafe block in rust code (#18264) 2 months ago
Mike Kruskal ac29f8c0cd Fix cord extension check to apply to all editions. 2 months ago
Protobuf Team Bot 3abdf99eec Use a pointer instead of a ref from C++ thunk. 2 months ago
Zoey Greer 20eeda825a Fix bash ternary in `//benchmarks:size_data` (#18234) 2 months ago
Tony Liao 99452451e8 Use using statement in no_field_presence_test to reduce verbosity. 2 months ago
Marat Reymers e5d2dbd45a docs: add nebius.ai custom options to registry (#18297) 2 months ago
Protobuf Team Bot 6bf86f01d4 Auto-generate files after cl/676689077 2 months ago
Protobuf Team Bot 817c82f8d2 Micro-cleanups around `StringPieceField` 2 months ago
Protobuf Team Bot 960b95939b Auto-generate files after cl/676683430 2 months ago
Mike Kruskal ce6dbe478a Setup fix for python/upb for the enforcement of closed enums in editions. 2 months ago
Zoey Greer 7d3e80ce9c `#ifdef` out `clang`-specific pragmas to avoid unknown pragma warnings when compiling with non-`clang` (#18241) 2 months ago
Protobuf Team Bot 9580af32d1 Replace PROTOBUF_{MINIMUM,MAXIMUM}_EDITION macros with constexpr functions 2 months ago
Hong Shin 7a7a087f56 protos.h removal part 3 2 months ago
Sandy Zhang 773e931532 internal change 2 months ago
Protobuf Team Bot 452d52891d Use {} instead of () for PtrAndLen POD ctor. 2 months ago
Jakub 63f6262c93 fix raw_ptr.cc on exotic architectures (#18193) 2 months ago
Protobuf Team Bot bbbc7b9671 Suppress ReturnValueIgnored errorprone issues 2 months ago
Protobuf Team Bot c47de0fe5f Add :protobuf_lite as a dep from all Rust CC generated code. 2 months ago
Protobuf Team Bot 01c8cab1cd Enable the custom new implementation when using custom vtables, even without 2 months ago
Protobuf Team Bot 1c35963010 Correct rust include references in Rust-C++ gencode in OSS. 2 months ago
Adam Cozzette 5c3d1e8c30 Rust protobuf: remove the need for a generated `placement_new` thunk 2 months ago
Hong Shin 8681742a14 migrate UpbStrFromStringView out of hpb.h into interop 2 months ago
Protobuf Team Bot 87f9ecc14d Fix label_to_crate_name() in OSS 2 months ago
Protobuf Team Bot 9a60e5d001 Use .pb.h instead of .proto.h from Rust cc thunks. 2 months ago