1. 43f92cb Add a trivial 2023 edition test case for Rust. by Protobuf Team Bot · 1 year, 4 months ago
  2. 5341189 Add coverage for default_string and default_bytes in test_default_accessors by Hong Shin · 1 year, 4 months ago
  3. 9760292 Implement Maps for strings by Jakob Buchgraber · 1 year, 4 months ago
  4. acad27f Move repeated tests into their own file by Hong Shin · 1 year, 4 months ago
  5. a74c3bb Introduce submessage view accessors for arbitrary depths by Hong Shin · 1 year, 4 months ago
  6. c793ec4 move test_deeply_nested_definition to googletest_rust by Hong Shin · 1 year, 4 months ago
  7. 745aa6e Introduce set_and_test_mut! to cleanup simple_nested_test.rs by Hong Shin · 1 year, 4 months ago
  8. 94ebf57 Squelch warning regarding map_view mut by Hong Shin · 1 year, 4 months ago
  9. 92cfb8a Add support for simple scalar mutation via _mut. by Hong Shin · 1 year, 4 months ago
  10. ab11a0d Name the lifetime in the signature of SettableValue.set_on() by Jakob Buchgraber · 1 year, 4 months ago
  11. c25e9ca remove usage of host_fragments in third_party/protobuf/rust/aspects.bzl by Protobuf Team Bot · 1 year, 4 months ago
  12. 95073f8 Implement Proxied for Maps by Jakob Buchgraber · 1 year, 4 months ago
  13. 708913c rust: stop using deprecated upb:collections as a dep by Eric Salo · 1 year, 4 months ago
  14. 4864e43 Allow Messages to be used in Oneofs. by Protobuf Team Bot · 1 year, 4 months ago
  15. 1a5cdb9 Migrate optional.rs to googletest-rust by Hong Shin · 1 year, 4 months ago
  16. 245a6e6 Remove the protobuf::__runtime::Map type by Jakob Buchgraber · 1 year, 4 months ago
  17. 001be3c Implement Maps for scalar types for the C++ kernel by Jakob Buchgraber · 1 year, 4 months ago
  18. 1388e81 Internal Code Change by Protobuf Team Bot · 1 year, 4 months ago
  19. 0a13fde Optimize RepeatedField<Scalar>::copy_from by Protobuf Team Bot · 1 year, 4 months ago
  20. e3432c2 Add submsg support for strings and bytes. by Hong Shin · 1 year, 4 months ago
  21. 885fd6f Migrate cpp.rs to googletest-rust by Hong Shin · 1 year, 5 months ago
  22. b3cfff3 Introduce preliminary submessage_mut semantics by Hong Shin · 1 year, 5 months ago
  23. e018e99 Complete migration of accessors_proto3_test.rs to googletest-rust by Hong Shin · 1 year, 5 months ago
  24. 90aa298 Migrate upb.rs to googletest by Jakob Buchgraber · 1 year, 5 months ago
  25. 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, 5 months ago
  26. 9ac3548 Clean up trailing whitespace in defs.bzl by Hong Shin · 1 year, 5 months ago
  27. a2eda04 Enable the mutable oneof accessor. by Protobuf Team Bot · 1 year, 5 months ago
  28. af75cb3 Small clean up Rust crate-relative naming logic by Protobuf Team Bot · 1 year, 5 months ago
  29. f083530 Allow string + bytes fields in oneofs (now that the underyling accessors match the expected shape) by Protobuf Team Bot · 1 year, 5 months ago
  30. a14f29e Internal change by Protobuf Team Bot · 1 year, 5 months ago
  31. 65cdac4 Finish Proxied impls for rust repeated scalars by Kevin King · 1 year, 5 months ago
  32. 5eecee2 Update rules_rust usage to match https://github.com/bazelbuild/rules_rust/commit/cd3e53e9b8555543071ea109218baf41fc4b88f7. by Krasimir Georgiev · 1 year, 5 months ago
  33. 2690017 cleanup upb.rs by Hong Shin · 1 year, 5 months ago
  34. dc67f8a Perform preliminary migration of accessors_proto3_test to googletest-rust by Hong Shin · 1 year, 5 months ago
  35. c303109 Implement mutators for singular primitive fields with presence by Adrian Sadłocha · 1 year, 5 months ago
  36. e1bb7d6 Implement rust repeated scalars for cpp and upb by Protobuf Team Bot · 1 year, 5 months ago
  37. 48ebb9b Fix typos (#14409) by xiaolou86 · 1 year, 5 months ago
  38. 6424bca Add custom matchers for ProxiedWithPresence. by Hong Shin · 1 year, 6 months ago
  39. 6d4ea61 Fix segfault in upb pathway in terra rust by Hong Shin · 1 year, 6 months ago
  40. edee290 Use protobuf_nowkt as a dependency of the Rust runtime. by Marcel Hlopko · 1 year, 6 months ago
  41. b823f7f Move {child_parent_test, reserved_test, serialization_test} to googletest-rust by Hong Shin · 1 year, 6 months ago
  42. 19aad63 Migrate accessors_test.rs to googletest-rust by Hong Shin · 1 year, 6 months ago
  43. 34f5364 Internal change by Protobuf Team Bot · 1 year, 6 months ago
  44. 501ecec Reorganize upb file structure by Adam Cozzette · 1 year, 6 months ago
  45. 87fcc79 Internal change by Adam Cozzette · 1 year, 6 months ago
  46. 1180543 Internal Code Change by Protobuf Team Bot · 1 year, 6 months ago
  47. 81068e8 Internal change by Sandy Zhang · 1 year, 6 months ago
  48. 80a4df3 Add support accessing simple scalars (int32s, bools, and floats) in submessages by Hong Shin · 1 year, 6 months ago
  49. 09d2511 Initial skeleton towards oneof's Mut accessor, and clarify oneof the View accessor to use View<> instead of the raw primitive type. by Protobuf Team Bot · 1 year, 7 months ago
  50. 78d71ca Fix string setter thunk to use PtrAndLen instead of two args. by Protobuf Team Bot · 1 year, 7 months ago
  51. 207331d Return Optional instead of Option in getter_opt by Adrian Sadłocha · 1 year, 7 months ago
  52. 7286ffc Merge the protobuf and upb Bazel repos by Adam Cozzette · 1 year, 7 months ago
  53. d72e790 Return the correct view type for messages by Hong Shin · 1 year, 7 months ago
  54. 2447882 Update Abseil dependency in cmake docker images by Mike Kruskal · 1 year, 7 months ago
  55. e4aeff3 Create initial Rust conformance test. by Protobuf Team Bot · 1 year, 7 months ago
  56. db20f5f Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. by Joshua Haberman · 1 year, 7 months ago
  57. 638a860 Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. by Joshua Haberman · 1 year, 7 months ago
  58. 67ee3b9 Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. by Joshua Haberman · 1 year, 7 months ago
  59. 177092c Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. by Joshua Haberman · 1 year, 7 months ago
  60. 106de22 Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. by Joshua Haberman · 1 year, 7 months ago
  61. 4a51303 Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. by Joshua Haberman · 1 year, 7 months ago
  62. 8c08df5 Implement mutators for singular primitive fields without presence by Adrian Sadłocha · 1 year, 7 months ago
  63. a773618 Internal Code Change by Protobuf Team Bot · 1 year, 7 months ago
  64. 614e29f Implement v0.6 string fields by Alyssa Haroldsen · 1 year, 7 months ago
  65. 836c5c3 Internal change by Marcel Hlopko · 1 year, 7 months ago
  66. bbe389e Add test ensuring that rust keywords can be message names by Hong Shin · 1 year, 7 months ago
  67. 2b61ee2 Migrate Automatic Exec Groups by adding a toolchain parameter to the affected actions by Nevena Kotlaja · 1 year, 7 months ago
  68. 5de1da3 Move shared protobuf runtime files to a list by Alyssa Haroldsen · 1 year, 7 months ago
  69. 9fe3ac6 Add explanation of mutator invariants by Alyssa Haroldsen · 1 year, 7 months ago
  70. 99d4060 Implement initial oneof support in Rust pb. by Protobuf Team Bot · 1 year, 7 months ago
  71. 5c33ed0 Remove Opaque Ptr macro: define_opaque_nonnulls by Hong Shin · 1 year, 7 months ago
  72. d5d207f Move common macros to a shared location by Alyssa Haroldsen · 1 year, 7 months ago
  73. 9a0bc39 Implement v0.6 Optional Bytes by Alyssa Haroldsen · 1 year, 7 months ago
  74. 33f239d Use a glob import in protobuf.rs by Protobuf Team Bot · 1 year, 7 months ago
  75. 48493fb Internal Code Change by Protobuf Team Bot · 1 year, 8 months ago
  76. 9a7ca55 Support without-presence scalars better. by Protobuf Team Bot · 1 year, 8 months ago
  77. a81be2e Flesh out Proxied impls for $Msg$View and $Msg$Mut :: v0.6 SingularMessageField by Hong Shin · 1 year, 8 months ago
  78. 3c9e763 Add sfixed32 & 64 support by Protobuf Team Bot · 1 year, 8 months ago
  79. 0681fe6 Internal change by Liam Miller-Cushon · 1 year, 8 months ago
  80. 1525300 Replace `NonNull<u8>` for raw messages with a dedicated opaque pointer by Protobuf Team Bot · 1 year, 8 months ago
  81. 87e6b7f Sketch of v0.6 SingularMessageField by Hong Shin · 1 year, 8 months ago
  82. 4b0e763 Add UTF-8 handling to ProtoStr by Protobuf Team Bot · 1 year, 8 months ago
  83. dd4ffc6 Internal Code Change by Protobuf Team Bot · 1 year, 8 months ago
  84. 3ced818 Add support for proto_library with more than one srcs by Marcel Hlopko · 1 year, 8 months ago
  85. f009c80 nested_messages_test typo fix: accesible -> accessible by Hong Shin · 1 year, 8 months ago
  86. 49d3bca Improve overall `unsafe` hygiene by Protobuf Team Bot · 1 year, 9 months ago
  87. 8e210a8 Derive Debug for ProxyVTable by Marcel Hlopko · 1 year, 9 months ago
  88. 7e9d0c1 Add V0 support for fixed ints (32 and 64) by Hong Shin · 1 year, 9 months ago
  89. 19d674d Clean grep_includes by Nevena Kotlaja · 1 year, 9 months ago
  90. 8fe9d8e Define the shape of ProtoStr as a DST by Protobuf Team Bot · 1 year, 9 months ago
  91. 230a9a7 Remove stubs for in-place mutating BytesMut operations by Protobuf Team Bot · 1 year, 9 months ago
  92. 43778a5 Add V0 support for floats and doubles by Hong Shin · 1 year, 9 months ago
  93. d70e3de Update a doc comment by Adrian Sadłocha · 1 year, 9 months ago
  94. a75def6 Define the shape of BytesMut with stubbed methods by Protobuf Team Bot · 1 year, 9 months ago
  95. fcab1a4 Add V0 support for signed ints by Hong Shin · 1 year, 9 months ago
  96. d42b237 Add remaining helper functions for Optional v0.6 by Protobuf Team Bot · 1 year, 9 months ago
  97. 0d7a396 Implement the rest of the v0.6 Optional design by Protobuf Team Bot · 1 year, 9 months ago
  98. b01794c Add test that ensures rust protos build with reserved keywords by Hong Shin · 1 year, 9 months ago
  99. 4f20efb Internal Change by Hong Shin · 1 year, 9 months ago
  100. b3942c0 In this CL, we add V0 support for unsigned ints (32 and 64). by Hong Shin · 1 year, 9 months ago