24
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 19, 2023 — May 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Test if a tag with unknown wire type (0x6 or 0x7) causes parsing failures. More... 3 days ago
Lazily resolve features for proto2 and proto3 for compatibility with old open source gencode that does not invoke feature resolution from gencode static init. More... 4 days ago
Auto-generate files after cl/634787159 More... 4 days ago
Refactor the way we turn on the optimization in StrongPointer. Some versions of gcc seem to advertise __cpp_nontype_template_args but not support the argument in some cases. Only attempt the template parameter if we are using the optimized .reloc approach. More... 4 days ago
Fix ClangTidy warnings More... 4 days ago
Internal chanegs More... 4 days ago
[7392] [cpp] Remove dead code path for map key of type enum in JSON parsing (#16567) More... 5 days ago
Prohibit using features in the same file they're defined in. More... 5 days ago
Automated rollback of commit ec126a5069fbb81a857e41c8b2cfbe71ace35993. More... 5 days ago
Internal change. More... 5 days ago
Nextgen Proto Pythonic API: “Add-on” proto for JSON serialize/parse - add google.protobuf.proto_json module - wrap json_format's MessageToDict/ParseDict to the new module: More... 5 days ago
Use the name of the rust_proto_library as the crate name More... 5 days ago
Devirtualize CheckTypeAndMergeFrom and use the existing function from ClassData. This removes a virtual function and reduces binary size. More... 5 days ago
Introduce upb_EncodeStatus_String and upb_DecodeStatus_String More... 5 days ago
Extract crate name mangling function More... 6 days ago
Add legacy Java TextFormat APIs More... 6 days ago
Reduce the cost of CheckTypeAndMergeFrom in LITE_RUNTIME objects when icf is enabled. DownCastToGenerated injects the strong reference to T, which makes all instances of CheckTypeAndMergeFrom unique and not candidates for identical code folding. The strong reference is not needed here in the member function. More... 6 days ago
Added C# unit tests verifying current UTF-8 behavior. More... 6 days ago
Verify rust_proto_library name More... 6 days ago
Internal Change More... 6 days ago
Remove dead VTableName function. More... 6 days ago
Remove obsolete msgmut::or_default() More... 6 days ago
Internal changes/optimizations More... 6 days ago
fix unneeded mut in enum gencode More... 6 days ago
Add extension declarations for known features. More... 6 days ago
MODULE.bazel fixes for protobuf BCR release. More... 6 days ago
Make the underlying type of the enum by 8-bits instead of using bitfields for it. It silences a warning in gcc 8/9. More... 6 days ago
Internal change More... 7 days ago
Implement new Debug API with redaction. Implement emittingSingleLine TextFormat printer option. More... 7 days ago
internal change More... 7 days ago