15 Commits (0b4173e3edd5970fea27759d62e573ea7561d400)

Author SHA1 Message Date
Protobuf Team Bot f9dd9ce66e 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. 7 months ago
Protobuf Team Bot 219e8ead2f Add license headers 8 months ago
Derek Benson 290df684f9 expose upb_Message_MergeFrom in rust upb bindings 8 months ago
Adam Cozzette ccbed29c67 Rust protobuf: make `serialize()` method return `Vec<u8>` 8 months ago
Protobuf Team Bot 44c80977b0 Silence warning on upb/rust/wire.rs DecodeOption 8 months ago
Protobuf Team Bot 8ef32176e3 Expose upb_Message_IsEqual to Rust upb. 8 months ago
Protobuf Team Bot d471c874e3 Turn on 'CheckRequired' option on upb decode 8 months ago
Derek Benson f2d8c2bdd8 Add a reserve method on ProxiedInRepeated 9 months ago
Jakob Buchgraber b6e0a48b02 Implement `IntoProxied` for repeated field setters 10 months ago
Jakob Buchgraber dcc5db4c56 Implement Arena::fuse() 10 months ago
Protobuf Team Bot 734729afc2 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. 10 months ago
Protobuf Team Bot c413b1231c Change upb::Arena to be Send (but still not Sync) 10 months ago
Protobuf Team Bot d44ba9090c Refactor upb/rust directory to introduce separate files for each concept instead of a single blob. 10 months ago
Protobuf Team Bot 5c7a9fd997 Move the Rust `Arena` type which wraps a upb_Arena into the upb directory. 10 months ago
Protobuf Team Bot 2678e10c99 Create a upb rust directory. 10 months ago