16698 Commits (8812654500e11b66ade605cf8ff06bd1c798f789)
 

Author SHA1 Message Date
Protobuf Team Bot 8812654500 Temporarily turn off extension support for weak descriptor messages. 1 year ago
Protobuf Team Bot 5df0387224 Breaking Change: The base class for generated messages will be 1 year ago
Protobuf Team Bot 81e5433f5c Auto-generate files after cl/597629658 1 year ago
Eric Salo c7f44a02eb upb: finish locking down the upb_Array internals 1 year ago
Protobuf Team Bot 1581e72425 Disable linkage-monitor test in anticipation of a breaking (major version) java release: 4.26 1 year ago
Alyssa Haroldsen 7374e26fec Skip generating oneof message fields referencing other crates 1 year ago
Alyssa Haroldsen 406fa60c9e Edit comment in empty_repeated suggesting it's a thread-local value 1 year ago
Hong Shin f98af99bad singular_message: rename prefix to msg_type for clarity 1 year ago
Joshua Haberman c7de9dce7c Added missing package() declarations. 1 year ago
Protobuf Team Bot 06327f0a7c Auto-generate files after cl/597573362 1 year ago
Kevin King 4270f73aee Add `upb_Array_GetMutable` accessor 1 year ago
Protobuf Team Bot fc982c0177 Fix missing ! making it so untyped_message would trigger a invalid Utf8 error IFF the string was _valid_ UTF8. 1 year ago
Protobuf Team Bot c988f9c0c7 cleanup: reduce warnings on MSVC builds 1 year ago
Marcel Hlopko 648c20d602 Pass crate mapping from Bazel to protoc 1 year ago
Alyssa Haroldsen f4b042feb3 Improve user friendliness of oneof mutator types 1 year ago
Jakob Buchgraber 8615daab29 #rust #unsafe Fix unsound cast of RepeatedMut to RepeatedView 1 year ago
Hong Shin 27275da1c0 Fix typos in printer.h 1 year ago
Protobuf Team Bot c24d9de3ce Add proto2::VisitFields() API. 1 year ago
Protobuf Team Bot 41c8f2a5c6 Auto-generate files after cl/597378801 1 year ago
Mike Kruskal f441ce89ed Mint Edition 2024. 1 year ago
Sandy Zhang cea942c872 Remove deadcode GenerateDescriptorInitializationCodeForMutable from Java code generator. 1 year ago
Sandy Zhang 63623a688c Remove public access to Java Edition APIs e.g. getEdition(), getEditionName(). 1 year ago
Sandy Zhang 592ee9b192 Update to call descriptor outer class's getDescriptor() method instead of accessing internal descriptor variable directly. 1 year ago
Mike Kruskal 748ab1608a Breaking change: remove const GetArena method on RepeatedPtrField 1 year ago
Protobuf Team Bot 1610bf149e Auto-generate files after cl/597341799 1 year ago
Protobuf Team Bot d4dfb9c4a6 Add kUpb_DecodeOption_AlwaysValidateUtf8 decode option, to force UTF-8 validation of proto2 strings. 1 year ago
Protobuf Team Bot 686cfc6ab5 Protobuf Java cross-domain Poison Pills. 1 year ago
Protobuf Team Bot 6820a563e2 Auto-generate files after cl/597327159 1 year ago
Marcel Hlopko 36d344b63f Automated rollback of commit 0ce457f6e7. 1 year ago
Eric Salo 33080e9917 upb: disable the Fast Table CI tests on GH 1 year ago
Protobuf Team Bot 9bee747dcf Auto-generate files after cl/597279852 1 year ago
Eric Salo b0d5ed8b08 upb: normalize some more function names 1 year ago
Hong Shin d2b8aa7ef2 Make upb::Status final 1 year ago
Protobuf Team Bot 8c1f635716 Auto-generate files after cl/597126288 1 year ago
Eric Salo c026907a5d upb: replace public universal hazzer with non-universal hazzers 1 year ago
Protobuf Team Bot 408b497d4e Auto-generate files after cl/597088960 1 year ago
Mike Kruskal 755b690a7c Breaking change: disallow incorrect ctype usage 1 year ago
Protobuf Team Bot 0ce457f6e7 Adds mutable extension accessors to the codegen for upb C and adds a `::protos::MutableExtension` method to upb C++ for getting a mutable extension. 1 year ago
Protobuf Team Bot 7d6198ed42 Print usage count if it's rarely used. 1 year ago
Protobuf Team Bot 3b5b6e9f02 Allow friendly use of Reflection::MutableRaw(), Reflection::MutableRawNonOneof(). 1 year ago
Protobuf Team Bot c5083a855a InlinedArena needs copy constructor and copy assignment operator deleted 1 year ago
Hong Shin 373192ceff Expunge unnecessary commentary from singular_message.cc and message.cc codegen 1 year ago
Protobuf Team Bot afd94185f7 Auto-generate files after cl/597019522 1 year ago
Eric Salo facf959a78 upb: tag upb_Array.data as UPB_ONLYBITS() 1 year ago
Protobuf Team Bot e5b547bcb8 Change MsgMut's _mut() accessors to use (&mut self) instead of (&self) 1 year ago
Alyssa Haroldsen 0b5cd4e9ef Implement repeated enum accessors 1 year ago
Alyssa Haroldsen 20933b2b22 Implement singular enum accessors 1 year ago
Protobuf Team Bot f2c187df28 Auto-generate files after cl/596962024 1 year ago
Joshua Haberman dbd4dcede0 Breaking Change: Removed `syntax` and added `has_presence?`/`is_packed?`. 1 year ago
Alyssa Haroldsen e7be866a17 Support enums in DefaultValue 1 year ago