16736 Commits (1fe463ce71b6acc60b3aef65d51185e3704cac8b)
 

Author SHA1 Message Date
Protobuf Team Bot 1fe463ce71 Avoid integer-to-pointer cast in protobuf SerialArena 1 year ago
Protobuf Team Bot dfc275fc1f Auto-generate files after cl/598899738 1 year ago
Protobuf Team Bot d716c2e963 Reuse Message's accessor definitions on Msg+MsgMut+MsgView 1 year ago
Protobuf Team Bot 55820f2b22 Remove redundant [[noinline]]. 1 year ago
Protobuf Team Bot deb2dff4e1 Progress towards reusing the same accessor definitions on Msg+MsgMut+MsgView 1 year ago
Marcel Hlopko e4ae0c110f Make rust_crate_mapping flag optional 1 year ago
Marcel Hlopko 88d991d310 Depend on all deps of a proto_library, not just the first 1 year ago
Protobuf Team Bot c12c96e194 Auto-generate files after cl/598741329 1 year ago
Eric Salo 72275ded70 upb: move upb_Message definition back into upb/message/ 1 year ago
Protobuf Team Bot 854ca49520 Internal versioning changes. 1 year ago
Kevin King 7b42f1c08b Add `Msg::as_{view,mut}()` 1 year ago
Protobuf Team Bot a37522001f Auto-generate files after cl/597962426 1 year ago
Protobuf Team Bot bc7c90f2c2 Internal Protobuf changes 1 year ago
Alyssa Haroldsen 0a4c006a39 Return RepeatedMut<c_int> for cpp cast_enum_repeated_mut 1 year ago
Alyssa Haroldsen e7a224cd85 Support enums as oneof fields 1 year ago
Protobuf Team Bot 9ce56e363c Auto-generate files after cl/597923328 1 year ago
Eric Salo 8d0bfb0a5a upb: delete upb:upb, upb:collections, upb/upb.hpp, upb/collections/ 1 year ago
Joshua Haberman f2a91b33e1 Make `str(msg)` in Python print raw UTF-8 strings. Only invalid UTF-8 is escaped. 1 year ago
Protobuf Team Bot 3a007b59ae Internal versioning changes 1 year ago
Protobuf Team Bot 6c4ea1fadb Internal changes. 1 year ago
Protobuf Team Bot 3b9bd6db71 Breaking Change: Remove unused overload of AbstractMessageLite.addAll that worked on a Collection instead of a List. 1 year ago
Protobuf Team Bot 2f5305d7fe Auto-generate files after cl/597850176 1 year ago
Marcel Hlopko 6860c38119 Read crate mapping in protoc 1 year ago
Protobuf Team Bot 9310d2e817 Breaking Change: Remove obsolete runtime internalBuildGeneratedFileFrom which was for backwards compatibility with old gencode. 1 year ago
Protobuf Team Bot e542443b53 Move the FieldInfoComment down into AccessorGenerator. 1 year ago
Sandy Zhang 519284a559 Remove LegacyDescriptorsUtil.java and JRuby's use of legacy descriptor APIs 1 year ago
Jakob Buchgraber 8d9e3e9a1c #rust #protobuf Refactor maps to make ProxiedInMapValue independent of the runtime 1 year ago
Marcel Hlopko baaaca87b3 Split off file from //src/google/protobuf/testing 1 year ago
Protobuf Team Bot 94a2a44851 Breaking Change: remove unnecessary overloads of methods: 1 year ago
Protobuf Team Bot cdcd166f2b Minor cleanup: IWYU, etc. 1 year ago
Joshua Haberman d14dbbc838 Breaking Change: Validate UTF-8 in string setters, [as previously announced](https://protobuf.dev/news/2023-12-27/#php-breaking-changes). 1 year ago
Protobuf Team Bot d1444e2282 Auto-generate files after cl/597686725 1 year ago
Mike Kruskal 93b219f4e8 Remove edition getter from C++ descriptor APIs 1 year ago
Eric Salo e6d8669958 upb: fix gencode bug with Map<*, bytes> 1 year ago
Protobuf Team Bot 7bff169d32 Breaking Change: Remove unnecessary generated overrides for GeneratedMessage.Builder methods: 1 year ago
Protobuf Team Bot 03440ec744 Auto-generate files after cl/597662892 1 year ago
Eric Salo 5c5f092606 upb: implement upb_Message 1 year ago
Sandy Zhang 81ce69985a Update Java generated code to call new resolveAllFeatures() runtime method stub. 1 year ago
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