summaryrefslogtreecommitdiff
path: root/lib/rs
Commit message (Expand)AuthorAgeFilesLines
* bump version numberJens Geyer2023-02-061-1/+1
* Update ordered-float dependency to latest version (#2598)Eran Rundstein2022-10-081-1/+1
* THRIFT-5600: rust lib to upgrade to edition 2021Jiayu Liu2022-09-054-21/+21
* THRIFT-5600: upgrade rust toolchain to 1.61 and edition 2021Tdxdxoz2022-09-017-12/+8
* fix typo60062022-09-011-1/+1
* version bumpJens Geyer2022-08-301-1/+1
* Pin integer-encoding to 3.0.3 (#2627)Jiayu Liu2022-07-011-1/+1
* THRIFT-4100: Extract Rust read/write struct methods into a traitZachary Kuhn2022-04-141-0/+8
* THRIFT-5283: add support for Unix Domain Sockets in lib/rs (#2545)tokcum2022-03-305-36/+155
* lib/rs/Cargo.toml: Update ordered-floatMike Cronce2022-03-101-1/+1
* Merge branch '0.16.0' into masterJens Geyer2022-02-155-0/+5
|\
| * FIX: missing EXTRA_DIST entriesJens Geyer2022-02-025-0/+5
* | Fix travis issue caused by 5f16344311Yuxuan 'fishy' Wang2022-01-291-1/+1
* | fix wrong thrift strict header comparingihciah2022-01-261-1/+1
* | Release 0.16.0Jens Geyer2022-01-201-1/+1
|/
* Pin clap to 2.33 as 2.34 results in build failuresAli-Akber Saifee2021-12-131-1/+1
* Fix Rust formatting errorAllen George2021-10-151-4/+1
* THRIFT-5457 Pin bitflags to 1.2 to maintain MSRV (#2454)Allen George2021-09-111-0/+1
* Remove redundant `format!(..)` macro calls (#2443)xiexiaoqun2021-09-081-2/+2
* Made server optional.Jorge C. Leitao2021-08-222-2/+8
* bump version numberJens Geyer2021-08-031-1/+1
* Rust: Upgrade dependency integer-encoding to 3.0Lewin Bormann2021-07-061-1/+1
* Add Link to Tutorial in Rust Lib DocumentationZicklag2021-05-201-0/+7
* THRIFT-4098 Namespace support for generated Rust code (#2348)Allen George2021-03-1121-0/+921
* THRIFT-5360 Remove deprecated Error::description() methods (#2342)Allen George2021-03-062-50/+111
* Enable clippy in all Rust targets and ensure that all existing code is clippy...Allen George2021-03-062-0/+3
* Reformat rust code using 1.40 rustfmt and fail build if rustfmt fails (#2339)Allen George2021-03-0113-40/+67
* [THRIFT-5314][THRIFT-4101] Generate enums that don't error on unexpected valu...Allen George2021-03-012-3/+50
* Avoid custom non-zigzag read/write functionsAllen George2021-02-201-54/+11
* THRIFT-5299: Encode sequence numbers as non-zigzag varintAllen George2021-02-191-19/+457
* Version number aligned to 0.15.0Jens Geyer2021-02-111-1/+1
* Consolidated gitignore & added missing EXTRA_DISTsJens Geyer2021-02-051-1/+4
* Add useful links in Rust client's metadataDirkjan Ochtman2020-12-091-1/+2
* THRIFT-5306: Rust code and generated code no longer has clippy warnings (Rust...Allen George2020-11-1217-88/+86
* THRIFT-5158 Update Rust generator and Rust lib,test,tutorial to only support ...Allen George2020-09-0222-325/+337
* THRIFT-5131: Require >= 1.1.4 of integer-encoding dependencyNik Clayton2020-03-072-1/+26
* (no ticket) Gracefully terminate the connection handling loop when encounteri...Sam De Roeck2020-01-281-4/+10
* Merge pull request #1919 from mpajkowski/to_socket_addrsAllen George2019-12-142-7/+6
|\
| * THRIFT-4995 Use `ToSocketAddrs` for net addressesMarcin Pajkowski2019-11-292-7/+6
* | THRIFT-5043 Make TBufferChannel clonableJulian Tescher2019-12-021-1/+1
* | THRIFT-4915 Fix encoding/decoding doubles in TCompactProtocolMarcin Pajkowski2019-12-021-3/+26
* | THRIFT-5042 Fix failing testsMarcin Pajkowski2019-12-023-8/+8
|/
* bump versionJens Geyer2019-10-171-1/+1
* THRIFT-4953: Missing Field IdentifiersDanny Browning2019-09-061-0/+1
* Bare Trait WarningsDanny Browning2019-09-0613-44/+45
* Update language levels, fix erlang and rust in CIJames E. King III2019-07-076-11/+5
* Merge branch '0.12.1'James E. King III2019-05-261-0/+1
|\
| * Release 0.12.1Jens Geyer2019-03-082-2/+2
| * Version 0.12.0v0.12.00.12.0jfarrell2018-12-181-1/+1
* | THRIFT 4536: Rust 1.34.0Danny Browning2019-04-151-0/+8