summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2019-05-29progressag/snafuAndrew Gallant
2019-04-25ci: use cross for musl x86_64 buildsAndrew Gallant
2019-04-24alloc: use jemalloc when building with muslAndrew Gallant
2019-04-14ripgrep: add --pcre2-version flagAndrew Gallant
2019-01-26exit: tweak exit status logicAndrew Gallant
2019-01-19edition: move core ripgrep to Rust 2018Andrew Gallant
2018-09-04grep-cli: introduce new grep-cli crateAndrew Gallant
2018-08-25ripgrep: use winapi-util for stdin_is_readableAndrew 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: migrate to libripgrepAndrew Gallant
2018-07-22ripgrep: stop early when --files --quiet is usedAndrew Gallant
2018-07-21ripgrep: replace decoder with encoding_rs_ioAndrew Gallant
2018-07-21ripgrep: add --pre flagCharles Blake
2018-06-23ripgrep: use new BufferedStandardStream from termcolorAndrew Gallant
2018-06-19ripgrep: use exit code 2 to indicate errorJon Surrell
2018-04-23logging: add new --no-ignore-messages flagAndrew Gallant
2018-03-10output: add --stats flagBalaji Sivaraman
2018-03-10cleanup: rename match_count to match_line_countBalaji Sivaraman
2018-02-04config: add persistent configurationAndrew Gallant
2018-02-04logger: drop env_loggerAndrew Gallant
2018-02-01windows: fix OneDrive traversalsAndrew Gallant
2018-01-31worker: better error handling for memory mapsAndrew Gallant
2018-01-31style: remove eprintln macroAndrew Gallant
2018-01-30search: add support for searching compressed filesBalaji Sivaraman
2017-11-22clippy: main.rs: call Clone() on trait instead of ref-counted pointers and pa...Matthias Krüger
2017-09-18Avoid expensive check with --files (fixes #600)Christof Marti
2017-08-27restore the default SIGPIPE behavior as a temporary workaroundJack O'Connor
2017-08-08Remove unused libc dependencyVurich
2017-05-19Make --quiet flag apply when using --files optionMarc Tiehuis
2017-03-12Add support for additional text encodings.Andrew Gallant
2017-02-18Remove Windows deps from ripgrep proper.Andrew Gallant
2017-01-15Replace internal atty module with atty crate.Andrew Gallant
2017-01-09Don't search stdout redirected file.Andrew Gallant
2016-12-24Remove special ^C handling.Andrew Gallant
2016-12-24Small code cleanups.Andrew Gallant
2016-12-04Simplify code.Andrew Gallant
2016-11-20Completely re-work colored output and tty handling.Andrew Gallant
2016-11-17Switch from Docopt to Clap.Andrew Gallant
2016-11-06Don't ever search directories.Andrew Gallant
2016-11-06Always search paths given by user.Andrew Gallant
2016-11-06Add --no-messages flag.Andrew Gallant
2016-11-06Add -m/--max-count flag.Andrew Gallant
2016-11-05Add parallel recursive directory iterator.Andrew Gallant
2016-10-29Reset the terminal when Ctrl-C is pressedBrian Campbell
2016-10-29Move all gitignore matching to separate crate.Andrew Gallant
2016-10-11Switch to thread_local crate in lieu of thread_local!.Andrew Gallant
2016-09-30Move glob implementation to new crate.Andrew Gallant
2016-09-28Be better with short circuiting with --quiet.Andrew Gallant
2016-09-26Don't print empty lines in single threaded mode.Andrew Gallant
2016-09-26Don't quit if opening a file fails.Andrew Gallant