1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00
ripgrep/src
Andrew Gallant f27aa3ff6f Add regression test.
Fixes #106.
2016-09-26 18:55:26 -04:00
..
args.rs Don't initialize ignores for file arguments. 2016-09-26 18:44:19 -04:00
atty.rs On Windows, always consider stdin to be a tty. 2016-09-25 20:00:29 -04:00
gitignore.rs Add regression test. 2016-09-26 18:55:26 -04:00
glob.rs Add curly brace alternates to glob format. 2016-09-25 17:28:23 -04:00
ignore.rs Permit whitelisting hidden files in ignores. 2016-09-25 18:31:41 -04:00
main.rs Don't quit if opening a file fails. 2016-09-26 18:44:19 -04:00
out.rs Don't use an intermediate buffer when --threads=1. 2016-09-25 21:27:17 -04:00
pathutil.rs Fix Windows compilation error. 2016-09-25 20:00:29 -04:00
printer.rs fix windows 2016-09-25 21:48:01 -04:00
search_buffer.rs Stop after first match is found with --quiet. 2016-09-25 15:01:29 -04:00
search_stream.rs Don't replace NUL bytes when searching binary files as text. 2016-09-25 21:26:49 -04:00
terminal_win.rs Stream results when feasible. 2016-09-13 21:11:46 -04:00
terminal.rs Stream results when feasible. 2016-09-13 21:11:46 -04:00
types.rs Add SystemVerilog (SV) type 2016-09-26 15:24:35 -04:00
walk.rs Some minor performance tweaks. 2016-09-16 16:13:28 -04:00