1. acad27f Move repeated tests into their own file by Hong Shin · 1 year, 4 months ago
  2. a74c3bb Introduce submessage view accessors for arbitrary depths by Hong Shin · 1 year, 4 months ago
  3. c793ec4 move test_deeply_nested_definition to googletest_rust by Hong Shin · 1 year, 4 months ago
  4. 745aa6e Introduce set_and_test_mut! to cleanup simple_nested_test.rs by Hong Shin · 1 year, 4 months ago
  5. 92cfb8a Add support for simple scalar mutation via _mut. by Hong Shin · 1 year, 4 months ago
  6. 4864e43 Allow Messages to be used in Oneofs. by Protobuf Team Bot · 1 year, 5 months ago
  7. 001be3c Implement Maps for scalar types for the C++ kernel by Jakob Buchgraber · 1 year, 5 months ago
  8. 1388e81 Internal Code Change by Protobuf Team Bot · 1 year, 5 months ago
  9. e3432c2 Add submsg support for strings and bytes. by Hong Shin · 1 year, 5 months ago
  10. b3cfff3 Introduce preliminary submessage_mut semantics by Hong Shin · 1 year, 5 months ago
  11. e018e99 Complete migration of accessors_proto3_test.rs to googletest-rust by Hong Shin · 1 year, 5 months ago
  12. 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
  13. a2eda04 Enable the mutable oneof accessor. by Protobuf Team Bot · 1 year, 5 months ago
  14. af75cb3 Small clean up Rust crate-relative naming logic by Protobuf Team Bot · 1 year, 5 months ago
  15. 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
  16. a14f29e Internal change by Protobuf Team Bot · 1 year, 5 months ago
  17. 65cdac4 Finish Proxied impls for rust repeated scalars by Kevin King · 1 year, 5 months ago
  18. dc67f8a Perform preliminary migration of accessors_proto3_test to googletest-rust by Hong Shin · 1 year, 6 months ago
  19. c303109 Implement mutators for singular primitive fields with presence by Adrian Sadłocha · 1 year, 6 months ago
  20. e1bb7d6 Implement rust repeated scalars for cpp and upb by Protobuf Team Bot · 1 year, 6 months ago
  21. 6424bca Add custom matchers for ProxiedWithPresence. by Hong Shin · 1 year, 6 months ago
  22. 6d4ea61 Fix segfault in upb pathway in terra rust by Hong Shin · 1 year, 6 months ago
  23. b823f7f Move {child_parent_test, reserved_test, serialization_test} to googletest-rust by Hong Shin · 1 year, 6 months ago
  24. 19aad63 Migrate accessors_test.rs to googletest-rust by Hong Shin · 1 year, 6 months ago
  25. 501ecec Reorganize upb file structure by Adam Cozzette · 1 year, 6 months ago
  26. 81068e8 Internal change by Sandy Zhang · 1 year, 7 months ago
  27. 80a4df3 Add support accessing simple scalars (int32s, bools, and floats) in submessages by Hong Shin · 1 year, 7 months ago
  28. 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
  29. 207331d Return Optional instead of Option in getter_opt by Adrian Sadłocha · 1 year, 7 months ago
  30. d72e790 Return the correct view type for messages by Hong Shin · 1 year, 7 months ago
  31. 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
  32. 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
  33. 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
  34. 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
  35. 8c08df5 Implement mutators for singular primitive fields without presence by Adrian Sadłocha · 1 year, 7 months ago
  36. a773618 Internal Code Change by Protobuf Team Bot · 1 year, 7 months ago
  37. 614e29f Implement v0.6 string fields by Alyssa Haroldsen · 1 year, 7 months ago
  38. 836c5c3 Internal change by Marcel Hlopko · 1 year, 7 months ago
  39. bbe389e Add test ensuring that rust keywords can be message names by Hong Shin · 1 year, 7 months ago
  40. 99d4060 Implement initial oneof support in Rust pb. by Protobuf Team Bot · 1 year, 7 months ago
  41. 9a0bc39 Implement v0.6 Optional Bytes by Alyssa Haroldsen · 1 year, 7 months ago
  42. 9a7ca55 Support without-presence scalars better. by Protobuf Team Bot · 1 year, 8 months ago
  43. a81be2e Flesh out Proxied impls for $Msg$View and $Msg$Mut :: v0.6 SingularMessageField by Hong Shin · 1 year, 8 months ago
  44. 3c9e763 Add sfixed32 & 64 support by Protobuf Team Bot · 1 year, 8 months ago
  45. 1525300 Replace `NonNull<u8>` for raw messages with a dedicated opaque pointer by Protobuf Team Bot · 1 year, 8 months ago
  46. 87e6b7f Sketch of v0.6 SingularMessageField by Hong Shin · 1 year, 8 months ago
  47. dd4ffc6 Internal Code Change by Protobuf Team Bot · 1 year, 8 months ago
  48. 3ced818 Add support for proto_library with more than one srcs by Marcel Hlopko · 1 year, 9 months ago
  49. f009c80 nested_messages_test typo fix: accesible -> accessible by Hong Shin · 1 year, 9 months ago
  50. 7e9d0c1 Add V0 support for fixed ints (32 and 64) by Hong Shin · 1 year, 9 months ago
  51. 43778a5 Add V0 support for floats and doubles by Hong Shin · 1 year, 9 months ago
  52. d70e3de Update a doc comment by Adrian Sadłocha · 1 year, 9 months ago
  53. fcab1a4 Add V0 support for signed ints by Hong Shin · 1 year, 9 months ago
  54. b01794c Add test that ensures rust protos build with reserved keywords by Hong Shin · 1 year, 9 months ago
  55. 4f20efb Internal Change by Hong Shin · 1 year, 9 months ago
  56. b3942c0 In this CL, we add V0 support for unsigned ints (32 and 64). by Hong Shin · 1 year, 9 months ago
  57. ead5d56 Fix hazzer emission of Optional by Protobuf Team Bot · 1 year, 9 months ago
  58. 68b34fe Add support for int32 in V0. by Protobuf Team Bot · 1 year, 9 months ago
  59. 5a48187 Move internal-only but kernel-agnostic paths into an `__internal` module by Protobuf Team Bot · 1 year, 10 months ago
  60. cc83427 Do not pass nullptr to slice::from_raw_parts by Marcel Hlopko · 1 year, 10 months ago
  61. c0c66ec Internal change by Marcel Hlopko · 1 year, 10 months ago
  62. f92edc1 Automated rollback of commit fe7c4f94223ad2e6190102fbe3473ce3be19ec48. by Marcel Hlopko · 1 year, 10 months ago
  63. fe7c4f9 Simplify Protobuf Rust runtime build setup by Marcel Hlopko · 1 year, 10 months ago
  64. c58067f Enable sanitizers by Marcel Hlopko · 1 year, 11 months ago
  65. 701e056 Zhuzh up the C++/Rust interop test to demonstrate more uses. by Marcel Hlopko · 1 year, 11 months ago
  66. a1b6dd9 Implement Msg.deserialize() for the UPB kernel by Jakob Buchgraber · 2 years ago
  67. 0ecb729 Implement 'bytes' accessors for UPB :) by Jakob Buchgraber · 2 years ago
  68. 44ac124 Test nested messages support for UPB. by Jakob Buchgraber · 2 years ago
  69. e5679c0 Implement nested messages for v0 API for cpp kernel by Marcel Hlopko · 2 years ago
  70. 5091c9f Enable sanitized CI builds by Marcel Hlopko · 2 years ago
  71. a1ba8d2 Generate bindings under the correct package. by Marcel Hlopko · 2 years ago
  72. 0a05e2f Implement bytes field accessors for v0 Rust API by Marcel Hlopko · 2 years ago
  73. 777f84f Implement bool and int64 field accessors for v0 Rust API by Marcel Hlopko · 2 years ago
  74. 0bb76d7 Implement 'optional int64' accessors per v0 API spec. by Jakob Buchgraber · 2 years ago
  75. 390b7f3 Implement Msg::parse(&mut self) for V0 API. by Marcel Hlopko · 2 years ago
  76. c575758 Implement accessors for 'optional bool' per v0 API spec by Jakob Buchgraber · 2 years ago
  77. 5814f6c Generate C++ thunks for Rust protos by Marcel Hlopko · 2 years ago
  78. f7a2f4a Add initial end-to-end test directory structure. by Marcel Hlopko · 2 years ago
  79. 083830d Update copyright year by Marcel Hlopko · 2 years ago
  80. 7802b93 Fix build errors in Protobuf Rust by Jakob Buchgraber · 2 years ago
  81. f73c7cb Add license rules by Protobuf Team Bot · 2 years ago
  82. aaa338b Configure build for the C++ backend by Marcel Hlopko · 2 years, 1 month ago
  83. ab9f1ab Configure the build for the Rust UPB backend by Marcel Hlopko · 2 years, 1 month ago
  84. 5252bc8 Rename a test by Marcel Hlopko · 2 years, 1 month ago
  85. 26af540 Add support for proto dependencies to rust_proto_library by Marcel Hlopko · 2 years, 1 month ago
  86. 3dc546d Implement a minimal, internal, experimental rust_proto_library rule. by Marcel Hlopko · 2 years, 1 month ago