summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2018-10-02xsv: fix error message for invalid commandsmintyplanet
2018-08-25deps: use crossbeam-channel instead of chanAndrew Gallant
2018-08-22xsv: add reverse commandDimagog
2018-07-24xsv: add `partition` to command listAlexandre Bury
2018-03-22deps: update all dependenciesAndrew Gallant
2017-05-24small performance improvements0.12.1Andrew Gallant
2017-05-23Migrate to csv crate rewrite.0.12.0Andrew Gallant
2017-03-25Add `xsv partition` to partition on a column's valuesEric Kidd
2017-03-24Add help message for "<command> -h"Damien
2016-07-31update deps and some rustupAndrew 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-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-16More rustupping.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-28rustupAndrew 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
2015-03-01rustup + cleanupAndrew Gallant
2015-02-26rustupAndrew Gallant
2015-02-20rustupAndrew Gallant
2015-02-12rustupAndrew Gallant
2015-02-05rustupAndrew Gallant
2015-01-30rustupAndrew Gallant
2015-01-28rustupAndrew Gallant
2015-01-23rustupAndrew Gallant
2015-01-20rustupAndrew Gallant
2015-01-09Use deref instead of as_sliceAndrew Gallant
2015-01-09rustupAndrew Gallant
2015-01-07rustupAndrew Gallant
2015-01-06rustupAndrew Gallant
2015-01-04rustupAndrew Gallant
2014-12-25rustup on tests and other various odds and ends.Andrew Gallant
2014-12-25rustupAndrew Gallant
2014-12-20rust and dependency upAndrew Gallant
2014-12-07\o/ if_let and tuple_indexing are part of the language now.Andrew Gallant
2014-12-02Add support for `--list` flag.Andrew Gallant
2014-12-02Fallout from namespaced enum variants.Andrew Gallant
2014-11-26Use a `fail!` macro, which is just `Err(FromError::from_error(...))`.Andrew Gallant