summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2017-05-23Migrate to csv crate rewrite.0.12.0Andrew Gallant
2017-05-15Implement numeric and reversed sorting (#57)Astro
2017-04-27Add type parameters to from_bytes callsMichiel De Muynck
2017-03-26fixlengths command ignores trailing empty fields.Konstantin Yegupov
2017-03-25Add `xsv partition` to partition on a column's valuesEric Kidd
2017-03-24Add help message for "<command> -h"Damien
2017-03-24Improve `xsv select` documentation to point out you can quote fieldLuis Casillas
2016-07-31Actually merge sums.Andrew Gallant
2016-07-31Add a case insensitive flag to 'xsv search'.Andrew Gallant
2016-07-31Always show headers in output of 'xsv search' command.Andrew Gallant
2016-07-31Add 'sum' statistic for numeric fields.Andrew Gallant
2016-07-31Add a --quote-always flag to the fmt command.Andrew Gallant
2016-07-31fix warnings, improve error messageAndrew Gallant
2016-07-31fix testsAndrew Gallant
2016-07-31update deps and some rustupAndrew Gallant
2016-07-11changing formatKevin Per
2016-07-11adding error handlingKevin Per
2016-07-11fix #15Kevin Per
2016-04-28Update deps and fix warningsAndrew Gallant
2016-01-21fix a few warnings from rustc+clippyllogiq
2015-11-14Just use the num_cpus crate instead of rolling our own.Andrew Gallant
2015-10-25Patch to allow xsv to compile on windows-msvc compiler.Michael Chesser
2015-10-16Add xsv search --invert-matchAaron DeVore
2015-08-30Remove * deps and move to Rust stable for tests.Andrew Gallant
2015-07-12Switch to use `chan` crate.Andrew Gallant
2015-07-04Compile on Rust stable 1.1.Andrew Gallant
2015-05-28remove all returnsJohann Tuffe
2015-05-28remove unreachable branchJohann Tuffe
2015-05-28Simplify the conditions when index is SomeJohann Tuffe
2015-05-28Slight improvement on range methodJohann Tuffe
2015-05-17Remove commented out debugs.Andrew Gallant
2015-05-17Use regular selection for joining.Andrew Gallant
2015-05-16More rustupping.Andrew Gallant
2015-04-04Moving to updated CSV parser. Big perf improvements.Andrew Gallant
2015-04-03rustup.Andrew Gallant
2015-03-30Add input/output support for quoting.Andrew Gallant
2015-03-30Move `mod` definitions to the top.Andrew Gallant
2015-03-30Simplify.Andrew Gallant
2015-03-30Add docs for 'select' command.Andrew Gallant
2015-03-28rustupAndrew Gallant
2015-03-23Use indexes instead of field names for --no-headers in xsv stats.Andrew Gallant
2015-03-23Fix #7.Andrew Gallant
2015-03-21rustupAndrew Gallant
2015-03-19rustupAndrew Gallant
2015-03-16rustupAndrew Gallant
2015-03-15rustupAndrew Gallant
2015-03-12rustupAndrew Gallant
2015-03-08Show command list on stdout.Andrew Gallant
2015-03-08rustupAndrew Gallant
2015-03-07Migrate to std::io.Andrew Gallant