summaryrefslogtreecommitdiffstats
path: root/crates
AgeCommit message (Expand)Author
2021-06-12deps: update to memmap2Andrew Gallant
2021-06-01edition: manual changesAndrew Gallant
2021-06-01edition: run 'cargo fix --edition --edition-idioms --all'Andrew Gallant
2021-06-01edition: set edition=2018Andrew Gallant
2021-06-01edition: initial 'cargo fix --edition' runAndrew Gallant
2021-06-01ignore/types: config.ru and *.rbw RubyUlysse Buonomo
2021-05-31printer: trim line terminator before doing replacementsAndrew Gallant
2021-05-31globset: expand docs and impl Default for GlobSetMartin Pool
2021-05-31printer: trim line terminator before finding submatchesAndrew Gallant
2021-05-31grep: fix bugs in handling multi-line look-aroundAndrew Gallant
2021-05-31printer: fix multi-line replacement bugAndrew Gallant
2021-05-31printer: vimgrep now only prints one lineAndrew Gallant
2021-05-31cli: add --field-{context,match}-separator flagsAnthony Huang
2021-05-31globset: fix recursive suffix over matchingAndres Suarez
2021-05-31ignore: check ignore rules before issuing stat callsRichard Khoury
2021-05-31printer: fix context bug when --max-count is usedPen Tree
2021-05-31searcher: do UTF-8 BOM sniffing like UTF-16Alessandro Menezes
2021-05-31ignore/types: add redRaimon Grau
2021-05-31ignore/types: replace duplicate glob with *.aspx.vbSimon Morgan
2021-05-31cli: add -. as short option for --hiddenJoão Marcos
2021-05-31printer: fix \r\n line terminator handlingAndrew Gallant
2021-05-31cli: print warning if nothing was searchedgoto-engineering
2021-05-31doc: document '{a,b}' glob syntaxIlya Grigoriev
2021-05-31ci: check docs for all cratesMarco Ieni
2021-05-31doc: clarify --files-with-matches and --files-without-matchJade
2021-05-31doc: improve wordingVarik Valefor
2021-05-31cli: fix process leakVasili Revelas
2021-05-31searcher: remove variable shadowingVasili Revelas
2021-05-31regex: add unit tests for non-matching anchor bytesAndrew Gallant
2021-05-31args: make --passthru and -A/-B/-C override each otherAndrew Gallant
2021-05-29cli: fix arbitrary execution of program bugAndrew Gallant
2021-05-29impl: fix --multiline anchored match bugAndrew Gallant
2021-05-28ignore/types: add po files to supported typesjack1142
2021-05-15printer: fix --vimgrep for multi-line modeAndrew Gallant
2021-05-08doc: fix typo in --engine flag docsAlessandro Caputo
2021-04-15doc: clarify --hidden definitionDan Bjorge
2021-04-04ignore/types: add mintjgart
2021-03-31core: add a 'trace' messageAndrew Gallant
2021-03-31searcher: update outdated comment for buffer sizearicha1940
2021-03-23tests: fix tests for buffer size changeAndrew Gallant
2021-03-23searcher: bump buffer sizeAndrew Gallant
2021-01-30ignore/types: improve bazel globsSergei Vorobev
2021-01-25regex: s/CachedThreadLocal/ThreadLocalAndrew Gallant
2021-01-17deps: replace memmap with memmap2Andrew Gallant
2020-11-23ignore-0.4.17ignore-0.4.17Andrew Gallant
2020-11-23cli: fix stdin detection for Powershell on UnixRoey Darwish Dror
2020-11-23ignore: provide underlying IO ErrorEd Page
2020-11-20ignore/types: add yang file typeJames Harr
2020-11-16doc: update CI links in crate READMEsAndrew Gallant
2020-11-15doc: sync --help output with man pageAndrew Gallant