24
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 14, 2024 — Nov 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove absl::type_traits dependency (#21908) More... 23 days ago
Automated Code Change More... 24 days ago
Add `PROTOBUF_ALWAYS_INLINE` to `InternalMetadataOffset::Build` and constructor. More... 24 days ago
Introduce dummy `elements_` member of `HeapRep` in `RepeatedField`. More... 24 days ago
Enable removed arena pointers from all fields. More... 24 days ago
Account for 8-byte alignment in arena allocation size checks. More... 24 days ago
Fix import option handling when include_imports isn't set. More... 24 days ago
Expose unstable message descriptor getter to Rust. More... 24 days ago
Don't store placeholders in descriptor tables. More... 25 days ago
Update `MockRepeatedField` for new layout with removed arena pointers. More... 25 days ago
Initialize `unused_` member of `HeapRep` in the constructor initialization list, and move alignas annotation to `HeapRep`. More... 25 days ago
fix(php): Fix double to bool casting (use Z_DVAL_P: -0.0 -> false) (#24072) More... 25 days ago
Adapt for rules_rust 0.66.0. More... 25 days ago
Python: kwargs initialization would silently swallow some errors with repeated fields. More... 26 days ago
Auto-generate files after cl/821777650 More... 26 days ago
Return an error if asked to serialize a proto larger than 2gb More... 26 days ago
Expose protobuf::message_eq() free function on the Rust Protobuf runtime api. More... 26 days ago
Auto-generate files after cl/821762001 More... 26 days ago
Fix a bug in STRICT check of namespaced enums to properly check for 'reserved 1 to max' More... 26 days ago
refactor(bazel): publish a separate .tar.gz (#24065) More... 26 days ago
Fix weak descriptor mode to be compatible with `import option`. More... 26 days ago
Add option for PHP to emit default values for JSON. (#23985) More... 26 days ago
Automated rollback of commit 94e62c6bd3396d0e690881492173499dcc1f146a. More... 28 days ago
Avoid calling `GetArena()` in `~RepeatedField` when the element is arena-skippable. More... 28 days ago
Call destructor on temporary `RepeatedField` for non-destructor-skippable `Element` types in `SwapFallback`. More... 28 days ago
Cache the arena pointer in `RepeatedPtrFieldBackInsertIterator`. More... 28 days ago
Cache arena pointer in iterator-based `RepeatedPtrField::Add`. More... 28 days ago
Pass arena to `Repeated(Ptr)Field::Add` from v2 parser. More... 28 days ago
Add private `AddWithArena` variants to `RepeatedPtrField` and call them from parsing code. More... 28 days ago
Add `AddWithArena`/`ReserveWithArena` variants to `RepeatedField` and call them internally. More... 29 days ago