18717 Commits (46c0b580675f4f1bff69b97848b3712c2bc9ec5c)
 

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