COMMITS
/ rust/test/shared/enum_test.rs August 15, 2025
A
Include more tests in `protobuf_tests` crate
Adam Cozzette committed
December 26, 2024
P
Derive Ord for enum generated types.
Protobuf Team Bot committed
December 16, 2024
P
Make generated enums derive(Hash) to allow them to be used in collections like HashSet or as keys in HashMaps.
Protobuf Team Bot committed
December 13, 2024
P
Upgrade to googletest 0.13 crate.
Protobuf Team Bot committed
P
Include the enum constant names in the debug string output.
Protobuf Team Bot committed
November 21, 2024
P
Use the latest googletest version number in our generated Cargo.toml for release.
Protobuf Team Bot committed
August 12, 2024
D
Rename `#[googletest::test]` to `#[gtest]`
Dmitri Gribenko committed
July 22, 2024
D
Use `#[googletest::test]` in Protobuf Rust
Dmitri Gribenko committed
May 16, 2024
M
Use the name of the rust_proto_library as the crate name
Marcel Hlopko committed
May 3, 2024
B
Pin the rev of googletest to the GitHub main branch
Bastien Jacot-Guillarmod committed
A
Implement `is_known` method on the `Enum` trait
Adrian Sadłocha committed
March 19, 2024
P
Change message-nesting namespacing to be some_msg:: instead of SomeMsg_::
Protobuf Team Bot committed
January 19, 2024
M
Stop codegenning module for .proto package
Marcel Hlopko committed
January 5, 2024
A
Fix nested enum generation when enums are the sole nested types
Alyssa Haroldsen committed
December 20, 2023
A
Implement v0.6 enum definitions
Alyssa Haroldsen committed