- 543fbcd Breaking change: Remove deprecated std::string error collector overrides by Mike Kruskal · 1 year, 4 months ago
- 4b2a30c Slightly relax JSON integer parsing tests to handle a wider range of runtime behaviors around by Protobuf Team Bot · 1 year, 4 months ago
- 70b1d79 Use short name for view primitive in the oneof enums (i32 instead of View<'msg, i32>) by Protobuf Team Bot · 1 year, 4 months ago
- c2532d5 Move the info about perfect derive to shared.rs by Alyssa Haroldsen · 1 year, 4 months ago
- 7c38dab Add minimization for enum_type. by Mike Kruskal · 1 year, 4 months ago
- 85a134b Auto-generate files after cl/590637288 by Protobuf Team Bot · 1 year, 4 months ago
- 9a50a83 Move the descriptor message part of ClassData into a subclass and keep a bool by Protobuf Team Bot · 1 year, 4 months ago
- 54d4839 Add submsg support for bytes_mut by Hong Shin · 1 year, 4 months ago
- b19deb9 Remove separate setters for singular scalars by Adrian Sadłocha · 1 year, 4 months ago
- 5076e62 In ruby/README.md, correct a target name (#15041) by Charles OuGuo · 1 year, 4 months ago
- a4b5c7e Avoid copies in proto map reflection. by Protobuf Team Bot · 1 year, 4 months ago
- b429304 Minor cleanups to conform to clang-tidy, etc. by Protobuf Team Bot · 1 year, 4 months ago
- 95d7dc0 Auto-generate files after cl/590420044 by Protobuf Team Bot · 1 year, 4 months ago
- 3d597c2 Auto-generate files after cl/590419408 by Protobuf Team Bot · 1 year, 4 months ago
- 088fee7 upb: implement upb_Message_FindExtensionByNumber() by Eric Salo · 1 year, 4 months ago
- e1d3008 upb: tighten up the upb_Arena code by Eric Salo · 1 year, 4 months ago
- 6c7c5a5 [ObjC] Enable editions conformance tests. by Thomas Van Lenten · 1 year, 4 months ago
- ddc5406 Auto-generate files after PR #15040 by Protobuf Team Bot · 1 year, 4 months ago
- 64a88ff Bump rules_apple to 3.1.1 (#15040) by Charles OuGuo · 1 year, 4 months ago
- 9c3a4e5 upb: add missing line for :mem_internal to copy.bara.sky by Eric Salo · 1 year, 4 months ago
- 1b62d18 Reunify with-bits and no-bits on upb.js to only use bits for non-repeated getters and string-alloc (the latter we can revisit in a followup). All setters go through the upb C api. by Protobuf Team Bot · 1 year, 4 months ago
- 2b79fb5 Bump rules_cc to 0.0.9 for Bazel 7 support by Mike Kruskal · 1 year, 4 months ago
- 13c9be2 Reduce inlined part of the destructor. by Protobuf Team Bot · 1 year, 4 months ago
- a47a7bd Internal Code Change by Protobuf Team Bot · 1 year, 4 months ago
- 0c3e116 upb: tag _upb_Message_AddUnknown() as UPB_PRIVATE() by Eric Salo · 1 year, 4 months ago
- a649dda upb: reverse the polarity of the MiniTableField untyped data accessors by Eric Salo · 1 year, 4 months ago
- de52944 [Python/upb] Fixed SEGV when attempting to delete a message attribute by Joshua Haberman · 1 year, 4 months ago
- 0eac77c Breaking change in 26 release: Remove msg.UnknownFields() support in pure python and cpp extension. by Jie Luo · 1 year, 4 months ago
- e35cf10 Add submessage support for string_mut by Hong Shin · 1 year, 4 months ago
- 5b12bc8 Breaking change: Promote ExtensionRange to a proper class by Mike Kruskal · 1 year, 4 months ago
- 229906f Breaking change: Remove deprecated clear APIs on repeated fields by Mike Kruskal · 1 year, 4 months ago
- cf2d696 Breaking change: Remove C++ legacy syntax descriptor APIs by Mike Kruskal · 1 year, 4 months ago
- 1dd6a7d Clean up some trivial lifetime usage by Alyssa Haroldsen · 1 year, 4 months ago
- fd40c87 Breaking change: Remove deprecated syntax accessor. by Mike Kruskal · 1 year, 4 months ago
- a303ccb upb: use upb_alloc functions internally instead of stdlib malloc/free by Eric Salo · 1 year, 4 months ago
- 1ac8c04 Fixed UTF-8 TextFormat output to protect against invalid UTF-8 in string fields. by Joshua Haberman · 1 year, 4 months ago
- d605b48 Emit setters on primitive scalars without presence by Adrian Sadłocha · 1 year, 4 months ago
- f85b347 Remove PrimitiveMut::clear by Alyssa Haroldsen · 1 year, 4 months ago
- 74ff001 Remove iteration and item mutators from Repeated by Alyssa Haroldsen · 1 year, 4 months ago
- 15a0d5b Internal change by Mike Kruskal · 1 year, 4 months ago
- a17c248 Make LazyField::ByteSizeLong consistent with eager message. by Protobuf Team Bot · 1 year, 4 months ago
- 4c32845 Add some missing includes by Protobuf Team Bot · 1 year, 4 months ago
- b146d14 [ObjC] Improve handing of the WKT ObjC Category additions. by Thomas Van Lenten · 1 year, 4 months ago
- cca8a7c upb: delete upb::SymbolTable typedef by Eric Salo · 1 year, 4 months ago
- b08e00b Improve codegen for address pinning. by Protobuf Team Bot · 1 year, 4 months ago
- 4955fc4 Auto-generate files after cl/588950163 by Protobuf Team Bot · 1 year, 4 months ago
- 4a67ce8 Disable mask-based implementation when SVE CLZ is present, since that allows vectorizing the scalar implementation. by Protobuf Team Bot · 1 year, 4 months ago
- 1a02cd4 Auto-generate files after cl/588915020 by Protobuf Team Bot · 1 year, 4 months ago
- 060a9be Remove descriptor_legacy usage from compiler code by Mike Kruskal · 1 year, 4 months ago
- 17f4f91 Remove descriptor_legacy usage from C++ runtime by Mike Kruskal · 1 year, 4 months ago
- 43f92cb Add a trivial 2023 edition test case for Rust. by Protobuf Team Bot · 1 year, 4 months ago
- 361faa6 Use the more robust check for whether a given type is defined in the current crate or not (instead of a hack against the word 'import' being in the package name). by Protobuf Team Bot · 1 year, 4 months ago
- 715b543 Breaking change: Remove deprecated syntax APIs by Mike Kruskal · 1 year, 4 months ago
- b7a37e2 Remove dead code. by Protobuf Team Bot · 1 year, 4 months ago
- 2b45018 Fix some of the reflection based algorithms to handle Map entries properly. by Protobuf Team Bot · 1 year, 4 months ago
- 5341189 Add coverage for default_string and default_bytes in test_default_accessors by Hong Shin · 1 year, 4 months ago
- 8edf0bd Extend the weak descriptor message feature to include extensions. by Protobuf Team Bot · 1 year, 4 months ago
- 9760292 Implement Maps for strings by Jakob Buchgraber · 1 year, 4 months ago
- 2726632 Internal changes by Mike Kruskal · 1 year, 4 months ago
- acad27f Move repeated tests into their own file by Hong Shin · 1 year, 4 months ago
- 7e247e7 Add benchmark for 32 bit repeated fields. by Protobuf Team Bot · 1 year, 4 months ago
- 69c75b4 Cleanup mutable thunk usage in singular_message by Hong Shin · 1 year, 4 months ago
- a74c3bb Introduce submessage view accessors for arbitrary depths by Hong Shin · 1 year, 4 months ago
- 17b8dd6 Fix DurationToMilliseconds mult overflow by Protobuf Team Bot · 1 year, 4 months ago
- 43e7e52 Remove unused headers. by Protobuf Team Bot · 1 year, 4 months ago
- eea1e12 Auto-generate files after cl/588418734 by Protobuf Team Bot · 1 year, 4 months ago
- b83a1fe upb: implement upb_MiniTable_MapKey() and upb_MiniTable_MapValue() by Eric Salo · 1 year, 4 months ago
- 79009d9 Internal change by Protobuf Team Bot · 1 year, 4 months ago
- 4ffe086 Auto-generate files after cl/588239901 by Protobuf Team Bot · 1 year, 4 months ago
- 0755621 Automated rollback of commit 3c75c331d392f9699959bcd57875d79ecaca4785. by Eric Salo · 1 year, 4 months ago
- c17fddf Auto-generate files after cl/588189563 by Protobuf Team Bot · 1 year, 4 months ago
- 3c75c33 upb: inline upb_Message_New() by Eric Salo · 1 year, 4 months ago
- 7d4ead2 Auto-generate files after cl/588166536 by Protobuf Team Bot · 1 year, 4 months ago
- 6efd909 upb: clean up and lock down the internal oneof accessors by Eric Salo · 1 year, 4 months ago
- 7713df5 Auto-generate files after cl/588147628 by Protobuf Team Bot · 1 year, 4 months ago
- 347486d upb: clean up and lock down the internal hasbit accessors by Eric Salo · 1 year, 4 months ago
- 67571d0 Fix typo in comment. This CL has no behavior changes. by Protobuf Team Bot · 1 year, 4 months ago
- 978c248 Auto-generate files after cl/588127128 by Protobuf Team Bot · 1 year, 4 months ago
- 7253cd9 Decouple extension registration from the extension identifier definition. by Protobuf Team Bot · 1 year, 4 months ago
- a8c3eb7 upb: upb_MiniTable_FindUnknown() -> upb_Message_FindUnknown() by Eric Salo · 1 year, 4 months ago
- 1c5c396 Auto-generate files after cl/588114223 by Protobuf Team Bot · 1 year, 4 months ago
- a15eb33 Automated rollback of commit 7c2acc9abfab0d3b35382dd76b39c5f483a4531f. by Mike Kruskal · 1 year, 4 months ago
- f70c0ff Auto-generate files after cl/588106016 by Protobuf Team Bot · 1 year, 4 months ago
- 0a6a516 Breaking change: Remove deprecated SupportsUnknownEnumValues method by Mike Kruskal · 1 year, 4 months ago
- 7c2acc9 Automated rollback of commit b603fb69bf0c1aef24dfe5470c9d4ae99b9031b1. by Mike Kruskal · 1 year, 4 months ago
- d5d47bc Auto-generate files after cl/588091790 by Protobuf Team Bot · 1 year, 4 months ago
- 1f5de4a Auto-generate files after cl/588088145 by Protobuf Team Bot · 1 year, 4 months ago
- b603fb6 Expand PHP generator to support overlapping subset of proto2. by Mike Kruskal · 1 year, 4 months ago
- b64c6e1 upb: implement upb_Message_ShallowClone()/Copy() by Eric Salo · 1 year, 4 months ago
- e73127d Internal Code Change by Protobuf Team Bot · 1 year, 4 months ago
- 5ce86a6 Internal changes by Mike Kruskal · 1 year, 4 months ago
- 53d3e93 Cleanup with including or removing headers. by Protobuf Team Bot · 1 year, 4 months ago
- 4eeaa22 Auto-generate files after cl/587586555 by Protobuf Team Bot · 1 year, 4 months ago
- 10c3e3d upb: move some extension-related message functions by Eric Salo · 1 year, 4 months ago
- c05b320 Fixed a bug where FileDescriptor maps like `message_types_by_name` could return descriptors from other files. by Joshua Haberman · 1 year, 4 months ago
- 7bdd38e Auto-generate files after cl/587127664 by Protobuf Team Bot · 1 year, 4 months ago
- 848a2bf upb: tag upb_MiniTableField:number as UPB_ONLYBITS() by Eric Salo · 1 year, 4 months ago
- e555bd2 Breaking change: Remove deprecated runtime methods for compatibility with old v2.x.x gencode. by Sandy Zhang · 1 year, 4 months ago
- dfb8a4c Breaking change: Remove deprecated TextFormat print methods. These should be replaced by corresponding TextFormat.printer() methods. by Sandy Zhang · 1 year, 4 months ago
- 5d44a3f Auto-generate files after cl/587066283 by Protobuf Team Bot · 1 year, 4 months ago