summaryrefslogtreecommitdiff
path: root/test/rs
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-5600: rust lib to upgrade to edition 2021Jiayu Liu2022-09-053-2/+8
* Replace ThriftTest.thrift with v0.16/ThriftTest.thrift to allow for merging t...Jens Geyer2022-09-051-2/+2
* THRIFT-5600: upgrade rust toolchain to 1.61 and edition 2021Tdxdxoz2022-09-012-82/+54
* THRIFT-5283: add support for Unix Domain Sockets in lib/rs (#2545)tokcum2022-03-303-32/+99
* Pin clap to 2.33 as 2.34 results in build failuresAli-Akber Saifee2021-12-131-1/+1
* THRIFT-5457 Pin bitflags to 1.2 to maintain MSRV (#2454)Allen George2021-09-111-0/+1
* Enable clippy in all Rust targets and ensure that all existing code is clippy...Allen George2021-03-061-0/+1
* Reformat rust code using 1.40 rustfmt and fail build if rustfmt fails (#2339)Allen George2021-03-013-202/+185
* [THRIFT-5314][THRIFT-4101] Generate enums that don't error on unexpected valu...Allen George2021-03-012-10/+10
* THRIFT-4451 Use a shared TcpStream between both Thrift clients in cross-testAllen George2021-02-281-23/+18
* THRIFT-5306: Rust code and generated code no longer has clippy warnings (Rust...Allen George2020-11-124-50/+37
* THRIFT-5158 Update Rust generator and Rust lib,test,tutorial to only support ...Allen George2020-09-024-10/+11
* THRIFT-5145 Streamline --pipe and --named-pipe options in the code baseJens Geyer2020-03-222-2/+2
* Update language levels, fix erlang and rust in CIJames E. King III2019-07-071-4/+4
* THRIFT-4780: finish the server implementation of multi in python serverJames E. King III2019-02-081-1/+1
* THRIFT-4717: fix up make clean with autoconfJames E. King III2019-01-251-1/+1
* THRIFT-4529: Rust enum variants are now camel-casedGREATEST Wiggler EvaR!2018-11-122-10/+10
* THRIFT-4395: fix rust build on xenialJames E. King, III2017-11-291-1/+1
* THRIFT-2013: add perl crosstest multiplexed client and server logicJames E. King, III2017-11-212-1/+5
* THRIFT-2013: update docker for artful (go back to lua 5.2) and enhanceJames E. King, III2017-11-201-2/+2
* THRIFT-2013: add multiplex server and client test support to cpp languageJames E. King, III2017-11-182-16/+0
* configure.ac, Makefile.am: introduce THRIFT variable to support cross-compila...Thomas Petazzoni2017-09-091-2/+0
* THRIFT-4186 Add travis build for RustAllen George2017-05-113-139/+250
* THRIFT-4176: Implement threaded server for RustAllen George2017-04-272-186/+255
* THRIFT-2945 Add Rust supportAllen George2017-01-265-0/+917