1. 0325132 Use the latest googletest version number in our generated Cargo.toml for release. by Protobuf Team Bot · 7 weeks ago
  2. c014e96 Internal by Protobuf Team Bot · 8 weeks ago
  3. 0a7691e Don't use matches! on MessageVal tests. by Protobuf Team Bot · 9 weeks ago
  4. 4c38e11 Use crate:: for assert_linked instead of super::super:: by Derek Benson · 4 months ago
  5. 0f4bfc4 Migrate upb/rust to gtest by Derek Benson · 4 months ago
  6. bd3629c Fix comment reference to cpp `std::string_view` by Protobuf Team Bot · 4 months ago
  7. a0f79eb Add linkage assertions to all extern upb functions. This makes it a compiler error if you try to run the tests and are missing an extern fn. Will be used to ensure that the Cargo build's amalgamated upb has everything that's needed. by Derek Benson · 4 months ago
  8. b35d4ba Change `upb` crate source to not use std or alloc by Protobuf Team Bot · 4 months ago
  9. 8422e97 Migrated upb to use Copybara-standard stripping. by Joshua Haberman · 4 months ago
  10. e4449ba Harmonize license rules between google3 and OSS by Joshua Haberman · 4 months ago
  11. 07b325e Move map accessors off of upb c accessor codegen. by Protobuf Team Bot · 5 months ago
  12. 36a9692 Move oneof accessors off of upb c accessor codegen. by Protobuf Team Bot · 5 months ago
  13. 807ecfd Move repeated fields and singular cords off of upb C accessor codegen. by Protobuf Team Bot · 5 months ago
  14. 98309af Move singular strings off of upb c accessor codegen. by Protobuf Team Bot · 5 months ago
  15. 5cebdef Fix AssociatedMiniTable to be an unsafe trait with a safe fn, instead of having an unsafe fn. by Protobuf Team Bot · 5 months ago
  16. e9b04b1 Stop using upb C accessor codegen for submsg accessors. by Protobuf Team Bot · 5 months ago
  17. 9f4f302 Change upb singular scalar accessors to not use upb C accessor codegen. by Protobuf Team Bot · 5 months ago
  18. 115b192 Switch AssociatedMiniTable to a fn from an associated const. by Protobuf Team Bot · 5 months ago
  19. 7ad56e7 Introduce an upb::AssociatedMiniTable trait in Rust. by Protobuf Team Bot · 6 months ago
  20. 504a5d0 Add pkg build rules to create a zip of the protobuf rust crate by Derek Benson · 6 months ago
  21. 1e1bf0d Move the declaration of the upb map begin constant into rust by Derek Benson · 6 months ago
  22. 0fbba32 Add Message::Clear() and MessageMut::Clear() (behind the Clear trait) by Protobuf Team Bot · 6 months ago
  23. 6f58085 Adds an initial Cargo.toml for the protobuf crate. by Derek Benson · 6 months ago
  24. 41f12a2 Add missing #![deny(unsafe_op_in_unsafe_fn)] to upb/rust/lib.rs and fix violating functions by Derek Benson · 6 months ago
  25. 607b4b1 Change rust/upb to only ever do `use super::` rather than `use crate::` by Protobuf Team Bot · 6 months ago
  26. 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 · 6 months ago
  27. 219e8ea Add license headers by Protobuf Team Bot · 7 months ago
  28. 290df68 expose upb_Message_MergeFrom in rust upb bindings by Derek Benson · 7 months ago
  29. ccbed29 Rust protobuf: make `serialize()` method return `Vec<u8>` by Adam Cozzette · 7 months ago
  30. 44c8097 Silence warning on upb/rust/wire.rs DecodeOption by Protobuf Team Bot · 7 months ago
  31. 8ef3217 Expose upb_Message_IsEqual to Rust upb. by Protobuf Team Bot · 7 months ago
  32. d471c87 Turn on 'CheckRequired' option on upb decode by Protobuf Team Bot · 7 months ago
  33. f2d8c2b Add a reserve method on ProxiedInRepeated by Derek Benson · 8 months ago
  34. b6e0a48 Implement `IntoProxied` for repeated field setters by Jakob Buchgraber · 8 months ago
  35. dcc5db4 Implement Arena::fuse() by Jakob Buchgraber · 9 months ago
  36. 734729a Create the concept of 'owned data' in upb/rust as a generalization of the upb.rs SerializedData (which is a arena + data for arbitrary types, both thin and wide ref types), use that for the wire parse/serialize path. by Protobuf Team Bot · 9 months ago
  37. c413b12 Change upb::Arena to be Send (but still not Sync) by Protobuf Team Bot · 9 months ago
  38. d44ba90 Refactor upb/rust directory to introduce separate files for each concept instead of a single blob. by Protobuf Team Bot · 9 months ago
  39. 5c7a9fd Move the Rust `Arena` type which wraps a upb_Arena into the upb directory. by Protobuf Team Bot · 9 months ago
  40. 2678e10 Create a upb rust directory. by Protobuf Team Bot · 9 months ago