Sign in
pigweed
/
third_party
/
github
/
protocolbuffers
/
protobuf
/
HEAD
a59bb5e
Rust: remove references to `crate::` from generated code
by Adam Cozzette
· 2 weeks ago
main
2767929
Add a helper for checking whether the descriptor pool has defaults for a particular language feature extension.
by Protobuf Team Bot
· 2 weeks ago
b025398
Move __runtime into __internal::runtime
by Protobuf Team Bot
· 2 weeks ago
f10826e
Add absl::Cord overloads to FromString and ToString methods on MessageLite.
by Protobuf Team Bot
· 2 weeks ago
0b185ad
Auto-generate files after cl/703295900
by Protobuf Team Bot
· 2 weeks ago
9f29f02
Add branch hint to make CSEL generation more reliable
by Protobuf Team Bot
· 2 weeks ago
c02d5ef
Auto-generate files after cl/703267593
by Protobuf Team Bot
· 2 weeks ago
aac2600
Add `upb_StringView_Compare` function.
by Protobuf Team Bot
· 2 weeks ago
629aba5
Improve formatting on the proto_macro rustdoc.
by Protobuf Team Bot
· 2 weeks ago
bfe46c5
Speed up node initialization in MpMap.
by Protobuf Team Bot
· 2 weeks ago
e8dc865
Auto-generate files after cl/703214356
by Protobuf Team Bot
· 2 weeks ago
929905b
Minor binary search optimization for field lookup slow path.
by Protobuf Team Bot
· 2 weeks ago
671ae8f
Make protobuf_example publishable by having it only perform code generation behind a feature.
by Protobuf Team Bot
· 2 weeks ago
c18384c
Rust: make generated code refer to `::protobuf` instead of `::__pb`
by Adam Cozzette
· 2 weeks ago
f19007f
Fix SwapFields on dynamic message map fields.
by Protobuf Team Bot
· 2 weeks ago
738ffe2
Rust: ensure we can handle name collision between local module and crate dependency
by Adam Cozzette
· 2 weeks ago
482752a
Make Python/C++ reject unmatched end-group tag.
by Mike Kruskal
· 2 weeks ago
ab3adc2
Add description and license to protobuf_example's Cargo.toml
by Protobuf Team Bot
· 2 weeks ago
4229508
Fix the DynamicMessage implementation of DeleteMapValue.
by Protobuf Team Bot
· 2 weeks ago
6a0ff9d
Rust: remove extern crate declaration for `std` from generated code
by Adam Cozzette
· 2 weeks ago
2ca39a2
Add release.sh script that pushes crates.
by Protobuf Team Bot
· 2 weeks ago
787eb48
Fix maintainer github username in BCR metadata for protobuf module
by Sandy Zhang
· 2 weeks ago
e519987
Add benchmark for field lookup
by Protobuf Team Bot
· 2 weeks ago
926f87d
Add publish --dry_run to the cargo_test
by Protobuf Team Bot
· 2 weeks ago
fbffeb5
hpb: extension.h: rm extraneous c-style cast (hidden const_cast)
by Hong Shin
· 2 weeks ago
60d43aa
Remove proto_builder_test_wrapper for python's proto_builder_test.
by Tony Liao
· 2 weeks ago
8e78b9d
Version the protobuf_example crate the same as the other two crates.
by Protobuf Team Bot
· 2 weeks ago
43a1161
Internal change
by Protobuf Team Bot
· 2 weeks ago
3b38918
PkgConfig: account for possible debug postfix in library name (#19444)
by Andre Sailer
· 2 weeks ago
bedda1d
Auto-generate files after cl/702483612
by Protobuf Team Bot
· 3 weeks ago
be11a95
Rust: delete codegen logic for working with .upb.h files
by Adam Cozzette
· 3 weeks ago
9a8494d
Add a upb_alloc cleanup function pointer to upb_Arena.
by Protobuf Team Bot
· 3 weeks ago
90e57d6
Add .gitignore to the protobuf_example crate that ignores src/protobuf_generated/
by Protobuf Team Bot
· 3 weeks ago
c531f2a
Make the default directory for cargo gencode `src/protobuf_generated/` instead of `protos`.
by Protobuf Team Bot
· 3 weeks ago
8ce4952
Create /release_crates/ directory that contains one directory for each of our 3 crates that we package up.
by Protobuf Team Bot
· 3 weeks ago
84e81cf
Make Java-lite reject unmatched end-group tag.
by Mike Kruskal
· 3 weeks ago
8f6afdc
Fix some silent failures in our CI.
by Mike Kruskal
· 3 weeks ago
7b8796a
Auto-generate files after cl/702395824
by Protobuf Team Bot
· 3 weeks ago
347ac4a
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.
by Protobuf Team Bot
· 3 weeks ago
b35fe13
Update proto_common_compile_tests.bzl to reflect using the baseline exec configuration. No hash is expected after exec.
by Protobuf Team Bot
· 3 weeks ago
a014c7d
Auto-generate files after cl/702381123
by Protobuf Team Bot
· 3 weeks ago
eb8a34d
Fix issue where a tmp buffer could have been too small when handling a serialized FeatureSet.
by Protobuf Team Bot
· 3 weeks ago
9db4d1c
Add the `experimental_use_cc_common_link` flag for Rust
by Adam Cozzette
· 3 weeks ago
4d998f2
Add linker flags enabling undefined dynamic_lookup for macOS for Python api_implementation.so and message.so
by Sandy Zhang
· 3 weeks ago
a1b0088
Adds UnsafeCollectionOperations for unsafe access to RepeatedField<T> (#16772)
by PascalSenn
· 3 weeks ago
b2acbd3
Use `std::is_base_of_v` instead of `std::derived_from`
by Adam Cozzette
· 3 weeks ago
873a695
Upgrade to rules_rust v0.54.1
by Adam Cozzette
· 3 weeks ago
4b04718
Automated Code Change
by Protobuf Team Bot
· 3 weeks ago
e160383
Fix failure list trie behavior (#19207)
by Yamil Morales
· 3 weeks ago
c879ccc
Fix typo in computeInt32SizeNoTag doc
by Mark Hansen
· 3 weeks ago
e01ab3c
Auto-generate files after cl/702086770
by Protobuf Team Bot
· 3 weeks ago
a7db4a7
Remove unnecessary offsets field from LayoutItem, and instead assign it directly to the minitable fields
by Protobuf Team Bot
· 3 weeks ago
05ac45a
Auto-generate files after cl/702081436
by Protobuf Team Bot
· 3 weeks ago
c6a452a
Don't sort fields when assigning offsets.
by Protobuf Team Bot
· 3 weeks ago
f59676d
Auto-generate files after cl/702072912
by Protobuf Team Bot
· 3 weeks ago
a79fbc9
Fixed comparison of empty repeated/map extensions.
by Protobuf Team Bot
· 3 weeks ago
3bbaa24
Internal change
by Protobuf Team Bot
· 3 weeks ago
7c3b8b7
Clean up of the the way `import public` is handled in Rust generation.
by Protobuf Team Bot
· 3 weeks ago
df00265
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.
by Deanna Garcia
· 3 weeks ago
07faf36
Update reflection_visit_field_info.h to avoid using deprecated reflection APIs
by Adam Cozzette
· 3 weeks ago
354af44
Remove obsolete MapAllocator class.
by Protobuf Team Bot
· 3 weeks ago
f1aa92a
Handle optional fields correctly in Message_get method (#18982)
by Piotr Hałas
· 3 weeks ago
5d0865c
Auto-generate files after cl/701102058
by Protobuf Team Bot
· 3 weeks ago
79fbab0
Fix inadvertent sorting order of message memory layout
by Protobuf Team Bot
· 3 weeks ago
cbecd9d
Remove descriptor_test_wrapper for python's descriptor_test.
by Tony Liao
· 3 weeks ago
d59a9e1
Add protobuf_extra_deps.bzl for loading dependencies necessary for external repositories in protobuf_deps.bzl.
by Sandy Zhang
· 3 weeks ago
37cc68f
Auto-generate files after cl/700798766
by Protobuf Team Bot
· 3 weeks ago
6eae23c
Refactor name_resovler_test so that tests get descriptors from the custom DescriptorPool instead of from the C++ generated descriptors.
by Protobuf Team Bot
· 3 weeks ago
8ccca39
[python] Remove explicit visibility("default") on PyInit__message (#16125)
by Geoffry Song
· 3 weeks ago
9668016
Override protobuf Message.__dir__ method
by Matej Aleksandrov
· 3 weeks ago
602b62a
Auto-generate files after cl/700764584
by Protobuf Team Bot
· 3 weeks ago
783b307
Print better error message when registering an extension with a duplicate number.
by Tony Liao
· 3 weeks ago
5752b2d
[python] Remove semicolon after `PyObject_HEAD` (#16123)
by Geoffry Song
· 3 weeks ago
f699827
Auto-generate files after cl/700728937
by Protobuf Team Bot
· 3 weeks ago
ce9071a
Cut the size of upb_LayoutItem from 12 bytes to 6.
by Protobuf Team Bot
· 3 weeks ago
d08b59c
Add conformance tests covering mismatched group tags
by Mike Kruskal
· 3 weeks ago
ba213b3
Auto-generate files after PR #17845
by Protobuf Team Bot
· 3 weeks ago
653f511
Build with -Wundef (#17845)
by Taylor Cramer
· 3 weeks ago
7588e51
Use visitation to implement allocation/initialization/deallocation of nodes in generic code.
by Protobuf Team Bot
· 3 weeks ago
f66e49c
Use newly introduced `Clone` method in `LazyField` in order to avoid looking up prototype (`GetPrototypeForLazyMessage`) during copy.
by Vitaly Goldshteyn
· 3 weeks ago
525e16a
Updated Build Configuration for PHP Extension to fix issue building on Windows (#17903)
by Graham Wharton
· 3 weeks ago
30ed452
Breaking Change: Remove deprecated Arena::GetArena.
by Sandy Zhang
· 4 weeks ago
5bb4555
Slightly simplify `SizeOfUnion`. Performance should be improved as well.
by Vitaly Goldshteyn
· 4 weeks ago
4cfeb66
Avoid unnecessary use of run_shell (#19409)
by freeform-andre
· 4 weeks ago
3773feb
Fix deprecated use of `namespace_packages` in `python/dist/setup.py` (#18235)
by Zoey Greer
· 4 weeks ago
9dc5aaa
PROTOC_EXPORT in java/names.h to expose symbols (#19363)
by Michael Cho
· 4 weeks ago
da1c7c0
Move SpaceUsed calculation to UntypedMapBase to reduce code size.
by Protobuf Team Bot
· 4 weeks ago
4130f38
Remove unused references to internal::DownCast (#19372)
by Dennis
· 4 weeks ago
70730f5
Performance optimization extension for `RepeatedField<T>` (#19115)
by Pedram Rezaei
· 4 weeks ago
343a3f9
dotnet: Microoptimizations (#18934)
by Henrik
· 4 weeks ago
e35ed79
Fix `plugin_output` for `_generate_rust_gencode` (#18255)
by Zoey Greer
· 4 weeks ago
f3f2fba
updated docs/third_party.md (#19374)
by Antonin Kriz
· 4 weeks ago
1544885
Remove message_factory_test_wrapper for python's message_factory_test.
by Tony Liao
· 4 weeks ago
2ad21af
Auto-generate files after cl/700042372
by Protobuf Team Bot
· 4 weeks ago
d0151aa
Fix const INFINITY issue on MSVC.
by Mike Kruskal
· 4 weeks ago
da8bcc8
Internal
by Protobuf Team Bot
· 4 weeks ago
1c98b5b
[7392] fix conformance test in PHP JSON parser (#19376)
by Anton Grbin
· 4 weeks ago
a02ec0f
Remove message_test_wrapper for python's message_test.
by Tony Liao
· 4 weeks ago
b9e69e8
Add "absl::StatusOr<PythonConstMessagePointer> GetConstMessagePointer(PyObject* msg)" in proto_api which works with cpp extension, upb and pure python.
by Jie Luo
· 4 weeks ago
aded9b7
Auto-generate files after cl/699254841
by Protobuf Team Bot
· 4 weeks ago
Next »