18661 Commits (7407733a1e8106e3d88eadfeb53c8cefcdcf6530)
 

Author SHA1 Message Date
Protobuf Team Bot 7407733a1e Update `google::protobuf::MapValueRef` and `google::protobuf::MapValueConstRef` to use `absl::string_view` 2 months ago
Derek Benson 6bfff3909c Cross compiled protoc and protoc-gen-upb_minitable as part of the build process for creating the codegen crate. 2 months ago
Protobuf Team Bot 1254c8daa0 Remove IsMovable and inline the assertions in the right place instead. 2 months ago
Hong Shin a089fad8bd Completely expunge protos!! 👋 2 months ago
Protobuf Team Bot 86823bb26d Remove unused member variable from `google::protobuf::util::MessageDifferencer::StreamReporter` 2 months ago
Hong Shin aaec548849 Move MessageLock to message_lock.cc 2 months ago
Benjamin Peterson 67de0878d6 Fix various unsigned to signed comparison warnings. (#17212) 2 months ago
Mark Hansen bc24489f93 Throw more informative OutOfSpaceExceptions when we run out of space serializing a proto. 2 months ago
Protobuf Team Bot 02d6885453 Internal version update. 2 months ago
Hong Shin 1db4fdc236 Introduce set_alias to hpb 2 months ago
Protobuf Team Bot 77ee83b8da Internal change 2 months ago
Joshua Humphries 4e26e40907 Update URL for Connect RPC in custom options doc (#18549) 2 months ago
Mike Kruskal adaec55ffc Drop bazel 6 in BCR and add --experimental_google_legacy_api for testing 2 months ago
Protobuf Team Bot 6ae5db635e Enable rust/test/cpp/interop/... tests on GHA 2 months ago
Derek Benson 9bcd7087ae Add support for instantiating Maps using proto!. Also adds an IntoProxied implementation for Maps that accepts an Iterator of (K, V), just like what we have for Repeated fields. 2 months ago
Joshua Humphries 24e661b01c Request another block of custom option numbers (#18548) 2 months ago
Mike Kruskal ad8b857bdd Drop support for 27.x and add 29.x 2 months ago
Mike Kruskal 1fe26cf0c1 Updating version.json and repo version numbers to: 30.0-dev (#18567) 2 months ago
Tony Liao 34fb819dba Fix validation bug in UTF-8 range SIMD subroutine. 2 months ago
Hong Shin 5c9551457f Internal Change 2 months ago
Adam Cozzette d900d6114c Rust: remove use of `MapNodeSizeInfoT` from generated code 2 months ago
Yibo Cai d83ad15cd1 third_party/utf8_range: support arm neon (#18126) 2 months ago
Mike Kruskal cd6df36de5 Remove flag that's incompatible with Bazel 6 2 months ago
Mike Kruskal 6d6571692a Use large runners for rust tests to avoid disk space flakes 2 months ago
Protobuf Team Bot eeb7dc88f2 'Temporary' fix to avoid breakage from to_json and to_proto on crate_info() on some bazel versions. 2 months ago
Protobuf Team Bot 6621ed7a38 Auto-generate files after cl/680580214 2 months ago
Protobuf Team Bot 1c068db518 Moving Kotlin DSL message generators to the kotlin/ directory. 2 months ago
Protobuf Team Bot ea69081412 Auto-generate files after cl/680562664 2 months ago
Protobuf Team Bot 31cb85aac5 Add message type traits that can be declared in duplicate so that .proto.h can 2 months ago
Protobuf Team Bot 390e37b447 Avoid name conflict of rust Option with message Option 2 months ago
Protobuf Team Bot a746c47377 Update rules_kotlin to 1.9.6 2 months ago
Protobuf Team Bot 7331b77097 Fix C++ ifndef_guard printer to also convert "-" to "_". 2 months ago
Protobuf Team Bot d81e6f7019 Automated rollback of commit df5a4d63e8. 2 months ago
Protobuf Team Bot 6fe67db7c0 Remove usage of `std::hash<google::protobuf::MapKey` and use a single `absl::HashOf` call when calculating the bucket 2 months ago
Protobuf Team Bot 3bf9c400ec Fix C++ codegen namespace printer to print closing namespaces in reverse order. 2 months ago
Mark Hansen 0ea9685deb Use an explicit locale when formatting OutOfSpaceException. 2 months ago
Eric Salo 01f94be00d protobuf: hardwire '--retain_options' protoc flag to true 2 months ago
Mark Hansen f8f5136c42 Speed up CodedOutputStream by extracting rarely-executed string formatting code 2 months ago
Protobuf Team Bot ba11052918 Auto-generate files after cl/679316372 2 months ago
Protobuf Team Bot 49bb305147 Move `ClassData` and friends out of `MessageLite` and into the `internal` namespace. 2 months ago
Hong Shin df5a4d63e8 Move MessageLock to message_lock.cc 2 months ago
Protobuf Team Bot 0a246874a3 Internal Change 2 months ago
Thomas Van Lenten 088b994653 [ObjC] Disabling visionOS on CI. 2 months ago
Protobuf Team Bot 5ffeba825c Fix comment in arena.h 2 months ago
Protobuf Team Bot 4fbb0c5eed Return constant Value objects for true, false, and "" 2 months ago
Derek Benson 3b62052186 Add an example crate with a few small tests using the codegen crate. 2 months ago
Mark Hansen a51f98ce0c Optimise CodedOutputStream.ArrayEncoder.writeFixed32NoTag/writeFixed64NoTag 2 months ago
Protobuf Team Bot b404010256 Auto-generate files after cl/678449162 2 months ago
Protobuf Team Bot c1db4563c4 Auto-generate files after cl/678446311 2 months ago
Mark Hansen 2d0f79e2e6 Fix typo: relyed -> relied 2 months ago