16920 Commits (60b80c697677e3fa59237eb8d72c97399771f050)
 

Author SHA1 Message Date
Marcel Hlopko 36d344b63f Automated rollback of commit 0ce457f6e7. 11 months ago
Eric Salo 33080e9917 upb: disable the Fast Table CI tests on GH 11 months ago
Protobuf Team Bot 9bee747dcf Auto-generate files after cl/597279852 11 months ago
Eric Salo b0d5ed8b08 upb: normalize some more function names 11 months ago
Hong Shin d2b8aa7ef2 Make upb::Status final 11 months ago
Protobuf Team Bot 8c1f635716 Auto-generate files after cl/597126288 11 months ago
Eric Salo c026907a5d upb: replace public universal hazzer with non-universal hazzers 11 months ago
Protobuf Team Bot 408b497d4e Auto-generate files after cl/597088960 11 months ago
Mike Kruskal 755b690a7c Breaking change: disallow incorrect ctype usage 11 months 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. 11 months ago
Protobuf Team Bot 7d6198ed42 Print usage count if it's rarely used. 11 months ago
Protobuf Team Bot 3b5b6e9f02 Allow friendly use of Reflection::MutableRaw(), Reflection::MutableRawNonOneof(). 11 months ago
Protobuf Team Bot c5083a855a InlinedArena needs copy constructor and copy assignment operator deleted 11 months ago
Hong Shin 373192ceff Expunge unnecessary commentary from singular_message.cc and message.cc codegen 11 months ago
Protobuf Team Bot afd94185f7 Auto-generate files after cl/597019522 11 months ago
Eric Salo facf959a78 upb: tag upb_Array.data as UPB_ONLYBITS() 11 months ago
Protobuf Team Bot e5b547bcb8 Change MsgMut's _mut() accessors to use (&mut self) instead of (&self) 11 months ago
Alyssa Haroldsen 0b5cd4e9ef Implement repeated enum accessors 11 months ago
Alyssa Haroldsen 20933b2b22 Implement singular enum accessors 11 months ago
Protobuf Team Bot f2c187df28 Auto-generate files after cl/596962024 11 months ago
Joshua Haberman dbd4dcede0 Breaking Change: Removed `syntax` and added `has_presence?`/`is_packed?`. 11 months ago
Alyssa Haroldsen e7be866a17 Support enums in DefaultValue 11 months ago
Alyssa Haroldsen e3d2551c8e Move enum value name calculation 11 months ago
Alyssa Haroldsen fa67ce8d4d Expand PrimitiveRsTypeName to work with non-primitives, rename, refactor 11 months ago
Alyssa Haroldsen 1eab5a0237 Generate `pub use` for imported enums 11 months ago
Alyssa Haroldsen 17b0f3f6a4 Add enum qualified path naming fns 11 months ago
Alyssa Haroldsen c16e0485c2 Refactor oneof/enum naming functions for consistency 11 months ago
Protobuf Team Bot f8d7885236 Add SPLIT test coverage to :analyze_profile_proto_test and disable force_split. 11 months ago
Protobuf Team Bot e1253cd905 Auto-generate files after cl/596706308 11 months ago
Eric Salo 87618fcbdd upb: remove duplicate typedef for upb_TaggedMessagePtr 11 months ago
Protobuf Team Bot 434d109d9c Make utf8chars.chars iter return `impl Iterator + fmt::Debug`. 11 months ago
Protobuf Team Bot 4e90eadcb3 Auto-generate files after cl/596588385 11 months ago
Eric Salo c02f943f1a upb: distinguish between fields and extensions in the public clear() accessors 11 months ago
Jakob Buchgraber 991a2f4d54 #refactor Simplify maps through the new ProxiedInMapValue<K> trait 11 months ago
Protobuf Team Bot 1a21cb57b7 Auto-generate files after cl/596390524 11 months ago
Eric Salo bdf24b2e0d upb: add 'static' to some wire decoder functions 11 months ago
Eric Salo d228a44a2f upb: fix some more compiler warnings in Ruby about missing return values 11 months ago
Protobuf Team Bot 69cffdca9c Annotate some Kotlin generated protobuf code. 11 months ago
Gabriel Féron 585c87904a Fix BUILD.bazel for newer rules_android_ndk (#15298) 11 months ago
Protobuf Team Bot e77b709750 Remove unused PROTOBUF_FORCE_RESET_IN_CLEAR 11 months ago
Protobuf Team Bot 7bb9c98133 Auto-generate files after cl/596105029 11 months ago
Protobuf Team Bot b2e94f3c41 Use raw string for Emit 11 months ago
Dmitri Gribenko 321b817147 Automated Code Change 11 months ago
Protobuf Team Bot d6ccc70078 IWYU cleanup. 11 months ago
Protobuf Team Bot 7b2e9aac80 Change the ids used the unset field tracking to be Message+FieldDescriptor. 11 months ago
Alyssa Haroldsen d1b328ace3 Fix nested enum generation when enums are the sole nested types 11 months ago
Protobuf Team Bot f5b50c5022 Add self pinning on all message accessors for weak descriptor messages. 11 months ago
Sandy Zhang 0d8080ef29 Add to Proto2 JSON conformance test failure lists for C#, JRuby and PHP C 11 months ago
Jason Lunn bb38ba5575 Fix separate issues in JRuby's "native" `dup` and `inspect` methods. (#15265) 11 months ago
Joshua Haberman a8b8ea02b7 Breaking Change: fixed json_encode/json_decode to use the message's pool. 11 months ago