4715 Commits (34a04c1fd51f799f94f8cd5c6eec0124e43761af)

Author SHA1 Message Date
Protobuf Team Bot 12e6af88e9 Auto-generate files after cl/599153141 10 months ago
Protobuf Team Bot cd575718be Update the r# prefixing logic: 10 months ago
Jakob Buchgraber 85972e505a #rust #protobuf Implement bytes as map values 10 months ago
Protobuf Team Bot 1fe463ce71 Avoid integer-to-pointer cast in protobuf SerialArena 10 months ago
Protobuf Team Bot dfc275fc1f Auto-generate files after cl/598899738 10 months ago
Protobuf Team Bot d716c2e963 Reuse Message's accessor definitions on Msg+MsgMut+MsgView 10 months ago
Protobuf Team Bot 55820f2b22 Remove redundant [[noinline]]. 10 months ago
Protobuf Team Bot deb2dff4e1 Progress towards reusing the same accessor definitions on Msg+MsgMut+MsgView 10 months ago
Marcel Hlopko e4ae0c110f Make rust_crate_mapping flag optional 10 months ago
Marcel Hlopko 88d991d310 Depend on all deps of a proto_library, not just the first 10 months ago
Kevin King 7b42f1c08b Add `Msg::as_{view,mut}()` 11 months ago
Protobuf Team Bot a37522001f Auto-generate files after cl/597962426 11 months ago
Protobuf Team Bot bc7c90f2c2 Internal Protobuf changes 11 months ago
Alyssa Haroldsen e7a224cd85 Support enums as oneof fields 11 months ago
Joshua Haberman f2a91b33e1 Make `str(msg)` in Python print raw UTF-8 strings. Only invalid UTF-8 is escaped. 11 months ago
Protobuf Team Bot 3a007b59ae Internal versioning changes 11 months ago
Protobuf Team Bot 6c4ea1fadb Internal changes. 11 months ago
Protobuf Team Bot 2f5305d7fe Auto-generate files after cl/597850176 11 months ago
Marcel Hlopko 6860c38119 Read crate mapping in protoc 11 months ago
Protobuf Team Bot e542443b53 Move the FieldInfoComment down into AccessorGenerator. 11 months ago
Jakob Buchgraber 8d9e3e9a1c #rust #protobuf Refactor maps to make ProxiedInMapValue independent of the runtime 11 months ago
Marcel Hlopko baaaca87b3 Split off file from //src/google/protobuf/testing 11 months ago
Protobuf Team Bot cdcd166f2b Minor cleanup: IWYU, etc. 11 months ago
Protobuf Team Bot d1444e2282 Auto-generate files after cl/597686725 11 months ago
Mike Kruskal 93b219f4e8 Remove edition getter from C++ descriptor APIs 11 months ago
Protobuf Team Bot 7bff169d32 Breaking Change: Remove unnecessary generated overrides for GeneratedMessage.Builder methods: 11 months ago
Sandy Zhang 81ce69985a Update Java generated code to call new resolveAllFeatures() runtime method stub. 11 months ago
Protobuf Team Bot 8812654500 Temporarily turn off extension support for weak descriptor messages. 11 months ago
Protobuf Team Bot 5df0387224 Breaking Change: The base class for generated messages will be 11 months ago
Alyssa Haroldsen 7374e26fec Skip generating oneof message fields referencing other crates 11 months ago
Hong Shin f98af99bad singular_message: rename prefix to msg_type for clarity 11 months ago
Protobuf Team Bot fc982c0177 Fix missing ! making it so untyped_message would trigger a invalid Utf8 error IFF the string was _valid_ UTF8. 11 months ago
Marcel Hlopko 648c20d602 Pass crate mapping from Bazel to protoc 11 months ago
Alyssa Haroldsen f4b042feb3 Improve user friendliness of oneof mutator types 11 months ago
Hong Shin 27275da1c0 Fix typos in printer.h 11 months ago
Protobuf Team Bot c24d9de3ce Add proto2::VisitFields() API. 11 months ago
Mike Kruskal f441ce89ed Mint Edition 2024. 11 months ago
Sandy Zhang cea942c872 Remove deadcode GenerateDescriptorInitializationCodeForMutable from Java code generator. 11 months ago
Mike Kruskal 748ab1608a Breaking change: remove const GetArena method on RepeatedPtrField 11 months ago
Protobuf Team Bot 686cfc6ab5 Protobuf Java cross-domain Poison Pills. 11 months ago
Mike Kruskal 755b690a7c Breaking change: disallow incorrect ctype usage 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
Hong Shin 373192ceff Expunge unnecessary commentary from singular_message.cc and message.cc codegen 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
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