6 Commits (f87523dd41f6f0e64dbc55b64cac2c304afcf619)

Author SHA1 Message Date
Derek Benson 1e1bf0d1fc Move the declaration of the upb map begin constant into rust 4 months ago
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. 5 months ago
Derek Benson 290df684f9 expose upb_Message_MergeFrom in rust upb bindings 5 months ago
Protobuf Team Bot 8ef32176e3 Expose upb_Message_IsEqual to Rust upb. 6 months ago
Jakob Buchgraber b6e0a48b02 Implement `IntoProxied` for repeated field setters 7 months ago
Protobuf Team Bot 2678e10c99 Create a upb rust directory. 8 months ago
Alyssa Haroldsen 035d6ec2cb Implement map iteration 10 months ago
Kevin King 8876b1069f impl SettableValue for MsgView 11 months ago
Eric Salo 708913c05c rust: stop using deprecated upb:collections as a dep 1 year ago
Jakob Buchgraber ac3f553073 This CL implements msg.<field>() and msg.<field_mut>() accessors for maps with primitive-typed keys and values for the UPB kernel only. 1 year ago
Protobuf Team Bot e1bb7d65a8 Implement rust repeated scalars for cpp and upb 1 year ago
Adam Cozzette 501ececd39 Reorganize upb file structure 1 year ago
Adam Cozzette 7286ffceb2 Merge the protobuf and upb Bazel repos 1 year ago
Joshua Haberman 638a860285 Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 1 year ago
Hong Shin 4f20efbb78 Internal Change 1 year ago
Jakob Buchgraber 7802b93442 Fix build errors in Protobuf Rust 2 years ago
Marcel Hlopko aaa338b285 Configure build for the C++ backend 2 years ago
Marcel Hlopko ab9f1ab58a Configure the build for the Rust UPB backend 2 years ago