1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00
ripgrep/src
2018-02-17 08:24:31 -05:00
..
app.rs doc: fix files-with-matches typo 2018-02-17 08:24:31 -05:00
args.rs argv: tweak the meaning of zero 2018-02-06 12:07:59 -05:00
config.rs config: add persistent configuration 2018-02-04 10:40:20 -05:00
decoder.rs cleanup: replace try! with ? 2018-01-01 09:22:35 -05:00
decompressor.rs search: add support for searching compressed files 2018-01-30 09:13:53 -05:00
logger.rs logger: drop env_logger 2018-02-04 10:40:20 -05:00
main.rs config: add persistent configuration 2018-02-04 10:40:20 -05:00
pathutil.rs fix some clippy lints (#288) 2016-12-23 14:53:35 -05:00
printer.rs cleanup: replace try! with ? 2018-01-01 09:22:35 -05:00
search_buffer.rs clippy: fix warnings about useless format call and remove references that would be immediately dereferenced by the compiler. 2017-11-22 10:50:28 -05:00
search_stream.rs cleanup: replace try! with ? 2018-01-01 09:22:35 -05:00
unescape.rs couple of trivial fixes to make clippy a bit more happy (#704) 2017-12-30 16:06:16 -05:00
worker.rs worker: better error handling for memory maps 2018-01-31 19:20:36 -05:00