COMMITS
/ rust/cpp_kernel/repeated.cc September 16, 2025
C
Pass down `Arena*` to `RepeatedPtrFieldBase::AddInternal`.
Clayton Knittel committed
September 15, 2025
C
Pass arenas down to `RepeatedPtrFieldBase` methods to avoid calling `GetArena()`.
Clayton Knittel committed
May 2, 2025
P
Streamline creation of new elements in `RepeatedPtrField` (redux)
Protobuf Team Bot committed
November 5, 2024
A
Rust C++: remove per-message functions for repeated fields
Adam Cozzette committed
August 23, 2024
M
Move -Werror to our test/dev bazelrc files.
Mike Kruskal committed
July 16, 2024
A
Rust protobuf: fix memory leaks
Adam Cozzette committed
July 9, 2024
J
Migrate Repeated::{push, set} and Map::insert to use the IntoProxied trait.
Jakob Buchgraber committed
July 2, 2024
P
Change to proto2_rust C prefix and proto2::rust C++ namespace
Protobuf Team Bot committed
P
Stop using double underscores for our C function names and standardize on the 'rust_proto_' prefix.
Protobuf Team Bot committed
June 28, 2024
P
Split up cpp_api.h/.cc into smaller units.
Protobuf Team Bot committed