summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2018-09-04ripgrep: add --pre-glob flagAndrew Gallant
2018-09-04ripgrep: add --line-buffered and --block-bufferedAndrew Gallant
2018-09-04grep-cli: introduce new grep-cli crateAndrew Gallant
2018-08-27doc: clarify and fix typoAndrew Gallant
2018-08-27ripgrep: use 'ignore' for skipping stdoutAndrew Gallant
2018-08-26ripgrep: add --sort and --sortr flagsAndrew Gallant
2018-08-26ignore: add 'same_file_system' optionAndrew Gallant
2018-08-25ripgrep: use winapi-util for stdin_is_readableAndrew Gallant
2018-08-21doc: update ripgrep's descriptionAndrew Gallant
2018-08-21ripgrep: remove workaround for std bugAndrew Gallant
2018-08-21ripgrep: move minimum version to Rust stableAndrew Gallant
2018-08-21ripgrep: make --no-pcre2-unicode the canonical flagAndrew Gallant
2018-08-20ripgrep: small cleanupsgrep-search-0.1.0grep-regex-0.1.0grep-printer-0.1.0grep-pcre2-0.1.0grep-matcher-0.1.0grep-0.2.0Andrew Gallant
2018-08-20ripgrep: add --no-multiline-dotalldana
2018-08-20ripgrep: fix typos in option descriptionsdana
2018-08-20ripgrep: migrate to libripgrepAndrew Gallant
2018-07-22ripgrep: when given no patterns, don't matchAndrew Gallant
2018-07-22ripgrep: stop early when --files --quiet is usedAndrew Gallant
2018-07-22ripgrep: don't skip tar archivesAndrew Gallant
2018-07-22ripgrep: add --no-ignore-global flagAndrew Gallant
2018-07-22ripgrep: improve usage documentationAndrew Gallant
2018-07-22ripgrep: better --path-separator error messageAndrew Gallant
2018-07-21ripgrep: add --no-pre switchAndrew Gallant
2018-07-21ripgrep: replace decoder with encoding_rs_ioAndrew Gallant
2018-07-21ripgrep: reformat --pre warningAndrew Gallant
2018-07-21ripgrep: add warning to --pre flagAndrew Gallant
2018-07-21ripgrep: add --pre flagCharles Blake
2018-07-21ripgrep: add support for lz4 decompressionKalle Samuels
2018-06-25ripgrep: rename --maxdepth to --max-depthdana
2018-06-25ripgrep: add --fixed-strings flagdana
2018-06-23ripgrep/printer: fix small performance regressionAndrew Gallant
2018-06-23ripgrep: use new BufferedStandardStream from termcolorAndrew Gallant
2018-06-19ripgrep: use exit code 2 to indicate errorJon Surrell
2018-04-23output: remove unnecessary mut bindingAndrew Gallant
2018-04-23output: remove --line-number-width flagAndrew Gallant
2018-04-23output: add --no-column flagAndrew Gallant
2018-04-23logging: add new --no-ignore-messages flagAndrew Gallant
2018-04-23doc: more specific docs for --no-messagesAndrew Gallant
2018-03-13grep: upgrade to regex-syntax 0.5Andrew Gallant
2018-03-12deps: update regex crateAndrew Gallant
2018-03-10output: add --stats flagBalaji Sivaraman
2018-03-10args: treat --count --only-matching as --count-matchesAndrew Gallant
2018-03-10search: add a --count-matches flagBalaji Sivaraman
2018-03-10cleanup: rename match_count to match_line_countBalaji Sivaraman
2018-03-10search: add -b/--byte-offset flagBalaji Sivaraman
2018-03-10mmap: handle ENOMEM errorAndrew Gallant
2018-02-23doc: use PATTERNFILE for -f/--file flagAndrew Gallant
2018-02-20termcolor: add underline supportBalaji Sivaraman
2018-02-18doc: clarify --ignore-file flagCosmin Lehene
2018-02-17doc: fix files-with-matches typoUwe Dauernheim