summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-03-15ripgrep: release 12.0.0ignore-0.4.12grep-searcher-0.1.7grep-regex-0.1.6grep-printer-0.1.4grep-pcre2-0.1.4grep-matcher-0.1.4grep-cli-0.1.4grep-0.2.5globset-0.4.5Andrew Gallant
2020-03-15changelog: prepare for 12.0.0 releaseAndrew Gallant
2020-03-15ci: make script names consistentAndrew Gallant
2020-03-15ci: remove Travis and appveyor specific stuffAndrew Gallant
2020-03-15ci: rebuild release infrastructure on GitHub ActionsAndrew Gallant
2020-03-15readme: update file sizeAndrew Gallant
2020-03-15readme: add 'Unicode' label to ugrepAndrew Gallant
2020-03-15readme: update benchmarksAndrew Gallant
2020-03-15regex: avoid using literal optimizations when whitespace is detectedAndrew Gallant
2020-03-15style: fix rust-analyzer lint warningsAndrew Gallant
2020-03-15cli: add --no-ignore-files flagAndrew Gallant
2020-03-15doc: clarify globing behaviorAndrew Gallant
2020-03-15doc: remove CPU features from man pagesAndrew Gallant
2020-03-15doc: note ripgrep's stdin behaviorAndrew Gallant
2020-03-15cli: add engine flagpierrenn
2020-03-15args: refactor to permit adding other enginespierrenn
2020-03-15style: fix rust-analyzer lints in coreAndrew Gallant
2020-03-15deps: update everythingAndrew Gallant
2020-02-28crates: update URLs in Cargo.tomlchip
2020-02-28ignore/types: add coq typeWolf Honore
2020-02-27ci: fix ci by removing fetch-depth 1pierreN
2020-02-22doc: be more vague in the FAQAndrew Gallant
2020-02-21globset: Implement serde::{Serialize, Deserialize} for GlobLucien Greathouse
2020-02-20readme: update CI badgeAndrew Gallant
2020-02-20ignore: another simplificationAndrew Gallant
2020-02-20ignore: simplify parallel worker initializationAndrew Gallant
2020-02-20ci: switch build to GitHub ActionsAndrew Gallant
2020-02-20ignore: fix parallel traversalAndrew Gallant
2020-02-20tests: add debugging outputAndrew Gallant
2020-02-20tests: use std::env::consts::EXE_SUFFIXAndrew Gallant
2020-02-20tests: make 'cross test' workAndrew Gallant
2020-02-20ci: soft-disable Travis and AppVeyorAndrew Gallant
2020-02-19ignore/types: add K typeasymmetric
2020-02-17repo: make ripgrep build with the new organizationAndrew Gallant
2020-02-17repo: move all source code in crates directoryAndrew Gallant
2020-02-17style: rustfmt everythingAndrew Gallant
2020-02-17ci: check rustfmt in TravisAndrew Gallant
2020-02-17ci: set MSRV to Rust 1.41.0Andrew Gallant
2020-02-17changelog: add commit linksAndrew Gallant
2020-02-17ignore: rework inter-thread messagingzsugabubus
2020-02-17ignore: treat symbolic links to directories as directoriesAndrew Gallant
2020-02-17cli: add --no-unicode, deprecate --no-pcre2-unicodeAndrew Gallant
2020-02-17cli: add --no-require-git flagAndrew Gallant
2020-02-17deb: fix fish completion install locationAndrew Gallant
2020-02-17ignore: make walker visit untraversable directoriesJakub Wieczorek
2020-02-17grep-regex: fix inner literal extraction bugJakub Wieczorek
2020-02-17ignore: allow post-processing at end-of-threadEd Page
2020-02-17core: simplify parallel walking using borrowsEd Page
2020-02-17ignore: allow parallel walker to borrow dataEd Page
2020-02-17changelog: highlight a bad performance regressionAndrew Gallant