summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2016-09-20Add an error message for catching a common failure mode.Andrew Gallant
2016-09-15Rework glob sets.Andrew Gallant
2016-09-14Replace crossbeam with deque.Andrew Gallant
2016-09-13We don't use thread_local any more, so remove it.Andrew Gallant
2016-09-13Stream results when feasible.0.0.19Andrew Gallant
2016-09-11We don't need regex-syntax directly in ripgrep.Andrew Gallant
2016-09-10Rename search module to search_stream.Andrew Gallant
2016-09-10Rejigger the atty detection stuff.Andrew Gallant
2016-09-08Refactor how coloring is done.0.0.14Andrew Gallant
2016-09-07Hack in Windows console coloring.0.0.11Andrew Gallant
2016-09-06Add support for memory maps.Andrew Gallant
2016-09-06Only create the Grep searcher once.Andrew Gallant
2016-09-05Whoops. Remove other bits of parking lot.Andrew Gallant
2016-09-05Fix deps so that others can build it.Andrew Gallant
2016-09-05More progress. With coloring!Andrew Gallant
2016-09-05TODOs and some cleanup/refactoring.Andrew Gallant
2016-09-05Lots of progress:Andrew Gallant
2016-09-03making search work (finally)Andrew Gallant
2016-09-03progress on after contextsAndrew Gallant
2016-09-02Switch to Chase-Lev work stealing queue.Andrew Gallant
2016-09-01Make "before" context work.Andrew Gallant
2016-08-29The search code is a mess, but...Andrew Gallant
2016-08-28Lots of improvements. Most notably, removal of memory maps for searching.Andrew Gallant
2016-08-28Implementing core functionality.Andrew Gallant
2016-08-27File path filtering works and is pretty fast.Andrew Gallant
2016-08-25globbing by regexAndrew Gallant
2016-08-05updateAndrew Gallant
2016-06-20refactor progressAndrew Gallant
2016-04-03updateAndrew Gallant
2016-03-30tweaksAndrew Gallant
2016-03-29progressAndrew Gallant
2016-03-28progressAndrew Gallant
2016-03-10beating 'grep -E' on some thingsAndrew Gallant
2016-02-27initial commitAndrew Gallant