summaryrefslogtreecommitdiffstats
path: root/grep
AgeCommit message (Expand)Author
2017-03-12Bump and update deps.wincolor-0.1.3termcolor-0.3.1ignore-0.1.8grep-0.1.6globset-0.1.4Andrew Gallant
2017-03-12Add license files to each crate.Andrew Gallant
2017-01-130.4.00.4.0Andrew Gallant
2017-01-01Update to regex 0.2.Andrew Gallant
2016-12-30bump various versionsAndrew Gallant
2016-12-27Remove superfluous memmap dependency in `grep` crate.Andrew Gallant
2016-11-28Disable Unicode mode for literal regex.Andrew Gallant
2016-11-28Detect more uppercase literals for --smart-case.Andrew Gallant
2016-11-06grep-0.1.4grep-0.1.4Andrew Gallant
2016-11-06Fixes a bug with --smart-case.Andrew Gallant
2016-10-29Move all gitignore matching to separate crate.Andrew Gallant
2016-10-10Fix debug expression statement.Andrew Gallant
2016-09-25grep 0.1.3Andrew Gallant
2016-09-25Don't union inner literals of repetitions.Andrew Gallant
2016-09-24Add --smart-case.Andrew Gallant
2016-09-21grep 0.1.2Andrew Gallant
2016-09-21Fix a performance bug where using -w could result in very bad performance.Andrew Gallant
2016-09-21Bump regex version.Andrew Gallant
2016-09-17grep 0.1.1Andrew Gallant
2016-09-16Improve the "bad literal" error message.Andrew Gallant
2016-09-13add readmeAndrew Gallant
2016-09-13update grep Cargo.tomlAndrew Gallant
2016-09-11Update regex.Andrew Gallant
2016-09-10Fix off-by-one bug in searcher.Andrew Gallant
2016-09-08Rename xrep to ripgrep.Andrew Gallant
2016-09-06Fix grep match iterator.Andrew Gallant
2016-09-06Fix required literal handling and add debug prints.Andrew Gallant
2016-09-05Fix deps so that others can build it.Andrew Gallant
2016-09-03making search work (finally)Andrew Gallant
2016-08-29The search code is a mess, but...Andrew Gallant
2016-08-28Implementing core functionality.Andrew Gallant
2016-08-24docs and small polishAndrew Gallant
2016-08-24Remove the buffered reader.Andrew Gallant
2016-08-08Refactor buffered test.Andrew Gallant
2016-08-05updateAndrew Gallant
2016-06-22progressAndrew Gallant
2016-06-20refactor progressAndrew Gallant