4713 Commits (37826c1da6b6fb541f44b37d23402c7cdfabf225)

Author SHA1 Message Date
Jakob Buchgraber 85972e505a #rust #protobuf Implement bytes as map values 1 year ago
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
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 e7a224cd85 Support enums as oneof fields 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 2f5305d7fe Auto-generate files after cl/597850176 1 year ago
Marcel Hlopko 6860c38119 Read crate mapping in protoc 1 year ago
Protobuf Team Bot e542443b53 Move the FieldInfoComment down into AccessorGenerator. 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 cdcd166f2b Minor cleanup: IWYU, etc. 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
Protobuf Team Bot 7bff169d32 Breaking Change: Remove unnecessary generated overrides for GeneratedMessage.Builder methods: 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
Alyssa Haroldsen 7374e26fec Skip generating oneof message fields referencing other crates 1 year ago
Hong Shin f98af99bad singular_message: rename prefix to msg_type for clarity 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
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
Hong Shin 27275da1c0 Fix typos in printer.h 1 year ago
Protobuf Team Bot c24d9de3ce Add proto2::VisitFields() API. 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
Mike Kruskal 748ab1608a Breaking change: remove const GetArena method on RepeatedPtrField 1 year ago
Protobuf Team Bot 686cfc6ab5 Protobuf Java cross-domain Poison Pills. 1 year ago
Mike Kruskal 755b690a7c Breaking change: disallow incorrect ctype usage 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
Hong Shin 373192ceff Expunge unnecessary commentary from singular_message.cc and message.cc codegen 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
Alyssa Haroldsen e7be866a17 Support enums in DefaultValue 1 year ago
Alyssa Haroldsen e3d2551c8e Move enum value name calculation 1 year ago
Alyssa Haroldsen fa67ce8d4d Expand PrimitiveRsTypeName to work with non-primitives, rename, refactor 1 year ago
Alyssa Haroldsen 1eab5a0237 Generate `pub use` for imported enums 1 year ago
Alyssa Haroldsen 17b0f3f6a4 Add enum qualified path naming fns 1 year ago