4973 Commits (8257c4469d065eac17b2e310e8e2086cc93f4505)

Author SHA1 Message Date
Protobuf Team Bot e4eac25bb3 Auto-generate files after cl/609416940 10 months ago
Protobuf Team Bot 033ff1710e Introduce a RustFieldType enum which captures the primitive types that a rust field can be. 10 months ago
Protobuf Team Bot 73e3aec316 Remove spammy logging message from rust protobuf codegen 10 months ago
Chris Kennelly b785fcb583 Automated Code Change 10 months ago
Protobuf Team Bot 1f701a2ba9 Rename FieldBeneratorBase::descriptor_ to field_. 10 months ago
Protobuf Team Bot b653a64514 Minor cleanup: IWYU, etc. 10 months ago
Chris Kennelly bcb1d8cfbd Prohibit unverified lazy repeated fields. 10 months ago
Thomas Van Lenten dd87c9fc72 [ObjC] Small formatting tweaks. 10 months ago
Protobuf Team Bot 4c6436ab44 Internal change 10 months ago
Mike Kruskal 038007e748 Avoid all leading/trailing doc comments during codegen tests. 10 months ago
Protobuf Team Bot d9f37f7757 Minor cleanup: IWYU, remove unused type. 10 months ago
Protobuf Team Bot a3f5af066f Add GetStringView() and GetRepeatedStringView() with scratch. 10 months ago
Mike Kruskal 6c58b9a552 Avoid all leading/trailing doc comments during codegen tests. 10 months ago
Protobuf Team Bot 6caac65375 USAGE_CHECK stringifies the second argument and thus it doesn't need to be quoted. 10 months ago
Jakob Buchgraber 7949a62bf8 #rust #protobuf #concurrency Make messages Send 10 months ago
Protobuf Team Bot 42c215718e Add serialize(&self) on MsgView and MsgMut (in addition to the preexisting owned Message) 10 months ago
Protobuf Team Bot 783a023f6a Allow the dispatcher in DescriptorPool to be set to nullptr. 10 months ago
Protobuf Team Bot 5553de265e Verify more than one message set entities. 10 months ago
bcsgh eb70b343aa Avoid a 'may be used uninitialized' warning when built with '-c opt'. (#15846) 10 months ago
Protobuf Team Bot a938b595c2 Auto-generate files after cl/607386966 10 months ago
Protobuf Team Bot 44f328a7de Make PROTOBUF_TSAN_READ/WRITE into functions to reduce the cost of macros in large translation units. 10 months ago
Protobuf Team Bot 8d9fb756be Internal 10 months ago
Protobuf Team Bot 0ce48b30b5 Add reflection tests to :string_view_test. 10 months ago
Adam Cozzette c32c04c7ed Tweak BUILD setup to make the layering check change less disruptive 10 months ago
Protobuf Team Bot e65e8ca900 Replace ImplicitWeakMessage::_InternalParse with a TcParse table implementation. 10 months ago
Protobuf Team Bot b8976d68d6 Internal change 10 months ago
Protobuf Team Bot ef7be27376 Auto-generate files after cl/606762179 10 months ago
Protobuf Team Bot 64027623d6 Use VIEW fields by default for edition_unittest.proto. 10 months ago
Protobuf Team Bot 06a3b166c7 Auto-generate files after cl/606717431 10 months ago
Protobuf Team Bot 0c715b5e9e Add edition_message_unittest. 10 months ago
Protobuf Team Bot d49dacca20 Add helper function to generate stub TcParse tables with only a single handler. 10 months ago
Mike Kruskal 4d3931d626 Avoid using ctype's isalpha. 10 months ago
Protobuf Team Bot c879718581 Internal change 10 months ago
aiuto 3ab1276bbb Update Bazel references to rules_pkg to the supported file locations. (#15780) 10 months ago
Protobuf Team Bot 725278a254 Internal change 10 months ago
Protobuf Team Bot ed400ea517 Add a TcParseTable pointer in `ClassData` and change the default 10 months ago
Protobuf Team Bot 78a3f8a8cb Correct error message to indicate user should provide experimental-codegen=enabled to --rust_opt 10 months ago
Protobuf Team Bot 833451eaf3 Protoc Internal changes. 10 months ago
Protobuf Team Bot 5e55d11bcd Auto-generate files after cl/605625455 10 months ago
Protobuf Team Bot d7885ebc37 Add direct-to-table support for MessageSet types. 10 months ago
Marcel Hlopko 5842cc9c3d Implement support for messages as map values 10 months ago
Protobuf Team Bot 7da29c6a13 Minor cleanup: IWYU, etc. 10 months ago
Protobuf Team Bot f82c2ef0db Minor cleanup: whitelist --> allowlist 10 months ago
Protobuf Team Bot 5427138178 Remove rust proto libraries from the editions/BUILD file. 10 months ago
Protobuf Team Bot 9443f08fad Auto-generate files after cl/605368710 10 months ago
Protobuf Team Bot 2fc7022879 Adds string view fields whose accessors are absl::string_view based. 10 months ago
Protobuf Team Bot 959e5df20f Minor cleanup: IWYU, clang-tidy. 10 months ago
Adam Cozzette 220548f30c Add missing alias targets for C++ util libraries 10 months ago
Joshua Haberman 49fdc9d1cd Rewrote the comment about the `java_string_check_utf8` option to fix a few errors and omissions. 10 months ago
Protobuf Team Bot afd1c0d653 Add a test that when using an Arena from a single thread, objects are destroyed in reverse order from construction. 10 months ago