Protocol Buffers - Google's data interchange format
COMMITS
/ conformance/conformance_rust.rs March 13, 2026
S
Change _opt() accessors to return an std::Option instead of protobuf::Optional
Samuel Benzaquen committed
December 29, 2025
R
Add conformance test for edition unstable
Rachel Goldfinger committed
October 30, 2024
P
Adjust the protobuf prelude.
Protobuf Team Bot committed
August 20, 2024
July 25, 2024
P
Introduce a prelude and remove the inherent impls for serialize()
Protobuf Team Bot committed
July 22, 2024
P
Add 'specific' traits for common gencode message operations.
Protobuf Team Bot committed
May 29, 2024
P
Make serialization correctly be fallible in the Rust Protobuf API.
Protobuf Team Bot committed
May 16, 2024
M
Use the name of the rust_proto_library as the crate name
Marcel Hlopko committed
April 5, 2024
M
Add editions-specific conformance tests
Mike Kruskal committed
March 25, 2024
P
Use $Msg$::parse() where sensible.
Protobuf Team Bot committed
March 6, 2024
P
Use the simpler set_x() instead of x_mut().set() in the Rust conformance test.
Protobuf Team Bot committed
February 5, 2024
P
Remove the overlay hack from Rust conformance test now that we can use the enum directly.
Protobuf Team Bot committed
January 19, 2024
M
Stop codegenning module for .proto package
Marcel Hlopko committed
January 2, 2024
P
Make Rust Conformance skip non-wire output test cases by using an overlay proto.
Protobuf Team Bot committed
December 28, 2023
P
Hook up the edition2023 cases to Rust conformance test.
Protobuf Team Bot committed
December 27, 2023
P
Enable Rust conformance test on proto3 message.
Protobuf Team Bot committed
September 12, 2023
P
Create initial Rust conformance test.
Protobuf Team Bot committed