1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00
ripgrep/src
2016-09-25 21:27:17 -04:00
..
args.rs Don't use an intermediate buffer when --threads=1. 2016-09-25 21:27:17 -04:00
atty.rs On Windows, always consider stdin to be a tty. 2016-09-25 20:00:29 -04:00
gitignore.rs Permit whitelisting hidden files in ignores. 2016-09-25 18:31:41 -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 use an intermediate buffer when --threads=1. 2016-09-25 21:27:17 -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 Make printing paths a bit faster. 2016-09-25 21:23:26 -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 ts type for typescript 2016-09-25 17:16:15 +02:00
walk.rs Some minor performance tweaks. 2016-09-16 16:13:28 -04:00