266 Commits (b0b7bf3d9a362d75ffb4b7289dcdf3272ced022c)

Author SHA1 Message Date
Protobuf Team Bot 9e2d1b9ad3 Fix issue with a dcheck failure when dropping an empty owned repeated in rust. 4 months ago
Protobuf Team Bot a86b65d691 Fix regression with src-less proto_library with 0 srcs. 4 months ago
Protobuf Team Bot 871c434eae Fix rs codegen breakage from a field 'bool clear' 4 months ago
Protobuf Team Bot d2d667a300 Fix proto! macro on repeated fields that need r# prefix. 4 months ago
Protobuf Team Bot 47a0d758d1 Enable the bad names test on upb kernel. 4 months ago
Protobuf Team Bot 1c0b664b90 Slightly extend the Repeated test case. 4 months ago
Protobuf Team Bot b9ef9055ef Derive Ord for enum generated types. 4 months ago
Protobuf Team Bot 6b326020e7 Drop the notion of 'primary' file in all rs code generation. 5 months ago
Protobuf Team Bot 2c85f72765 Make generated enums derive(Hash) to allow them to be used in collections like HashSet or as keys in HashMaps. 5 months ago
Protobuf Team Bot 84ed87e1a0 Upgrade to googletest 0.13 crate. 5 months ago
Protobuf Team Bot 45ee584e6c Include the enum constant names in the debug string output. 5 months ago
Protobuf Team Bot b025398f9c Move __runtime into __internal::runtime 5 months ago
Adam Cozzette 738ffe2a6e Rust: ensure we can handle name collision between local module and crate dependency 5 months ago
Protobuf Team Bot 0325132bf4 Use the latest googletest version number in our generated Cargo.toml for release. 5 months ago
Protobuf Team Bot f78a589481 Improve rustdoc in Rust OSS 6 months ago
Protobuf Team Bot 826ce66117 Enable all //rust/... tests on GHA. 6 months ago
Adam Cozzette 9bdafdbb0c Rust C++: remove per-message functions for repeated fields 6 months ago
Protobuf Team Bot 6f8662c6f9 Remove a few things from Rust OSS tests. 6 months ago
Martin Geisler d2f4410107 Also implement `MessageMatcher<T>` for `T: Copy` 6 months ago
Protobuf Team Bot a88dc0c5e6 Automated Code Change 6 months ago
Protobuf Team Bot 3a40367686 Move Rust unit tests to use reduced forks of TestAllTypes messages. 6 months ago
Protobuf Team Bot c6753b9d06 Make import! of protobuf_gtest_matchers work properly. 6 months ago
Adam Cozzette 9256d0705c Allow `rust_proto_library` aspect to handle targets with empty `srcs` 7 months ago
Protobuf Team Bot 0df6034ae9 Automated Code Change 7 months ago
Tony Liao dbaa526b07 Fix import path for rust proto files. 7 months ago
Protobuf Team Bot 6ae5db635e Enable rust/test/cpp/interop/... tests on GHA 7 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. 7 months ago
Adam Cozzette 6f5b35be59 Rust: make generated views implement `std::default::Default` 7 months ago
Protobuf Team Bot 1c35963010 Correct rust include references in Rust-C++ gencode in OSS. 8 months ago
Protobuf Team Bot 1f472f1db3 Remove proto_best_practices from Rust test files in OSS 8 months ago
Protobuf Team Bot 5da098b8b0 Make SerializedData into a POD struct. 8 months ago
Protobuf Team Bot 4671dce58a Fix visibility on "internal to any protobuf usage outside of this directory" for rust_library targets in OSS 8 months ago
Protobuf Team Bot 4834eb75cb Move some :unittest_(cpp|upb)_rust_proto target to be colocated with the .proto file that defines them 8 months ago
Protobuf Team Bot 92aca2d442 Exclude rust/test/benchmarks from GitHub 8 months ago
Protobuf Team Bot cb6b460cc9 Remove staticanalysis best practices options from enums.proto 8 months ago
Hong Shin 7ace14c513 Abrogate protos::Arena with hpb::Arena 8 months ago
Protobuf Team Bot 5d341470da Initial pass of a proto_eq gtest macro. 8 months ago
Joshua Haberman e4449ba248 Harmonize license rules between google3 and OSS 8 months ago
Protobuf Team Bot ee9c176e73 Don't include upb accessors C codegen in Rust-upb build 8 months ago
Protobuf Team Bot db3e837e02 Add an `_unchecked_lifetime` version of the Cpp interop wrap fns. 8 months ago
Hong Shin 7a4319428b hpb cleanup: abrogate protos::{ClearMessage,CloneMessage,CreateMessage,DeepCopy} with hpb::{...} 9 months ago
Protobuf Team Bot b0db5bd029 Change CppInterop traits to operate on *const or *mut c_void instead of protobuf::__runtime::RawMessage 9 months ago
Hong Shin 7a039dd177 Remove repeated_field_iterator (protos) 9 months ago
Dmitri Gribenko 744c9ddfc5 Rename `#[googletest::test]` to `#[gtest]` 9 months ago
Hong Shin 1ec060bb04 re-point upb_cc_proto_library_bzl from upb to hpb and utilize hpb_proto_library 9 months ago
Protobuf Team Bot 0f02d8459b Move `msg.merge_from(othermsg)` onto a trait fn 9 months ago
Adam Cozzette 6ab302d3a3 Rust: cut down on the amount of generated C++ code needed for maps 9 months ago
Protobuf Team Bot 76c767fa1c Add traits for interop fns. 9 months ago
Adam Cozzette 7141c30425 Rust: update map setters to take `IntoProxied` 9 months ago
Protobuf Team Bot 0fbba32b3e Add Message::Clear() and MessageMut::Clear() (behind the Clear trait) 9 months ago