24
I Use This!
Very High Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 2 days ago.
Apr 14, 2023 — Apr 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use the same set of exports as regular users in shared tests More... 4 days ago
Adds "Editions Lifetimes" to the GitHub code repository. More... 4 days ago
Internal Change More... 4 days ago
Create a upb rust directory. More... 4 days ago
upb: implement named imports in Dart More... 4 days ago
Implement the Error trait for ParseError. This makes it compatible with anyhow. More... 4 days ago
Copybara import of the project: More... 4 days ago
upb: fix a Ruby CI test More... 4 days ago
Record PDProto in build stamp by emitting weak symbols. More... 5 days ago
Hook up staleness tests to non-bootstrap edition defaults More... 5 days ago
Cache the result of "is_repeated" on its own bit to avoid having to read and compare the label. This query is very common when handling descriptors. More... 5 days ago
Fix Windows 2019 linker error due to bootstrap/staleness issues More... 5 days ago
Add bzl_libraries to protobuf More... 5 days ago
Auto-generate files after cl/623690798 More... 5 days ago
Define lifetimes of edition 2023 features More... 5 days ago
Auto-generate files after cl/623630219 More... 6 days ago
Implement feature lifetime validation in protoc and the C++ runtime. More... 6 days ago
Pull ouot MODULE.bazel module version into PROTOBUF_VERSION string variable for automation to update version numbers during release More... 6 days ago
Optimize TDP table generation: - For enums that are already defined in a sequential manner, use the existing info from the descriptor. - For other enums use a bit set to find unique values instead of a vector+sort+unique. Much less work to do so, and we can use stack for it instead of heap most of the time. More... 6 days ago
Downgrade C++ version check errors to warnings for bootstrap files. More... 6 days ago
Minor refactoring in SerialArena: - Make FreeStringBlocks() happen inside Free() as string blocks are basically an implementation detail of SerialArena. - Add GetDeallocator to the anonymous namespace. - Remove a comment about the implementation of AddSpaceAllocated at one of its callsites. More... 6 days ago
Auto-generate files after cl/623529512 More... 6 days ago
Restore legacy edition enum value More... 6 days ago
Auto-generate files after cl/623474125 More... 6 days ago
Change Rust-upb to use upb_Encode and upb_Decode directly, instead of going through the upb C gencode. More... 6 days ago
Copy py_proto_library from rules_python to protobuf More... 6 days ago
Check that size is non-negative when reading string or bytes in StreamDecoder. More... 6 days ago
upb: rewrite the Dart code generator in C++ More... 6 days ago
Auto-generate files after cl/623355801 More... 6 days ago
upb: extension/basefield setters are now public functions More... 6 days ago