31 Commits (main)

Author SHA1 Message Date
Adam Cozzette 21d1a6ff81 Add a filegroup for Rust crates 2 months ago
Adam Cozzette f3c5386f19 Rust: small fixes to protobuf_well_known_types crate 2 months ago
Adam Cozzette 36346f57c5 Remove protoc-gen-upb_minitable from CMake build and protobuf_codegen crate 2 months ago
Adam Cozzette 5082805cd0 Replace README templates with real README.md files 2 months ago
Protobuf Team Bot c9c27c6a3a Fix warnings in protobuf-codegen crate. 3 months ago
Protobuf Team Bot 03e09ad032 Automatically insert the version number in the README.md tag. 4 months ago
Adam Cozzette 09b7506cd0 Rust: update manifests to refer to the real (non-staging) crates 4 months ago
Adam Cozzette 36be1ba409 Rust: make sure protoc and the minitable plugin are available to the release script 4 months ago
Protobuf Team Bot 556a42676e Remove now-dead gencode feature reference in release.sh 4 months ago
Protobuf Team Bot 6b326020e7 Drop the notion of 'primary' file in all rs code generation. 4 months ago
Protobuf Team Bot 4ce1746133 Update the protobuf and protobuf_runtime README files. 4 months ago
Adam Cozzette 5a58ff798f Rust: output detailed message if protoc is missing in Cargo build 4 months ago
Adam Cozzette 512319bc78 Rust: set up a new crate for the well-known types 4 months ago
Protobuf Team Bot 84ed87e1a0 Upgrade to googletest 0.13 crate. 4 months ago
Adam Cozzette ffcbaab65e Update Rust example crate to use more unique .proto file paths 4 months ago
Adam Cozzette 2559176061 Rust: update protobuf_codegen crate to rely on separately installed protoc 4 months ago
Protobuf Team Bot 17ad170b4b Construct the expected generated file paths rather than doing a listdir the output dir in the Rust Cargo build. 4 months ago
Adam Cozzette 8c9b653519 Rust: set `links = "upb"` instead of `links = "libupb"` 4 months ago
Adam Cozzette ac6852b4a0 Rust: set `ignore` on code example in comment 4 months ago
Adam Cozzette a59bb5ea7f Rust: remove references to `crate::` from generated code 4 months ago
Protobuf Team Bot 671ae8f754 Make protobuf_example publishable by having it only perform code generation behind a feature. 5 months ago
Adam Cozzette c18384c40b Rust: make generated code refer to `::protobuf` instead of `::__pb` 5 months ago
Protobuf Team Bot ab3adc2da9 Add description and license to protobuf_example's Cargo.toml 5 months ago
Adam Cozzette 6a0ff9d203 Rust: remove extern crate declaration for `std` from generated code 5 months ago
Protobuf Team Bot 2ca39a21d4 Add release.sh script that pushes crates. 5 months ago
Protobuf Team Bot 926f87d7cf Add publish --dry_run to the cargo_test 5 months ago
Protobuf Team Bot 8e78b9d0c8 Version the protobuf_example crate the same as the other two crates. 5 months ago
Adam Cozzette be11a955f1 Rust: delete codegen logic for working with .upb.h files 5 months ago
Protobuf Team Bot 90e57d686f Add .gitignore to the protobuf_example crate that ignores src/protobuf_generated/ 5 months ago
Protobuf Team Bot c531f2a920 Make the default directory for cargo gencode `src/protobuf_generated/` instead of `protos`. 5 months ago
Protobuf Team Bot 8ce4952624 Create /release_crates/ directory that contains one directory for each of our 3 crates that we package up. 5 months ago