COMMITS
/ rust/test/shared/simple_nested_test.rs August 15, 2025
A
Include more tests in `protobuf_tests` crate
Adam Cozzette committed
June 25, 2025
A
Migrate rust protobuf test matchers from `empty` to `is_empty`.
Ashish Myles committed
May 21, 2025
A
Update Rust generator to output minidescriptors instead of C minitables
Adam Cozzette committed
December 13, 2024
P
Upgrade to googletest 0.13 crate.
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
March 19, 2024
P
Change message-nesting namespacing to be some_msg:: instead of SomeMsg_::
Protobuf Team Bot committed
March 18, 2024
P
Clean up some now-unnecessary or_default()s
Protobuf Team Bot committed
March 14, 2024
February 20, 2024
P
Fix unused 'use' warning in simple_nested_test.rs
Protobuf Team Bot committed
January 30, 2024
H
Implement _opt for messages
Hong Shin committed
H
Implement and use field entries for `_mut`
Hong Shin committed
January 19, 2024
M
Stop codegenning module for .proto package
Marcel Hlopko committed
A
Use `self` accessors for accessing maps in views
Alyssa Haroldsen committed
January 18, 2024
A
Use `self` for all methods on views, return `'msg`
Alyssa Haroldsen committed
January 17, 2024
A
Fix indentation of a macro in simple_nested_test.rs
Alyssa Haroldsen committed
January 16, 2024
P
Reuse Message's accessor definitions on Msg+MsgMut+MsgView
Protobuf Team Bot committed
January 9, 2024
P
Change MsgMut's _mut() accessors to use (&mut self) instead of (&self)
Protobuf Team Bot committed
A
Implement singular enum accessors
Alyssa Haroldsen committed
A
Generate `pub use` for imported enums
Alyssa Haroldsen committed
December 13, 2023
H
Add submsg support for bytes_mut
Hong Shin committed
December 11, 2023
H
Add submessage support for string_mut
Hong Shin committed
December 6, 2023
H
Introduce submessage view accessors for arbitrary depths
Hong Shin committed
November 30, 2023
H
move test_deeply_nested_definition to googletest_rust
Hong Shin committed
H
Introduce set_and_test_mut! to cleanup simple_nested_test.rs
Hong Shin committed
November 29, 2023
H
Add support for simple scalar mutation via _mut.
Hong Shin committed
November 15, 2023
H
Add submsg support for strings and bytes.
Hong Shin committed
November 13, 2023
H
Introduce preliminary submessage_mut semantics
Hong Shin committed
November 3, 2023
P
Small clean up Rust crate-relative naming logic
Protobuf Team Bot committed
October 16, 2023
H
Fix segfault in upb pathway in terra rust
Hong Shin committed
September 18, 2023
S
Internal change
Sandy Zhang committed
H
Add support accessing simple scalars (int32s, bools, and floats) in submessages
Hong Shin committed