Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cachelib/external/fbthrift
Submodule fbthrift updated 78 files
+1 −1 build/deps/github_hashes/facebook/wangle-rev.txt
+1 −1 build/fbcode_builder/getdeps/platform.py
+1 −0 thrift/annotation/rust.thrift
+6 −10 thrift/compiler/generate/t_mstch_python_generator.cc
+22 −3 thrift/compiler/generate/t_mstch_rust_generator.cc
+1 −1 thrift/compiler/generate/templates/go/svc/processor.mustache
+1 −0 thrift/compiler/generate/templates/python_capi/thrift_types_capi.cpp.mustache
+44 −44 thrift/compiler/generate/templates/rust/lib/client.mustache
+9 −9 thrift/compiler/generate/templates/rust/lib/errors.mustache
+23 −23 thrift/compiler/generate/templates/rust/lib/server.mustache
+1 −1 thrift/compiler/generate/templates/rust/lib/service.mustache
+1 −1 thrift/compiler/generate/templates/rust/lib/super.mustache
+11 −11 thrift/compiler/generate/templates/rust/mock.rs.mustache
+42 −0 thrift/compiler/lib/rust/uri.h
+1 −0 thrift/compiler/lib/rust/util.cc
+0 −16 thrift/compiler/lib/rust/util.h
+40 −0 thrift/compiler/test/compiler_test.cc
+4 −0 thrift/compiler/test/fixtures/adapter/gen-hack/rust_types.php
+44 −44 thrift/compiler/test/fixtures/adapter/gen-json/rust.json
+2 −0 thrift/compiler/test/fixtures/adapter/gen-rust/service-names
+1 −1 thrift/compiler/test/fixtures/basic-annotations/gen-go/module/svcs.go
+5 −0 thrift/compiler/test/fixtures/basic-annotations/gen-rust/service-names
+1 −0 thrift/compiler/test/fixtures/basic-enum/gen-rust/service-names
+4 −0 thrift/compiler/test/fixtures/basic/gen-rust/service-names
+3 −0 thrift/compiler/test/fixtures/complex-struct/gen-python-capi/module/thrift_types_capi.cpp
+1 −0 thrift/compiler/test/fixtures/complex-union/gen-rust/service-names
+5 −0 thrift/compiler/test/fixtures/constants/gen-python-capi/module/thrift_types_capi.cpp
+1 −0 thrift/compiler/test/fixtures/constants/gen-rust/service-names
+1 −1 thrift/compiler/test/fixtures/doctext/gen-go/module/svcs.go
+1 −0 thrift/compiler/test/fixtures/doctext/gen-rust/service-names
+1 −0 thrift/compiler/test/fixtures/empty-struct/gen-rust/service-names
+1 −0 thrift/compiler/test/fixtures/enums/gen-rust/service-names
+2 −2 thrift/compiler/test/fixtures/exceptions/gen-go/module/svcs.go
+1 −0 thrift/compiler/test/fixtures/exceptions/gen-python-capi/module/thrift_types_capi.cpp
+1 −0 thrift/compiler/test/fixtures/exceptions/gen-rust/service-names
+3 −0 thrift/compiler/test/fixtures/inheritance/gen-rust/service-names
+2 −0 thrift/compiler/test/fixtures/inject_metadata_fields/gen-python-capi/foo/thrift_types_capi.cpp
+2 −0 thrift/compiler/test/fixtures/inject_metadata_fields/gen-python-capi/module/thrift_types_capi.cpp
+1 −0 thrift/compiler/test/fixtures/inject_metadata_fields/gen-rust/service-names
+1 −0 thrift/compiler/test/fixtures/interactions/gen-rust/service-names
+1 −0 thrift/compiler/test/fixtures/mixin/gen-python-capi/module/thrift_types_capi.cpp
+1 −0 thrift/compiler/test/fixtures/namespace_from_package/gen-rust/service-names
+1 −0 thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-rust/service-names
+1 −0 thrift/compiler/test/fixtures/optionals/gen-rust/service-names
+1 −0 thrift/compiler/test/fixtures/params/gen-rust/service-names
+4 −0 thrift/compiler/test/fixtures/patch/gen-python-capi/module/thrift_types_capi.cpp
+1 −0 thrift/compiler/test/fixtures/patch/gen-rust/service-names
+10 −0 thrift/compiler/test/fixtures/python_capi/gen-python-capi/module/thrift_types_capi.cpp
+2 −0 thrift/compiler/test/fixtures/python_capi/gen-python-capi/serialized_dep/thrift_types_capi.cpp
+1 −0 thrift/compiler/test/fixtures/refs/gen-rust/service-names
+1 −0 thrift/compiler/test/fixtures/req-opt/gen-rust/service-names
+40 −40 thrift/compiler/test/fixtures/rust-annotations/gen-rust/client.rs
+6 −6 thrift/compiler/test/fixtures/rust-annotations/gen-rust/errors.rs
+13 −13 thrift/compiler/test/fixtures/rust-annotations/gen-rust/mock.rs
+30 −30 thrift/compiler/test/fixtures/rust-annotations/gen-rust/server.rs
+5 −0 thrift/compiler/test/fixtures/rust-annotations/gen-rust/service-names
+6 −6 thrift/compiler/test/fixtures/rust-annotations/gen-rust/services.rs
+1 −0 thrift/compiler/test/fixtures/rust-annotations/src/module.thrift
+1 −0 thrift/compiler/test/fixtures/rust-default-enum-zero/gen-rust/service-names
+1 −0 thrift/compiler/test/fixtures/rust-extra-derives/gen-rust/service-names
+1 −0 thrift/compiler/test/fixtures/rust-include_src/gen-rust/service-names
+1 −0 thrift/compiler/test/fixtures/rust-newtype-typedef/gen-rust/service-names
+1 −0 thrift/compiler/test/fixtures/rust-no_serde-derive/gen-rust/service-names
+1 −0 thrift/compiler/test/fixtures/rust-noserver/gen-rust/service-names
+1 −0 thrift/compiler/test/fixtures/rust-raw-identifiers/gen-rust/service-names
+1 −0 thrift/compiler/test/fixtures/rust-request-context/gen-rust/service-names
+1 −0 thrift/compiler/test/fixtures/rust-skip-none-serialization/gen-rust/service-names
+1 −0 thrift/compiler/test/fixtures/serialization_field_order/gen-rust/service-names
+1 −0 thrift/compiler/test/fixtures/stream/gen-rust/service-names
+1 −0 thrift/compiler/test/fixtures/terse_write/gen-rust/service-names
+7 −0 thrift/compiler/test/fixtures/types/gen-python-capi/module/thrift_types_capi.cpp
+1 −0 thrift/compiler/test/fixtures/types/gen-rust/service-names
+30 −30 thrift/doc/features/patch/patch.md
+14 −4 thrift/lib/cpp2/frozen/FrozenFixedSizeString-inl.h
+12 −2 thrift/lib/cpp2/frozen/test/FrozenBench.cpp
+3 −3 thrift/lib/cpp2/protocol/detail/protocol_methods.h
+2 −0 thrift/lib/cpp2/transport/rocket/server/RocketServerConnection.cpp
+1 −1 thrift/lib/rust/Cargo.toml
2 changes: 1 addition & 1 deletion cachelib/external/fizz
2 changes: 1 addition & 1 deletion cachelib/external/folly
2 changes: 1 addition & 1 deletion cachelib/external/mvfst
2 changes: 1 addition & 1 deletion cachelib/external/wangle

0 comments on commit 5610792

Please sign in to comment.