19599 Commits (afe2de261861717026c3b57ec83678590d5de838)
 

Author SHA1 Message Date
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
Protobuf Team Bot 4229508349 Fix the DynamicMessage implementation of DeleteMapValue. 3 months ago
Adam Cozzette 6a0ff9d203 Rust: remove extern crate declaration for `std` from generated code 3 months ago
Protobuf Team Bot 2ca39a21d4 Add release.sh script that pushes crates. 3 months ago
Sandy Zhang 787eb483ac Fix maintainer github username in BCR metadata for protobuf module 3 months ago
Protobuf Team Bot e5199878d9 Add benchmark for field lookup 3 months ago
Protobuf Team Bot 926f87d7cf Add publish --dry_run to the cargo_test 3 months ago
Hong Shin fbffeb5e04 hpb: extension.h: rm extraneous c-style cast (hidden const_cast) 3 months ago
Tony Liao 60d43aa125 Remove proto_builder_test_wrapper for python's proto_builder_test. 3 months ago
Protobuf Team Bot 8e78b9d0c8 Version the protobuf_example crate the same as the other two crates. 3 months ago
Protobuf Team Bot 43a1161d76 Internal change 3 months ago
Andre Sailer 3b389187ce PkgConfig: account for possible debug postfix in library name (#19444) 3 months ago
Protobuf Team Bot bedda1d424 Auto-generate files after cl/702483612 3 months ago
Adam Cozzette be11a955f1 Rust: delete codegen logic for working with .upb.h files 3 months ago
Protobuf Team Bot 9a8494d270 Add a upb_alloc cleanup function pointer to upb_Arena. 3 months ago
Protobuf Team Bot 90e57d686f Add .gitignore to the protobuf_example crate that ignores src/protobuf_generated/ 3 months ago
Protobuf Team Bot c531f2a920 Make the default directory for cargo gencode `src/protobuf_generated/` instead of `protos`. 3 months ago
Protobuf Team Bot 8ce4952624 Create /release_crates/ directory that contains one directory for each of our 3 crates that we package up. 3 months ago
Mike Kruskal 84e81cfa6c Make Java-lite reject unmatched end-group tag. 3 months ago
Mike Kruskal 8f6afdc0ef Fix some silent failures in our CI. 3 months ago
Protobuf Team Bot 7b8796a887 Auto-generate files after cl/702395824 3 months ago
Protobuf Team Bot 347ac4ac3b Don't add LayoutItems for non-oneof fields. This simplifies the code, and since the vast majority of messages don't have oneof, should also speed things up. 3 months ago
Protobuf Team Bot b35fe13373 Update proto_common_compile_tests.bzl to reflect using the baseline exec configuration. No hash is expected after exec. 3 months ago
Protobuf Team Bot a014c7ddc3 Auto-generate files after cl/702381123 3 months ago
Protobuf Team Bot eb8a34d22d Fix issue where a tmp buffer could have been too small when handling a serialized FeatureSet. 3 months ago
Adam Cozzette 9db4d1ca7a Add the `experimental_use_cc_common_link` flag for Rust 3 months ago
Sandy Zhang 4d998f2742 Add linker flags enabling undefined dynamic_lookup for macOS for Python api_implementation.so and message.so 3 months ago
PascalSenn a1b0088525 Adds UnsafeCollectionOperations for unsafe access to RepeatedField<T> (#16772) 3 months ago
Adam Cozzette b2acbd3340 Use `std::is_base_of_v` instead of `std::derived_from` 3 months ago