18597 Commits (63fc32250a3c174c3f8119fdecd880fabf2ca9fc)
 

Author SHA1 Message Date
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
Derek Benson f57a2c09a8 Fix a bunch of references to std in rust gencode 2 months ago
Protobuf Team Bot d372c4aeb1 Auto-generate files after cl/676456011 2 months ago
Adam Cozzette 95e694a9d5 Add alignment field to `MessageCreator` 2 months ago
Mike Kruskal cb86ccd7a1 Fix import paths of protos in //editions 2 months ago
Adam Cozzette dc23fedbf3 Simplify the way C++ function is passed to `UntypedMapIterator::next_unchecked` 2 months ago
Protobuf Team Bot 1f472f1db3 Remove proto_best_practices from Rust test files in OSS 2 months ago
Tony Liao 27ee74e6c6 Add map test cases to no_field_presence_test. 2 months ago
Protobuf Team Bot 921b71958d Internal version update. 2 months ago
Protobuf Team Bot dfe78bf6f8 Cleanups & code restructuring in `RepeatedPtrField::InternalExtend()` 2 months ago
Sandy Zhang f84a208929 Remove deprecated Json::Reader in favor of Json::CharReader 2 months ago
Protobuf Team Bot 5da098b8b0 Make SerializedData into a POD struct. 2 months ago
Evan Brown 81c582a061 Change ExtensionSet::ForEach to return void instead of KeyValueFunctor. 2 months ago
Mike Kruskal cbc67e1c55 Fix toolchain resolution flag for bazel 6 2 months ago
Mike Kruskal 9e8b30c213 Fix cord handling in DynamicMessage and oneofs. 2 months ago