19777 Commits (178f8db655c7bcf73b19df55839d546e7e0b5b7e)
 

Author SHA1 Message Date
Protobuf Team Bot 2598c6db87 Auto-generate files after cl/705148623 3 months ago
Mike Kruskal 20ea8af6e7 Export environment variables so bazelisk picks them up 3 months ago
Mike Kruskal 494e28bd1c Source the regeneration script instead of spawning a new process. 3 months ago
Hong Shin 5471f18971 hpb: collapse Serialize with PtrOrRaw<T> 3 months ago
Hong Shin e170c438f8 Internal change 3 months ago
Mike Kruskal 1b0b1c9ba0 Remove decoder.SkipField. 3 months ago
Protobuf Team Bot 7fc92a8a61 Deprecate `MutableRepeatedFieldRef::Reserve()` (in reflection) 3 months ago
Mike Kruskal 283a96f679 Pin to Bazel 7 for staleness regen until 8 works 3 months ago
Sandy Zhang abb197cb61 Raise ParseError for non-numeric strings in numeric fields in Ruby and PHP JSON parsing. 3 months ago
Protobuf Team Bot 828716eb57 Use generic DeleteNode to reduce code size of `erase` in `Map` and to simplify the parsing logic in `MpMap`. 3 months ago
Protobuf Team Bot 4b397e522c Add a few tests to make sure the repeated field rep is sync'd into the map before some binary operations: copy construct, copy assign, merge. 3 months ago
Mike Kruskal cbed3b8630 Fix non-conformance in C++ JSON parsing of integer strings. 3 months ago
Protobuf Team Bot 7fbb3d2cc7 Make conversion functions for into c++ string types from PtrAndLen. 3 months ago
Hong Shin bc9da2b177 hpb: Disambiguate betwixt mutable and agnostic PtrOrRaw (mutable or const) 3 months ago
Protobuf Team Bot 874e03bd93 Add missing test to verify that LookupMapValue sync's the repeated field data 3 months ago
Protobuf Team Bot 7519359b4b Small tweak to printer to handle indent if there is //~ on the first line 3 months ago
Protobuf Team Bot e9b9b5f08a Automated Code Change 3 months ago
Protobuf Team Bot 100d54bc6b Downgrade type of `string` extension fields to `bytes` if UTF8 validation is not required. 3 months ago
Mike Kruskal f2ec951597 Fix python JSON parser to accept string fields containing integer-equivalent floats. 3 months ago
Mike Kruskal f69ea1cc48 Make Pure Python reject unmatched end-group tag in unknown fields 3 months ago
Hong Shin 75581bff86 hpb: Parse - remove unread options arg 3 months ago
Hong Shin 4f98f33ed5 hpb: Merge Parse(T*) with Parse(Ptr<T>) by utilizing PtrOrRaw<T> 3 months ago
Protobuf Team Bot 717b5e6148 Internal changes 3 months ago
Protobuf Team Bot 936525fd7e Internal change 3 months ago
Protobuf Team Bot 0361a59322 Migrate coded output stream arguments from `const std::string&` to `absl::string_view`. 3 months ago
Protobuf Team Bot d70fbd27ca Automated rollback of commit 5030b0be17. 3 months ago
Adam Cozzette ac6852b4a0 Rust: set `ignore` on code example in comment 3 months ago
Protobuf Team Bot 0a3cd5f3c6 Auto-generate files after cl/703590770 3 months ago
Deanna Garcia afe2de2618 Move to bazel 7 and turn down support for bazel 6. 3 months ago
Eric Salo 63150da961 internal change 3 months ago
Matthias Ernst fb180a693f Duplicate buffer for thread-safe aliasing. (#19405) 3 months ago
Protobuf Team Bot 5030b0be17 Move part of the `TypeDefinedMapFieldBase` implementation into `MapFieldBase` implemented on top of `UntypedMapBase` visitation. 3 months ago
Adam Cozzette a59bb5ea7f Rust: remove references to `crate::` from generated code 3 months ago
Protobuf Team Bot 276792923c Add a helper for checking whether the descriptor pool has defaults for a particular language feature extension. 3 months ago
Protobuf Team Bot b025398f9c Move __runtime into __internal::runtime 3 months ago
Protobuf Team Bot f10826ed25 Add absl::Cord overloads to FromString and ToString methods on MessageLite. 3 months ago
Protobuf Team Bot 0b185ad7ea Auto-generate files after cl/703295900 3 months ago
Protobuf Team Bot 9f29f02a36 Add branch hint to make CSEL generation more reliable 3 months ago
Protobuf Team Bot c02d5ef7f9 Auto-generate files after cl/703267593 3 months ago
Protobuf Team Bot aac2600b62 Add `upb_StringView_Compare` function. 3 months ago
Protobuf Team Bot 629aba55dd Improve formatting on the proto_macro rustdoc. 3 months ago
Protobuf Team Bot bfe46c5163 Speed up node initialization in MpMap. 3 months ago
Protobuf Team Bot e8dc8654e3 Auto-generate files after cl/703214356 3 months ago
Protobuf Team Bot 929905bd28 Minor binary search optimization for field lookup slow path. 3 months ago
Protobuf Team Bot 671ae8f754 Make protobuf_example publishable by having it only perform code generation behind a feature. 3 months ago
Adam Cozzette c18384c40b Rust: make generated code refer to `::protobuf` instead of `::__pb` 3 months ago
Protobuf Team Bot f19007f2ea Fix SwapFields on dynamic message map fields. 3 months ago
Adam Cozzette 738ffe2a6e Rust: ensure we can handle name collision between local module and crate dependency 3 months ago
Mike Kruskal 482752a78a Make Python/C++ reject unmatched end-group tag. 3 months ago
Protobuf Team Bot ab3adc2da9 Add description and license to protobuf_example's Cargo.toml 3 months ago