summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2019-08-01doc: improve PCRE2 failure mode documentationAndrew Gallant
2019-08-01ripgrep: fix bug when CWD has directory named `-`Ninan John
2019-08-01ripgrep: add --glob-case-insensitivedana
2019-07-04doc: improve docs for --replace flagHugo Locurcio
2019-06-26bstr: update everything to bstr 0.2Andrew Gallant
2019-06-18search: a few small touchupsAndrew Gallant
2019-06-16search: better errors for preprocessor commandsAndrew Gallant
2019-06-16style: fix deprecationsAndrew Gallant
2019-04-25ci: use cross for musl x86_64 buildsAndrew Gallant
2019-04-24alloc: use jemalloc when building with muslAndrew Gallant
2019-04-15doc: add note about --pre-globAndrew Gallant
2019-04-15ripgrep: max-column-preview --> max-columns-previewAndrew Gallant
2019-04-14ripgrep: add --auto-hybrid-regex flagAndrew Gallant
2019-04-14ripgrep: increase pcre2's default JIT stack sizeAndrew Gallant
2019-04-14ripgrep: add --pcre2-version flagAndrew Gallant
2019-04-14ripgrep: add -I as a short option for --no-filenameAndrew Gallant
2019-04-14printer: support previews for long linesAndrew Gallant
2019-04-14binary: rejigger ripgrep's handling of binary filesAndrew Gallant
2019-04-07regex: make multi-literal searcher fasterAndrew Gallant
2019-04-06searcher: add option to disable BOM sniffinglesnyrumcajs
2019-04-06ripgrep: remove extra new-line after Clap outputdana
2019-04-05config: switch to using bstrsAndrew Gallant
2019-01-29deprecated: remove use of ATOMIC_BOOL_INITAndrew Gallant
2019-01-26search: fix -F and -f interaction bugAndrew Gallant
2019-01-26exit: tweak exit status logicAndrew Gallant
2019-01-26args: prevent panicking in 'rg -h | rg'Andrew Gallant
2019-01-26doc: clarify automatic encoding detectionAndrew Gallant
2019-01-26fmt: shorten --ignore-file-case-insensitive descriptionAndrew Gallant
2019-01-26config: add --no-ignore-dot flagAndrew Gallant
2019-01-23ripgrep: don't skip stdout in --files modeRob Lourens
2019-01-22grep-cli: support Brotli/Zstd decompressiondana
2019-01-22ripgrep: add --ignore-file-case-insensitiveDavid Torosyan
2019-01-19edition: move core ripgrep to Rust 2018Andrew Gallant
2019-01-05doc: fix typoMarco Hinz
2018-11-06doc: escape braces in AsciiDocAndrew Gallant
2018-09-25ripgrep: suggest -U/--multilineAndrew Gallant
2018-09-10doc: fix typoGabe Berke-Williams
2018-09-08pcre2: use jit_if_availablegrep-pcre2-0.1.2grep-0.2.3Andrew Gallant
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