summaryrefslogtreecommitdiffstats
path: root/src/cmd/join.rs
AgeCommit message (Expand)Author
2018-03-22deps: update all dependenciesAndrew Gallant
2017-05-23Migrate to csv crate rewrite.0.12.0Andrew Gallant
2015-05-17Remove commented out debugs.Andrew Gallant
2015-05-17Use regular selection for joining.Andrew Gallant
2015-04-04Moving to updated CSV parser. Big perf improvements.Andrew Gallant
2015-03-28rustupAndrew Gallant
2015-03-12rustupAndrew Gallant
2015-03-07Migrate to std::io.Andrew Gallant
2015-02-20rustupAndrew Gallant
2015-01-28rustupAndrew Gallant
2015-01-23rustupAndrew Gallant
2015-01-09Use deref instead of as_sliceAndrew Gallant
2015-01-09rustupAndrew Gallant
2015-01-05rustupAndrew Gallant
2015-01-04rustupAndrew Gallant
2015-01-01rustupAndrew Gallant
2014-12-25rustupAndrew Gallant
2014-12-21Update for changes in rust-csv.Andrew Gallant
2014-12-18A few touchups and dep update.Andrew Gallant
2014-12-06Add support for XSV_TOGGLE_HEADERS and inferring a tabAndrew Gallant
2014-11-28Don't join on NULL columns by default.Andrew Gallant
2014-11-27Various small fixes, including ASCII delimited output for the 'fmt' command.Andrew Gallant
2014-11-26Use a `fail!` macro, which is just `Err(FromError::from_error(...))`.Andrew Gallant
2014-11-26rust updateAndrew Gallant
2014-11-24More docs. Some touchups. Mild refactoring.Andrew Gallant
2014-11-23Revert "Use `Path` instead of `String` in the various `Args` structs."Andrew Gallant
2014-11-23Use `Path` instead of `String` in the various `Args` structs.Andrew Gallant
2014-11-22Docs and some light refactoring.Andrew Gallant
2014-11-21Miscellaneous updates.0.4.1Andrew Gallant
2014-11-1880 colsAndrew Gallant
2014-11-15Add tests for --no-header joining.Andrew Gallant
2014-11-13Add tests for joining and fix a bug that got caught.Andrew Gallant
2014-11-08Update to latest Rust.Andrew Gallant
2014-11-04Migrate to new `Error` and `FromError` traits.Andrew Gallant
2014-11-04Update to latest Rust.Andrew Gallant
2014-11-01Switch most integer types to uint.Andrew Gallant
2014-11-01Remove use of docopt! macro. :-(Andrew Gallant
2014-10-31Fix warnings.Andrew Gallant
2014-10-19s/main/run because the signature doesn't match Rust's special main any more.Andrew Gallant
2014-10-19Make it so sub-commands explicitly accept an argv.Andrew Gallant
2014-10-19Some reorganization.Andrew Gallant
2014-10-04xcsv -> xsv once and for all.Andrew Gallant
2014-10-04Added search and splitting commands.Andrew Gallant
2014-10-04Implements the popular relational joins: inner, outer {left,right,full}Andrew Gallant
2014-10-01Efficient inner joins implemented.Andrew Gallant
2014-09-30Begin work on "join" command.Andrew Gallant