summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2017-07-07Tweak long_version features outputGabriel
2017-07-07Update `--version` output to show compile-time featuresdana
2017-07-03add --iglob flagPeter S Panov
2017-06-15fix word boundary w/ capture groupEvan.Mattiza
2017-06-12Use clap's overrides_with and default_value_ifEric Nielsen
2017-06-01Use uppercase for required argument namesEric Nielsen
2017-05-29Fix another bug in -o/--only-matching.Andrew Gallant
2017-05-26Update help and man pagesEric Nielsen
2017-05-26Remove vestigial color function from src/args.rsEric Nielsen
2017-05-25Update documentation for --color ansiEric Nielsen
2017-05-24Should show filename for one file with vimgrepEric Nielsen
2017-05-19Make --quiet flag apply when using --files optionMarc Tiehuis
2017-04-21Fix reiteration of the first found match with --only-mathing flagRoman Proskuryakov
2017-04-12Use for_label_no_replacement.Andrew Gallant
2017-04-12Add dfa-size-limit and regex-size-limit argumentsMarc Tiehuis
2017-04-09Add ability to colorize column numbers.Andrew Gallant
2017-04-09Add `-o/--only-matching` flag.Roman Proskuryakov
2017-04-05updates clap and removes home rolled -h/--help distinctionKevin K
2017-04-05fix typo in commentKosta Welke
2017-03-31Enforce 79 column limit. Grr.Andrew Gallant
2017-03-31Improves Printer, fixes some bugsRoman Proskuryakov
2017-03-28Add -0 shortcut for --nullRoman Proskuryakov
2017-03-14remove allow(dead_code)Andrew Gallant
2017-03-12Fix interaction with clap.Andrew Gallant
2017-03-12Add new -M/--max-columns option.Ralf Jung
2017-03-12No line numbers when searching only stdin.Andrew Gallant
2017-03-12Stop aggressive inlining.Andrew Gallant
2017-03-12Add support for additional text encodings.Andrew Gallant
2017-03-08Remove clap validator + add max-filesize integration testsMarc Tiehuis
2017-03-08Add `--max-filesize` option to clitiehuis
2017-02-18Tweak how binary files are handled internally.Andrew Gallant
2017-02-18Don't parses regexes with --files.Andrew Gallant
2017-02-18Permit --heading to override --no-heading.Andrew Gallant
2017-02-18Remove Windows deps from ripgrep proper.Andrew Gallant
2017-02-09termcolor: add support for output to standard errorPeter Williams
2017-01-15Replace internal atty module with atty crate.Andrew Gallant
2017-01-13Use basic SGR sequences when possible.Andrew Gallant
2017-01-11Make --column imply --line-number.Andrew Gallant
2017-01-10Add --path-separator flag.Andrew Gallant
2017-01-10Add example to -r/--replace docs.Andrew Gallant
2017-01-09Don't search stdout redirected file.Andrew Gallant
2017-01-08Remove trivial condition.Daniel Luz
2017-01-07Provide a mechanism to compose type definitionsIan Kerins
2017-01-06Fix spacing issue in --help output.Andrew Gallant
2017-01-06Add --sort-files flag.Andrew Gallant
2017-01-06Rejigger bold and intense settings.Andrew Gallant
2017-01-01Update to regex 0.2.Andrew Gallant
2016-12-24Remove special ^C handling.Andrew Gallant
2016-12-24Small code cleanups.Andrew Gallant
2016-12-23fix some clippy lints (#288)Leonardo Yvens