16884 Commits (44ec9d9e86ebdd410a4b613682fb57506d6a113b)
 

Author SHA1 Message Date
Protobuf Team Bot a4b5c7e9d1 Avoid copies in proto map reflection. 1 year ago
Protobuf Team Bot b429304b02 Minor cleanups to conform to clang-tidy, etc. 1 year ago
Protobuf Team Bot 95d7dc07f6 Auto-generate files after cl/590420044 1 year ago
Protobuf Team Bot 3d597c265a Auto-generate files after cl/590419408 1 year ago
Eric Salo 088fee7f28 upb: implement upb_Message_FindExtensionByNumber() 1 year ago
Eric Salo e1d3008eaf upb: tighten up the upb_Arena code 1 year ago
Thomas Van Lenten 6c7c5a5d2a [ObjC] Enable editions conformance tests. 1 year ago
Protobuf Team Bot ddc5406170 Auto-generate files after PR #15040 1 year ago
Charles OuGuo 64a88ffb86 Bump rules_apple to 3.1.1 (#15040) 1 year ago
Eric Salo 9c3a4e5f96 upb: add missing line for :mem_internal to copy.bara.sky 1 year ago
Protobuf Team Bot 1b62d18159 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. 1 year ago
Mike Kruskal 2b79fb5bd2 Bump rules_cc to 0.0.9 for Bazel 7 support 1 year ago
Protobuf Team Bot 13c9be2cf2 Reduce inlined part of the destructor. 1 year ago
Protobuf Team Bot a47a7bdc8d Internal Code Change 1 year ago
Eric Salo 0c3e116c25 upb: tag _upb_Message_AddUnknown() as UPB_PRIVATE() 1 year ago
Eric Salo a649ddadb5 upb: reverse the polarity of the MiniTableField untyped data accessors 1 year ago
Joshua Haberman de52944f38 [Python/upb] Fixed SEGV when attempting to delete a message attribute 1 year ago
Jie Luo 0eac77c2c6 Breaking change in 26 release: Remove msg.UnknownFields() support in pure python and cpp extension. 1 year ago
Hong Shin e35cf1025b Add submessage support for string_mut 1 year ago
Mike Kruskal 5b12bc858f Breaking change: Promote ExtensionRange to a proper class 1 year ago
Mike Kruskal 229906f309 Breaking change: Remove deprecated clear APIs on repeated fields 1 year ago
Mike Kruskal cf2d6965dc Breaking change: Remove C++ legacy syntax descriptor APIs 1 year ago
Alyssa Haroldsen 1dd6a7d06e Clean up some trivial lifetime usage 1 year ago
Mike Kruskal fd40c87bef Breaking change: Remove deprecated syntax accessor. 1 year ago
Eric Salo a303ccbe05 upb: use upb_alloc functions internally instead of stdlib malloc/free 1 year ago
Joshua Haberman 1ac8c04604 Fixed UTF-8 TextFormat output to protect against invalid UTF-8 in string fields. 1 year ago
Adrian Sadłocha d605b48fa5 Emit setters on primitive scalars without presence 1 year ago
Alyssa Haroldsen f85b3477a3 Remove PrimitiveMut::clear 1 year ago
Alyssa Haroldsen 74ff001424 Remove iteration and item mutators from Repeated 1 year ago
Mike Kruskal 15a0d5b599 Internal change 1 year ago
Protobuf Team Bot a17c248775 Make LazyField::ByteSizeLong consistent with eager message. 1 year ago
Protobuf Team Bot 4c32845eb5 Add some missing includes 1 year ago
Thomas Van Lenten b146d14e31 [ObjC] Improve handing of the WKT ObjC Category additions. 1 year ago
Eric Salo cca8a7cc23 upb: delete upb::SymbolTable typedef 1 year ago
Protobuf Team Bot b08e00bdb1 Improve codegen for address pinning. 1 year ago
Protobuf Team Bot 4955fc46b6 Auto-generate files after cl/588950163 1 year ago
Protobuf Team Bot 4a67ce8a03 Disable mask-based implementation when SVE CLZ is present, since that allows vectorizing the scalar implementation. 1 year ago
Protobuf Team Bot 1a02cd47c8 Auto-generate files after cl/588915020 1 year ago
Mike Kruskal 060a9bee84 Remove descriptor_legacy usage from compiler code 1 year ago
Mike Kruskal 17f4f915a3 Remove descriptor_legacy usage from C++ runtime 1 year ago
Protobuf Team Bot 43f92cb916 Add a trivial 2023 edition test case for Rust. 1 year ago
Protobuf Team Bot 361faa658c 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). 1 year ago
Mike Kruskal 715b543e04 Breaking change: Remove deprecated syntax APIs 1 year ago
Protobuf Team Bot b7a37e2860 Remove dead code. 1 year ago
Protobuf Team Bot 2b45018be4 Fix some of the reflection based algorithms to handle Map entries properly. 1 year ago
Hong Shin 53411896ab Add coverage for default_string and default_bytes in test_default_accessors 1 year ago
Protobuf Team Bot 8edf0bd630 Extend the weak descriptor message feature to include extensions. 1 year ago
Jakob Buchgraber 976029283f Implement Maps for strings 1 year ago
Mike Kruskal 2726632054 Internal changes 1 year ago
Hong Shin acad27f027 Move repeated tests into their own file 1 year ago