4715 Commits (34a04c1fd51f799f94f8cd5c6eec0124e43761af)

Author SHA1 Message Date
Jakob Buchgraber 5ecfdd76ef Improve error message in the crate mapping code. 10 months ago
Alyssa Haroldsen 02c675e99e Remove the space before a comma in singular_string 10 months ago
Alyssa Haroldsen 022730e43c Deduplicate vtables for mutators 10 months ago
Protobuf Team Bot 8dfe58bb16 Support map field 10 months ago
Dennis Shao 9146ce6ddb Updating version.json and repo version numbers to: 27-dev (#15590) 10 months ago
Jakob Buchgraber 90015d3145 #protobuf #rust Generate fields with imported types 10 months ago
Protobuf Team Bot 5f51020f5d Internal change 10 months ago
dmaclach a8a9bd2e49 remove use of mach_absolute_time (#15554) 10 months ago
Sandy Zhang 7f1ef7ea09 Strip nonfunctional Javadoc comments from .proto comments. 10 months ago
Protobuf Team Bot 9396fe26f0 Minor cleanup: IWYU, style guide, etc. 10 months ago
Hong Shin e320c85283 Move MessageVTable to $pbr$ from $pbi$ 10 months ago
Protobuf Team Bot 21eb4e9350 Internal changes. 10 months ago
Mikhail Galanin e6aa58004e Do not store binary data inside php files (#13911) 10 months ago
Protobuf Team Bot 6f86726f26 Rollback version validations in Protobuf Java Lite. 10 months ago
Jakob Buchgraber 4517308a91 Also apply r# prefix to crates whose names are reserved keywords 10 months ago
Protobuf Team Bot ad169d8917 Rename IsOptional to IsExplicitPresence and make the types.proto impl match the preexisting descriptor.h impl in returning true for proto3 messages which are not explicitly marked 'optional'. 10 months ago
Sandy Zhang c73fa81a3e Strip leading spaces from Java codegen doc comments. This is better for consistency, and prevents nonfunctional codegen diffs for editions transforms post-proto formatting. 10 months ago
Sandy Zhang 083e3e38e6 Strip nonfunctional codegen diff from line number in Javadoc comment for deprecated fields, which may shift after adding features post-Editions transform 10 months ago
Protobuf Team Bot 59c02715bd Turn on version checks for Java Lite enum in OSS. 10 months ago
Hong Shin 0d090df3e2 Implement ProxiedWithRawVTable, ProxiedWithRawOptionalVTable, and ProxiedWithPresence for Messages 10 months ago
Protobuf Team Bot 8b92099937 Checks that only lite or full binding could exist in a process. 10 months ago
Protobuf Team Bot 56f557a0f5 Auto-generate files after cl/600487923 10 months ago
Sandy Zhang 65c65c2d04 Breaking Change: Use Editions features in Java full runtimes. 10 months ago
Protobuf Team Bot 040dde7e37 Correct type_resolver_util to set syntax=proto3 instead of syntax=proto2 on proto3 files. 10 months ago
Isuru Fernando 71b0b4e0a9 Fix getting env variables on windows (#15518) 10 months ago
Protobuf Team Bot c0d08bdcad Breaking Change: Stop generating the "newInstance" method. This is not used anymore. 10 months ago
Harald Kjær Nielsen 1eff9d7451 Proper fix utf8 command line arguments (#14253) 10 months ago
Alyssa Haroldsen f0ccf26e63 Correct raw identifier terminology in rust_keywords 10 months ago
Marcel Hlopko c1d174f7d2 Stop codegenning module for .proto package 10 months ago
Marcel Hlopko 39e8ca7faf Add support for repeated strings/bytes 10 months ago
Alyssa Haroldsen 457ed9b44f Use `self` accessors for accessing maps in views 10 months ago
Adam Cozzette 65a353fa10 Update JSON parser to reject overlong UTF-8 encodings 10 months ago
Protobuf Team Bot 57f770f8c9 Make sure the pb_defaults section is never empty instead of using __attribute__((weak)). Not all platforms support having a never defined weak symbol. 10 months ago
Sandy Zhang cbd9a98301 Don't emit redundant enum name gencode when has_reflection is false. 10 months ago
Protobuf Team Bot d98722b53c Auto-generate files after cl/599558000 10 months ago
Protobuf Team Bot b161e2df00 Change the way pinning and weak references are done in the Weak Descriptor 10 months ago
Protobuf Team Bot 2c28d728da Add missing Protobuf Java version checks for enums and missing version info when separate Java files are generated. 10 months ago
Protobuf Team Bot fedd34df47 Allocate an editions FeatureSet extension for https://github.com/bufbuild/protobuf-es 10 months ago
Alyssa Haroldsen 32c17c0919 Simplify format variables in singular_string 10 months ago
Protobuf Team Bot 2fb2274716 Auto-generate files after cl/599323122 10 months ago
Alyssa Haroldsen 4696ac71ca Rename 'a to 'msg in message gencode 10 months ago
Alyssa Haroldsen ab8b762941 Use `self` for all methods on views, return `'msg` 10 months ago
Sandy Zhang 7c2e9c10d8 Add include for absl/str_cat.h 10 months ago
Hong Shin 808487918c Initialize scaffolding for ProxiedWithPresence for Messages 10 months ago
Kevin King 9bd8dfa639 Add Repeated<Message> accessors 10 months ago
Protobuf Team Bot b04a213326 Auto-generate files after cl/599244388 10 months ago
Kevin King a19ce5b002 Move repeated_scalar.cc to repeated_field.cc 10 months ago
Kevin King df376c807c Implement ProxiedInRepeated for Messages 10 months ago
Protobuf Team Bot 57a0ff8c92 Reserve and extension number in proto2.FeatureSet for Go 10 months ago
Protobuf Team Bot 4773c091d2 Also emit the oneof accessors into $Msg$Mut and $Msg$View 10 months ago