summaryrefslogtreecommitdiffstats
path: root/grep/src
AgeCommit message (Expand)Author
2018-09-04grep-cli: introduce new grep-cli crateAndrew Gallant
2018-08-20ripgrep: migrate to libripgrepAndrew Gallant
2018-08-15grep: remove senseless testAndrew Gallant
2018-07-17grep: small literal detection fixAndrew Gallant
2018-03-13grep: add "perfect" smart case detectionAndrew Gallant
2018-03-13grep: upgrade to regex-syntax 0.5Andrew Gallant
2018-01-01cleanup: replace try! with ?Balaji Sivaraman
2017-12-18Improve detection of upper-case characters by smart-case featuredana
2017-01-01Update to regex 0.2.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-06Fixes a bug with --smart-case.Andrew Gallant
2016-10-10Fix debug expression statement.Andrew Gallant
2016-09-25Don't union inner literals of repetitions.Andrew Gallant
2016-09-24Add --smart-case.Andrew Gallant
2016-09-21Fix a performance bug where using -w could result in very bad performance.Andrew Gallant
2016-09-16Improve the "bad literal" error message.Andrew Gallant
2016-09-10Fix off-by-one bug in searcher.Andrew Gallant
2016-09-06Fix grep match iterator.Andrew Gallant
2016-09-06Fix required literal handling and add debug prints.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