1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-06-14 22:15:13 +02:00
Commit Graph

10 Commits

Author SHA1 Message Date
2bda77c414 Fix deps so that others can build it. 2016-09-05 18:22:12 -04:00
0bf278e72f making search work (finally) 2016-09-03 21:48:23 -04:00
d011cea053 The search code is a mess, but...
... we now support inverted matches and line numbers!
2016-08-29 22:44:15 -04:00
1c8379f55a Implementing core functionality.
Initially experimenting with crossbeam to manage synchronization.
2016-08-28 01:37:12 -04:00
957f90c898 docs and small polish 2016-08-24 18:33:35 -04:00
61f49ba716 Remove the buffered reader.
We really need functionality like this when memory maps aren't suitable,
either because they're too slow or because they just aren't available (like
for reading stdin). However, this particular approach was completely bunk.
Namely, the interface was all wrong. The caller needs to maintain some kind
of control over the search buffers for special output features (like
contexts or inverted matching), but this interface as written doesn't
support that kind of pattern at all.

So... back to the drawing board.
2016-08-24 18:06:42 -04:00
e97d75c024 Refactor buffered test. 2016-08-08 19:17:25 -04:00
076eeff3ea update 2016-08-05 00:10:58 -04:00
a3f609222c progress 2016-06-22 21:19:02 -04:00
0163b39faa refactor progress 2016-06-20 16:55:13 -04:00