17700 Commits (2f3242c576504459621fd7d78bbccf39bfaa49c5)
 

Author SHA1 Message Date
Protobuf Team Bot 2f3242c576 Fix ClangTidy warnings 9 months ago
Protobuf Team Bot a521e6e152 Internal chanegs 9 months ago
Anton Grbin 34c843d671 [7392] [cpp] Remove dead code path for map key of type enum in JSON parsing (#16567) 9 months ago
Mike Kruskal 24b91a7fec Prohibit using features in the same file they're defined in. 9 months ago
Sandy Zhang baeab50df0 Automated rollback of commit ec126a5069. 9 months ago
Marcel Hlopko eca477a0f1 Internal change. 9 months ago
Jie Luo 6c91de9de9 Nextgen Proto Pythonic API: “Add-on” proto for JSON serialize/parse 9 months ago
Marcel Hlopko 69a26b217d Use the name of the rust_proto_library as the crate name 9 months ago
Protobuf Team Bot c6cbaaeeee Devirtualize CheckTypeAndMergeFrom and use the existing function from 9 months ago
Hong Shin 0645439efa Introduce upb_EncodeStatus_String and upb_DecodeStatus_String 9 months ago
Marcel Hlopko e71c811a3a Extract crate name mangling function 9 months ago
Protobuf Team Bot 24751b405a Add legacy Java TextFormat APIs 9 months ago
Protobuf Team Bot ca995da263 Reduce the cost of CheckTypeAndMergeFrom in LITE_RUNTIME objects when icf is 9 months ago
Joshua Haberman 6a2e4be010 Added C# unit tests verifying current UTF-8 behavior. 9 months ago
Marcel Hlopko a8cb5833aa Verify rust_proto_library name 9 months ago
Hong Shin 3574af2397 Internal Change 9 months ago
Protobuf Team Bot cfea7596c1 Remove dead VTableName function. 9 months ago
Protobuf Team Bot 5fdef5bfce Remove obsolete msgmut::or_default() 9 months ago
Protobuf Team Bot 05781615a1 Internal changes/optimizations 9 months ago
Derek Benson 9f40411caf fix unneeded mut in enum gencode 9 months ago
Mike Kruskal 6b9a81a042 Add extension declarations for known features. 9 months ago
Sandy Zhang df630fa6f1 MODULE.bazel fixes for protobuf BCR release. 9 months ago
Protobuf Team Bot 9b463ac048 Make the underlying type of the enum by 8-bits instead of using bitfields for 9 months ago
Protobuf Team Bot dde03553c9 Internal change 9 months ago
Protobuf Team Bot bb68eb22dd Implement new Debug API with redaction. 9 months ago
Jie Luo 5a9170701e internal change 9 months ago
Mark Hansen c6e2778f91 Replace SmallSortedMap.EmptySet with equivalent Collections.emptySet() 9 months ago
Protobuf Team Bot 396d661767 Add support for setting extensions with Ptr<Extension> in Upb C++ protos. 9 months ago
Protobuf Team Bot 448e326200 Use bool HasHasbits(const FieldDescriptor*) instead of manual checks. 9 months ago
pbatg 30a40eefe5 Fixed broken link in upb README.md (#16717) 9 months ago
Protobuf Team Bot 2238cdc091 Add impl Clone for Rust proto owned messages. 9 months ago
Protobuf Team Bot 7f23b700fe Introduce new API DownCastToMessage/DynamicCastToMessage as a replacement for down_cast/dynamic_cast from MessageLite to Message. 9 months ago
Protobuf Team Bot fad4736785 Auto-generate files after cl/633224191 9 months ago
Sandy Zhang ce026abf92 Work around windows path length limitations by moving immutable -> full in open source (new generator paths) and shortening long file names. 9 months ago
Derek Benson 904266db57 inline repeated field methods 9 months ago
Derek Benson f2d8c2bdd8 Add a reserve method on ProxiedInRepeated 9 months ago
Mark Hansen f7a866a9ea Make IntArrayList consistent with other primitive array lists, using code generator 9 months ago
Protobuf Team Bot ddc70b0ebf Auto-generate files after cl/632663127 9 months ago
MiguelBarro d2aa5fb483 Prevent find_package failure if multiple versions are installed (#16654) 9 months ago
Eric Salo f93565c20c upb: publish and start using the new non-universal setters out in the wild 9 months ago
Mike Kruskal be99767a69 Clear repository cache between bazel runs 9 months ago
Jie Luo e7fdab4a2c Add Nextgen python proto_test to github 9 months ago
Protobuf Team Bot 39986c099b Auto-generate files after cl/632535021 9 months ago
Protobuf Team Bot 24d42eacec Add a BUILD file under rust/accessors and rename helpers.h to default_value.h 9 months ago
Sandy Zhang c99cf4bbfa Add `java` to reserved names to escape extensions to `java_`. This may break existing references to gencode for extensions named `java`. 9 months ago
Jaap Taal 91b7cf3325 Fix indention formatter for google.protobuf.Any (#16785) 9 months ago
Mark Hansen 4b7c2d4381 Avoid allocating TreeMap in UnknownFieldSet.Builder.asMap 9 months ago
Mark Hansen 8c6e5b7963 Avoid allocating iterator in TextFormat printing UnknownFieldSet 9 months ago
Protobuf Team Bot bc80135f10 Auto-generate files after cl/632314763 9 months ago
Hong Shin d071c60878 Break out idx in upb_MiniTableSub computation for clarity 9 months ago