summaryrefslogtreecommitdiffstats
path: root/grep
AgeCommit message (Expand)Author
2018-09-04grep-cli: introduce new grep-cli crateAndrew Gallant
2018-08-23deps: update walkdir minimum versionAndrew Gallant
2018-08-21ignore: fix false positive in path_is_symlinkAndrew Gallant
2018-08-20deps: update libripgrep crate versionsAndrew Gallant
2018-08-20ripgrep: migrate to libripgrepAndrew Gallant
2018-08-15grep: remove senseless testAndrew Gallant
2018-08-03grep-0.1.9grep-0.1.9Andrew Gallant
2018-07-17grep: small literal detection fixAndrew Gallant
2018-05-07deps: update regex to 1.0Bastien Orivel
2018-03-13grep: add "perfect" smart case detectionAndrew Gallant
2018-03-13grep: upgrade to regex-syntax 0.5Andrew Gallant
2018-03-12deps: update regex crateAndrew Gallant
2018-02-11grep: release 0.1.8grep-0.1.8Andrew Gallant
2018-02-04logger: drop env_loggerAndrew Gallant
2018-01-01cleanup: replace try! with ?Balaji Sivaraman
2017-12-18Improve detection of upper-case characters by smart-case featuredana
2017-10-21cargo: bump to 0.7.0ignore-0.3.0grep-0.1.7globset-0.2.10.7.0Andrew Gallant
2017-10-21deps: upgrade to memchr 2Andrew Gallant
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