16457 Commits (162908d05f36b9449342da81263fd67bbc2fc792)
 

Author SHA1 Message Date
Alyssa Haroldsen 162908d05f Simplify the type bounds on PrimitiveMut via type erasure 12 months ago
Protobuf Team Bot 7e7037db27 Automated rollback of commit 1db8ed47c2. 12 months ago
Hong Shin b976dd8585 refactor: collapse submsg accessors for bytes and strings 12 months ago
Alyssa Haroldsen 6ae76fd6ed Rework Repeated and primitives with traits for use by out-of-crate items 12 months ago
Protobuf Team Bot d159913c0d Auto-generate files after cl/590998510 12 months ago
Mike Kruskal 9afd752ce6 Allow legacy_closed_enum feature on enum map fields. 12 months ago
Adam Cozzette c8f619501f Internal change 12 months ago
Protobuf Team Bot e02fbdadbf Auto-generate files after cl/590961088 12 months ago
Protobuf Team Bot 9c7d2b9d83 Make the utf8_range implementation just in C 12 months ago
Protobuf Team Bot 1db8ed47c2 RepeatedPtrField clears elements lazily. 12 months ago
Protobuf Team Bot f0a8c474cc Replace the fake ParseMessage/ParseGroup function calls in with ones that accept a lambda. It allows the callers to drop the mock "message" types that only exist to have an _InternalParse function in them. It also gives more freedom to the caller to do things like force inlining when it matters. 12 months ago
Iori IKEDA 34908e2898 Fix TypeError when passing an instance of a subclass of String to a string field (#13818) 12 months ago
Protobuf Team Bot 2d7376ea37 Internal change 12 months ago
Mike Kruskal 543fbcdbd9 Breaking change: Remove deprecated std::string error collector overrides 12 months ago
Protobuf Team Bot 4b2a30c22c Slightly relax JSON integer parsing tests to handle a wider range of runtime behaviors around 12 months ago
Protobuf Team Bot 70b1d79574 Use short name for view primitive in the oneof enums (i32 instead of View<'msg, i32>) 12 months ago
Alyssa Haroldsen c2532d5f17 Move the info about perfect derive to shared.rs 12 months ago
Mike Kruskal 7c38dabce3 Add minimization for enum_type. 12 months ago
Protobuf Team Bot 85a134bacd Auto-generate files after cl/590637288 12 months ago
Protobuf Team Bot 9a50a83970 Move the descriptor message part of ClassData into a subclass and keep a bool 12 months ago
Hong Shin 54d4839ecb Add submsg support for bytes_mut 12 months ago
Adrian Sadłocha b19deb9275 Remove separate setters for singular scalars 12 months ago
Charles OuGuo 5076e6206e In ruby/README.md, correct a target name (#15041) 12 months ago
Protobuf Team Bot a4b5c7e9d1 Avoid copies in proto map reflection. 12 months ago
Protobuf Team Bot b429304b02 Minor cleanups to conform to clang-tidy, etc. 12 months ago
Protobuf Team Bot 95d7dc07f6 Auto-generate files after cl/590420044 12 months ago
Protobuf Team Bot 3d597c265a Auto-generate files after cl/590419408 12 months ago
Eric Salo 088fee7f28 upb: implement upb_Message_FindExtensionByNumber() 12 months ago
Eric Salo e1d3008eaf upb: tighten up the upb_Arena code 12 months ago
Thomas Van Lenten 6c7c5a5d2a [ObjC] Enable editions conformance tests. 12 months ago
Protobuf Team Bot ddc5406170 Auto-generate files after PR #15040 12 months ago
Charles OuGuo 64a88ffb86 Bump rules_apple to 3.1.1 (#15040) 12 months ago
Eric Salo 9c3a4e5f96 upb: add missing line for :mem_internal to copy.bara.sky 12 months 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. 12 months ago
Mike Kruskal 2b79fb5bd2 Bump rules_cc to 0.0.9 for Bazel 7 support 12 months ago
Protobuf Team Bot 13c9be2cf2 Reduce inlined part of the destructor. 12 months ago
Protobuf Team Bot a47a7bdc8d Internal Code Change 12 months ago
Eric Salo 0c3e116c25 upb: tag _upb_Message_AddUnknown() as UPB_PRIVATE() 12 months ago
Eric Salo a649ddadb5 upb: reverse the polarity of the MiniTableField untyped data accessors 12 months ago
Joshua Haberman de52944f38 [Python/upb] Fixed SEGV when attempting to delete a message attribute 12 months ago
Jie Luo 0eac77c2c6 Breaking change in 26 release: Remove msg.UnknownFields() support in pure python and cpp extension. 12 months ago
Hong Shin e35cf1025b Add submessage support for string_mut 12 months ago
Mike Kruskal 5b12bc858f Breaking change: Promote ExtensionRange to a proper class 12 months ago
Mike Kruskal 229906f309 Breaking change: Remove deprecated clear APIs on repeated fields 12 months ago
Mike Kruskal cf2d6965dc Breaking change: Remove C++ legacy syntax descriptor APIs 12 months ago
Alyssa Haroldsen 1dd6a7d06e Clean up some trivial lifetime usage 12 months ago
Mike Kruskal fd40c87bef Breaking change: Remove deprecated syntax accessor. 12 months ago
Eric Salo a303ccbe05 upb: use upb_alloc functions internally instead of stdlib malloc/free 12 months ago
Joshua Haberman 1ac8c04604 Fixed UTF-8 TextFormat output to protect against invalid UTF-8 in string fields. 12 months ago
Adrian Sadłocha d605b48fa5 Emit setters on primitive scalars without presence 12 months ago