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