18150 Commits (f87523dd41f6f0e64dbc55b64cac2c304afcf619)
 

Author SHA1 Message Date
Derek Benson f87523dd41 fix the crate name being used by the gencode library. 4 months ago
Yamil Morales 582e80eb8a Set up for Rust-cpp Protobuf implementation message matcher. 4 months ago
Tony Liao c75787c327 Documentation Update: Add comment to describe parse options. 4 months ago
Protobuf Team Bot 366fbbaea1 Internal changes to versions 4 months ago
Mark Hansen f9ecda5f3c Reuse empty int[0] in MessageSchema.intValue to save allocations 4 months ago
Protobuf Team Bot 6fdcc0beb4 Remove clear_and_parse inherent method in favor of a trait fn. 4 months ago
Derek Benson 9d628f8024 Create an initial version of protobuf-codegen. This exposes an initial working version of codegen for use with cargo. 4 months ago
Deanna Garcia 7c938044b9 Refactor java maven GHA test to use our generated jars. 4 months ago
Protobuf Team Bot c7278372b5 Auto-generate files after cl/658038844 4 months ago
Mike Kruskal 149407e24b Internal changes 4 months ago
Evan Brown 5ac8ee1a20 Return backing array memory to arena in ExtensionSet. 4 months ago
Tony Liao 06a520cdb7 Add wire format parsing unit tests for implicit presence fields. 4 months ago
Adam Cozzette 6ab302d3a3 Rust: cut down on the amount of generated C++ code needed for maps 4 months ago
Protobuf Team Bot 76c767fa1c Add traits for interop fns. 4 months ago
Derek Benson 9cceb6278d Fix broken github_only comment in cargo build rule 4 months ago
Protobuf Team Bot c7d4697481 Add an protobuf::__internal::SealedInternal trait 4 months ago
Hong Shin 824f6ac9e9 Migrate core (sans Parse & Serialize) and extension funcs from `protos` to `hpb` 4 months ago
Protobuf Team Bot 7ad56e7cbb Introduce an upb::AssociatedMiniTable trait in Rust. 4 months ago
Protobuf Team Bot 51763f3e40 Automated rollback of commit 74f6da4d26. 4 months ago
Hong Shin 1f9206c703 Internal Change 4 months ago
Derek Benson 504a5d0311 Add pkg build rules to create a zip of the protobuf rust crate 4 months ago
Hong Shin 9f5aed39ea Migrate all of `protos::internal` into `hpb::internal` 4 months ago
Jakob Buchgraber 5854e2b6a8 Implement std::error::Error for String 4 months ago
Yamil Morales eceb8ccc0d Implementation of go/conformanceDebuggability. Refactor ForkPipeRunner::RunTest(): There's no need for rerunning through argv for common flags between suites. This also enables "debug_test_names" to be shared between suites. 4 months ago
Protobuf Team Bot 50f58a6e20 Migrate to standard parameterized test framework 4 months ago
Protobuf Team Bot f396f7cb9f Replace preprocessor macros with `ToHost` from endian 4 months ago
Adam Cozzette 7141c30425 Rust: update map setters to take `IntoProxied` 4 months ago
Derek Benson 1e1bf0d1fc Move the declaration of the upb map begin constant into rust 4 months ago
Protobuf Team Bot 0fbba32b3e Add Message::Clear() and MessageMut::Clear() (behind the Clear trait) 4 months ago
Jie Luo 1aedb97602 Move python WKT test proto messages into well_known_types_test.proto 4 months ago
Protobuf Team Bot 9bd81567cf Remove deprecated .deseralize() fn 4 months ago
Derek Benson 6f58085577 Adds an initial Cargo.toml for the protobuf crate. 4 months ago
Thomas Van Lenten 1e6abadc2b Automated rollback of commit 1f717248b7. 4 months ago
Protobuf Team Bot a98c7f79aa Internal 4 months ago
Protobuf Team Bot 461450834b Introduce a prelude and remove the inherent impls for serialize() 4 months ago
Protobuf Team Bot f1df391ad0 Remove tests that have been disabled for 7 years 4 months ago
Protobuf Team Bot c5ca2cf8fb Internal 4 months ago
Protobuf Team Bot f82f4a4d13 Automated rollback of commit 75b66c2cde. 4 months ago
Thomas Van Lenten 1f717248b7 [ObjC] Collect unknown fields as data 4 months ago
Éamonn McManus d271692f01 Internal change. 4 months ago
Adam Cozzette 35cfde6d74 Remove `/utf-8` flag added in #14197 4 months ago
Protobuf Team Bot e6304eb3a2 Add AsView + AsMut as supertraits of Proxied and MutProxied. 4 months ago
Protobuf Team Bot e3fa6aac29 In edition 2024, `Enum_Name(value)` functions return `absl::string_view` by default. 4 months ago
Protobuf Team Bot 75b66c2cde Prepare UnknownFieldSet for replace `std::string` with `absl::string_view`: 4 months ago
Hong Shin 165d2c76ed Fold 80% of `protos::internal` into `hpb::internal`: 4 months ago
Protobuf Team Bot 29b755fffd Skip write of `_cached_size_` when the value to write is `0` and the value was 4 months ago
Protobuf Team Bot e618b282d4 Add AsView and AsMut implementations to owned messages. 4 months ago
Protobuf Team Bot 9f0fc68b38 Auto-generate files after cl/655485943 4 months ago
Jakob Buchgraber 8cdc700b5b Implement ctype=CORD for singular string & byte fields 4 months ago
Nelson Liang cdb723815b Add Prefetchers to Proto Copy Construct to help address load misses 4 months ago