Sign in
pigweed
/
third_party
/
github
/
protocolbuffers
/
protobuf
/
a02ec0f353895e2770cdde0eac62a844650cab78
/
rust
/
upb
0325132
Use the latest googletest version number in our generated Cargo.toml for release.
by Protobuf Team Bot
· 7 weeks ago
c014e96
Internal
by Protobuf Team Bot
· 8 weeks ago
0a7691e
Don't use matches! on MessageVal tests.
by Protobuf Team Bot
· 9 weeks ago
4c38e11
Use crate:: for assert_linked instead of super::super::
by Derek Benson
· 4 months ago
0f4bfc4
Migrate upb/rust to gtest
by Derek Benson
· 4 months ago
bd3629c
Fix comment reference to cpp `std::string_view`
by Protobuf Team Bot
· 4 months ago
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
b35d4ba
Change `upb` crate source to not use std or alloc
by Protobuf Team Bot
· 4 months ago
8422e97
Migrated upb to use Copybara-standard stripping.
by Joshua Haberman
· 4 months ago
e4449ba
Harmonize license rules between google3 and OSS
by Joshua Haberman
· 4 months ago
07b325e
Move map accessors off of upb c accessor codegen.
by Protobuf Team Bot
· 5 months ago
36a9692
Move oneof accessors off of upb c accessor codegen.
by Protobuf Team Bot
· 5 months ago
807ecfd
Move repeated fields and singular cords off of upb C accessor codegen.
by Protobuf Team Bot
· 5 months ago
98309af
Move singular strings off of upb c accessor codegen.
by Protobuf Team Bot
· 5 months ago
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
e9b04b1
Stop using upb C accessor codegen for submsg accessors.
by Protobuf Team Bot
· 5 months ago
9f4f302
Change upb singular scalar accessors to not use upb C accessor codegen.
by Protobuf Team Bot
· 5 months ago
115b192
Switch AssociatedMiniTable to a fn from an associated const.
by Protobuf Team Bot
· 5 months ago
7ad56e7
Introduce an upb::AssociatedMiniTable trait in Rust.
by Protobuf Team Bot
· 6 months ago
504a5d0
Add pkg build rules to create a zip of the protobuf rust crate
by Derek Benson
· 6 months ago
1e1bf0d
Move the declaration of the upb map begin constant into rust
by Derek Benson
· 6 months ago
0fbba32
Add Message::Clear() and MessageMut::Clear() (behind the Clear trait)
by Protobuf Team Bot
· 6 months ago
6f58085
Adds an initial Cargo.toml for the protobuf crate.
by Derek Benson
· 6 months ago
41f12a2
Add missing #![deny(unsafe_op_in_unsafe_fn)] to upb/rust/lib.rs and fix violating functions
by Derek Benson
· 6 months ago
607b4b1
Change rust/upb to only ever do `use super::` rather than `use crate::`
by Protobuf Team Bot
· 6 months ago
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
219e8ea
Add license headers
by Protobuf Team Bot
· 7 months ago
290df68
expose upb_Message_MergeFrom in rust upb bindings
by Derek Benson
· 7 months ago
ccbed29
Rust protobuf: make `serialize()` method return `Vec<u8>`
by Adam Cozzette
· 7 months ago
44c8097
Silence warning on upb/rust/wire.rs DecodeOption
by Protobuf Team Bot
· 7 months ago
8ef3217
Expose upb_Message_IsEqual to Rust upb.
by Protobuf Team Bot
· 7 months ago
d471c87
Turn on 'CheckRequired' option on upb decode
by Protobuf Team Bot
· 7 months ago
f2d8c2b
Add a reserve method on ProxiedInRepeated
by Derek Benson
· 8 months ago
b6e0a48
Implement `IntoProxied` for repeated field setters
by Jakob Buchgraber
· 8 months ago
dcc5db4
Implement Arena::fuse()
by Jakob Buchgraber
· 9 months ago
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
c413b12
Change upb::Arena to be Send (but still not Sync)
by Protobuf Team Bot
· 9 months ago
d44ba90
Refactor upb/rust directory to introduce separate files for each concept instead of a single blob.
by Protobuf Team Bot
· 9 months ago
5c7a9fd
Move the Rust `Arena` type which wraps a upb_Arena into the upb directory.
by Protobuf Team Bot
· 9 months ago
2678e10
Create a upb rust directory.
by Protobuf Team Bot
· 9 months ago