1. a88dc0c Automated Code Change by Protobuf Team Bot · 5 months ago
  2. 3a40367 Move Rust unit tests to use reduced forks of TestAllTypes messages. by Protobuf Team Bot · 5 months ago
  3. 1f472f1 Remove proto_best_practices from Rust test files in OSS by Protobuf Team Bot · 6 months ago
  4. 4834eb7 Move some :unittest_(cpp|upb)_rust_proto target to be colocated with the .proto file that defines them by Protobuf Team Bot · 6 months ago
  5. cb6b460 Remove staticanalysis best practices options from enums.proto by Protobuf Team Bot · 6 months ago
  6. f9dd9ce UPB text encoder without using reflection for Rust (used for a message's Debug trait) that will print out field number to value entries instead of field name to value entries of a message like how it's expected for the usual text format using reflection. by Protobuf Team Bot · 8 months ago
  7. 6429885 Emit all string fields on Rust-upb regardless of ctype set. by Protobuf Team Bot · 9 months ago
  8. 8b7d866 Automated Code Change by Protobuf Team Bot · 9 months ago
  9. 61a2df3 Allow non-repeated StringPiece accessors to be generated. by Protobuf Team Bot · 9 months ago
  10. 7dcae81 Add serialization test and parameterize tests to verify behavior in multiple versions of the protocol buffer language. by Protobuf Team Bot · 10 months ago
  11. 69a26b2 Use the name of the rust_proto_library as the crate name by Marcel Hlopko · 10 months ago
  12. a8cb583 Verify rust_proto_library name by Marcel Hlopko · 10 months ago
  13. 419824d Remove obsolete logic related to cc_proto_library by Marcel Hlopko · 11 months ago
  14. 5587559 Add a collision-avoidance behavior to the Rust Proto codegen. by Protobuf Team Bot · 11 months ago
  15. 21d75f8 Remove references to rules_proto by Protobuf Team Bot · 12 months ago
  16. dc5053a Automated Code Change by Protobuf Team Bot · 12 months ago
  17. 83ec410 Internal change by Protobuf Team Bot · 12 months ago
  18. 6f1d881 Support proto_library targets that contain '-' by Jakob Buchgraber · 1 year, 2 months ago
  19. 90015d3 #protobuf #rust Generate fields with imported types by Jakob Buchgraber · 1 year, 2 months ago
  20. 4517308 Also apply r# prefix to crates whose names are reserved keywords by Jakob Buchgraber · 1 year, 2 months ago
  21. 0f4cf16 Depend directly on cc_proto_aspect in rust_cc_proto_library by Marcel Hlopko · 1 year, 2 months ago
  22. c1d174f Stop codegenning module for .proto package by Marcel Hlopko · 1 year, 2 months ago
  23. 1eab5a0 Generate `pub use` for imported enums by Alyssa Haroldsen · 1 year, 2 months ago
  24. 4ec9170 Fix layering check for usage of gtest by Adam Cozzette · 1 year, 3 months ago
  25. 0ce51da Implement v0.6 enum definitions by Alyssa Haroldsen · 1 year, 3 months ago
  26. a47a7bd Internal Code Change by Protobuf Team Bot · 1 year, 3 months ago
  27. 43f92cb Add a trivial 2023 edition test case for Rust. by Protobuf Team Bot · 1 year, 3 months ago
  28. 001be3c Implement Maps for scalar types for the C++ kernel by Jakob Buchgraber · 1 year, 4 months ago
  29. 1388e81 Internal Code Change by Protobuf Team Bot · 1 year, 4 months ago
  30. ac3f553 This CL implements msg.<field>() and msg.<field_mut>() accessors for maps with primitive-typed keys and values for the UPB kernel only. by Jakob Buchgraber · 1 year, 4 months ago
  31. 80a4df3 Add support accessing simple scalars (int32s, bools, and floats) in submessages by Hong Shin · 1 year, 6 months ago
  32. a773618 Internal Code Change by Protobuf Team Bot · 1 year, 7 months ago
  33. 9a0bc39 Implement v0.6 Optional Bytes by Alyssa Haroldsen · 1 year, 7 months ago
  34. 9a7ca55 Support without-presence scalars better. by Protobuf Team Bot · 1 year, 8 months ago
  35. dd4ffc6 Internal Code Change by Protobuf Team Bot · 1 year, 8 months ago
  36. 3ced818 Add support for proto_library with more than one srcs by Marcel Hlopko · 1 year, 8 months ago
  37. b01794c Add test that ensures rust protos build with reserved keywords by Hong Shin · 1 year, 9 months ago
  38. a1ba8d2 Generate bindings under the correct package. by Marcel Hlopko · 2 years ago
  39. 5814f6c Generate C++ thunks for Rust protos by Marcel Hlopko · 2 years ago
  40. f7a2f4a Add initial end-to-end test directory structure. by Marcel Hlopko · 2 years ago
  41. 7802b93 Fix build errors in Protobuf Rust by Jakob Buchgraber · 2 years ago
  42. f73c7cb Add license rules by Protobuf Team Bot · 2 years ago
  43. aaa338b Configure build for the C++ backend by Marcel Hlopko · 2 years ago
  44. ab9f1ab Configure the build for the Rust UPB backend by Marcel Hlopko · 2 years ago
  45. 5252bc8 Rename a test by Marcel Hlopko · 2 years ago
  46. 26af540 Add support for proto dependencies to rust_proto_library by Marcel Hlopko · 2 years, 1 month ago
  47. 3dc546d Implement a minimal, internal, experimental rust_proto_library rule. by Marcel Hlopko · 2 years, 1 month ago