19650 Commits (25591760618d7e36a93cc3637c78272d00d70aee)
 

Author SHA1 Message Date
Adam Cozzette 2559176061 Rust: update protobuf_codegen crate to rely on separately installed protoc 2 months ago
Protobuf Team Bot 45ee584e6c Include the enum constant names in the debug string output. 2 months ago
Protobuf Team Bot bce20aa74d Add some assertions and tests regarding bucket count and load factor in Map. 2 months ago
Protobuf Team Bot a9ad51f5b6 Breaking change: Upgrade return type of `type_name()` and `cpp_type_name()` from `const char*` to `absl::string_view`. 2 months ago
Jakob Buchgraber a2ef571d7e Bridge Protobuf Rust's View and Mut message types to their C++ equivalent types #crubit #cc_bindings_from_rs 2 months ago
Mike Kruskal bc16fe8921 Treat -0.0 as consistently distinct from 0.0 in pure python 2 months ago
Mike Kruskal 5188672837 Accept 'F' suffix for floats in python text-format parser. 2 months ago
John Cater bb4bc7e2e4 Automated Code Change 2 months ago
Protobuf Team Bot e4c78ee199 Collect extensions with the descriptor pool where the file descriptor was built from, instead of with the generated pool. 2 months ago
Mike Kruskal 2de1e7ebe3 Split up a pre-existing bulky test into smaller-grained parameterizations. 2 months ago
Protobuf Team Bot 506eecb74a Auto-generate files after cl/705621683 2 months ago
Sandy Zhang 21f535c978 Update cmake minimum version to >=3.16. 3 months ago
Protobuf Team Bot 7f75289789 Internal change 3 months ago
zhangskz e68fa2693a
Remove unused upb CMakeLists.txt (#19638) 3 months ago
Protobuf Team Bot 17ad170b4b Construct the expected generated file paths rather than doing a listdir the output dir in the Rust Cargo build. 3 months ago
Adam Cozzette 2725890f85 Make the `#test-continuous` tag work even when it's not preceded by a newline 3 months ago
Protobuf Team Bot 390124a5e5 Automated Code Change 3 months ago
Mike Kruskal 0765dd476a Automated Code Change 3 months ago
Xufei Tan 5a24c8850f Internal change. 3 months ago
Adam Cozzette 8c9b653519 Rust: set `links = "upb"` instead of `links = "libupb"` 3 months ago
Protobuf Team Bot 33a6db18ea IWYU & clang-tidy fixes in reflection_internal.h 3 months ago
Mike Kruskal a4d4bfeae9 Make Java consistently reject unmatched end-group tag. 3 months ago
Mike Kruskal b9cb1842d0 Delete old conformance test hack 3 months ago
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