19671 Commits (610574c480a124cf1636cbe7e29cc42207e6559e)
 

Author SHA1 Message Date
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
Adam Cozzette 873a695f50 Upgrade to rules_rust v0.54.1 3 months ago
Protobuf Team Bot 4b047184cd Automated Code Change 3 months ago
Yamil Morales e1603839a5 Fix failure list trie behavior (#19207) 3 months ago
Mark Hansen c879cccf0d Fix typo in computeInt32SizeNoTag doc 3 months ago
Protobuf Team Bot e01ab3cddd Auto-generate files after cl/702086770 3 months ago
Protobuf Team Bot a7db4a7b2b Remove unnecessary offsets field from LayoutItem, and instead assign it directly to the minitable fields 3 months ago
Protobuf Team Bot 05ac45a5b4 Auto-generate files after cl/702081436 3 months ago
Protobuf Team Bot c6a452aa7c Don't sort fields when assigning offsets. 3 months ago
Protobuf Team Bot f59676dfe2 Auto-generate files after cl/702072912 3 months ago
Protobuf Team Bot a79fbc9d32 Fixed comparison of empty repeated/map extensions. 3 months ago
Protobuf Team Bot 3bbaa24cd0 Internal change 3 months ago
Protobuf Team Bot 7c3b8b798f Clean up of the the way `import public` is handled in Rust generation. 3 months ago
Deanna Garcia df00265e9c Remove protobuf-compiler, protobuf-cpp, and protobuf-btr auto assign since they are too broad of a group. Prefer onduty to review or assign a reviewer. We keep auto assign for languages with small codebases and small support teams. 3 months ago
Adam Cozzette 07faf360a3 Update reflection_visit_field_info.h to avoid using deprecated reflection APIs 3 months ago
Protobuf Team Bot 354af447f7 Remove obsolete MapAllocator class. 3 months ago
Piotr Hałas f1aa92a5f5 Handle optional fields correctly in Message_get method (#18982) 3 months ago
Protobuf Team Bot 5d0865cf15 Auto-generate files after cl/701102058 3 months ago
Protobuf Team Bot 79fbab0b65 Fix inadvertent sorting order of message memory layout 3 months ago
Tony Liao cbecd9d2fa Remove descriptor_test_wrapper for python's descriptor_test. 3 months ago
Sandy Zhang d59a9e130e Add protobuf_extra_deps.bzl for loading dependencies necessary for external repositories in protobuf_deps.bzl. 3 months ago
Protobuf Team Bot 37cc68f16a Auto-generate files after cl/700798766 3 months ago
Protobuf Team Bot 6eae23c1a5 Refactor name_resovler_test so that tests get descriptors from the custom DescriptorPool instead of from the C++ generated descriptors. 3 months ago
Geoffry Song 8ccca3986f [python] Remove explicit visibility("default") on PyInit__message (#16125) 3 months ago
Matej Aleksandrov 9668016fc2 Override protobuf Message.__dir__ method 3 months ago
Protobuf Team Bot 602b62a268 Auto-generate files after cl/700764584 3 months ago
Tony Liao 783b307703 Print better error message when registering an extension with a duplicate number. 3 months ago
Geoffry Song 5752b2d07b [python] Remove semicolon after `PyObject_HEAD` (#16123) 3 months ago
Protobuf Team Bot f699827955 Auto-generate files after cl/700728937 3 months ago