Commit 4dc071d
1 parent 73dc13a commit 4dc071d
4 files changed
+4
-4
lines changed- build/deps/github_hashes/facebook/folly-rev.txt+1-1
- build/deps/github_hashes/facebook/wangle-rev.txt+1-1
- thrift/compiler/codemod/structure_annotations.cc+4-1
- thrift/compiler/codemod/structure_annotations_test.py+2
- thrift/compiler/generate/templates/rust/lib/server.mustache+28-18
- thrift/compiler/sema/patch_mutator.cc+4-1
- thrift/compiler/test/fixtures/adapter/gen-rust/lib.rs+60-38
- thrift/compiler/test/fixtures/basic-annotations/gen-rust/lib.rs+173-111
- thrift/compiler/test/fixtures/basic/gen-rust/lib.rs+168-108
- thrift/compiler/test/fixtures/doctext/gen-rust/lib.rs+39-25
- thrift/compiler/test/fixtures/exceptions/gen-rust/lib.rs+45-29
- thrift/compiler/test/fixtures/inheritance/gen-rust/lib.rs+81-51
- thrift/compiler/test/fixtures/interactions/gen-rust/lib.rs+150-98
- thrift/compiler/test/fixtures/namespace_from_package/gen-rust/lib.rs+27-17
- thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-rust/lib.rs+27-17
- thrift/compiler/test/fixtures/no-legacy-apis/gen-rust/lib.rs+27-17
- thrift/compiler/test/fixtures/params/gen-rust/lib.rs+51-33
- thrift/compiler/test/fixtures/patch/gen-cpp2/module_metadata.cpp+27-27
- thrift/compiler/test/fixtures/patch/gen-cpp2/module_types.cpp+527-527
- thrift/compiler/test/fixtures/patch/gen-cpp2/module_types.h+450-450
- thrift/compiler/test/fixtures/patch/gen-cpp2/module_types.tcc+601-601
- thrift/compiler/test/fixtures/patch/gen-hack/module_types.php+86-86
- thrift/compiler/test/fixtures/patch/gen-hack/patch_types.php+9-9
- thrift/compiler/test/fixtures/patch/gen-json_experimental/module.json+27-27
- thrift/compiler/test/fixtures/patch/gen-json_experimental/patch.json+9-9
- thrift/compiler/test/fixtures/patch/gen-python/test/fixtures/patch/module/thrift_metadata.py+27-27
- thrift/compiler/test/fixtures/rust-raw-identifiers/gen-rust/lib.rs+33-21
- thrift/compiler/test/fixtures/rust-request-context/gen-rust/lib.rs+104-68
- thrift/compiler/test/fixtures/stream/gen-rust/lib.rs+75-49
- thrift/compiler/test/fixtures/types/gen-rust/lib.rs+33-21
- thrift/lib/cpp2/Adapter.h+3-40
- thrift/lib/cpp2/op/DeterministicAccumulator.h+1-1
- thrift/lib/cpp2/op/detail/Patch.h+22-11
- thrift/lib/cpp2/server/BaseThriftServer.h+7-3
- thrift/lib/cpp2/server/ParallelConcurrencyController.cpp+41-15
- thrift/lib/cpp2/server/ParallelConcurrencyController.h+38-14
- thrift/lib/cpp2/server/ResourcePool.cpp+12
- thrift/lib/cpp2/server/ServerFlags.cpp+2-1
- thrift/lib/cpp2/server/ServerFlags.h+2-1
- thrift/lib/cpp2/server/ThriftServer.cpp+16-1
- thrift/lib/cpp2/server/test/ParallelConcurrencyControllerTest.cpp+156-62
- thrift/lib/cpp2/test/server/ThriftServerTest.cpp+2
- thrift/lib/rust/src/bufext.rs+4-51
- thrift/lib/rust/src/context_stack.rs+30-16
- thrift/lib/rust/src/help.rs+17-4
- thrift/lib/rust/src/processor.rs+3-1
- thrift/lib/rust/src/request_context.rs+22-9
- thrift/lib/thrift/patch.thrift+9-9
- thrift/test/StructPatchTest.cpp+2-1
0 commit comments