1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-07-11 14:30:24 +02:00

Commit Graph

  • 56e8864426 grep-matcher: add LineTerminator::is_suffix Andrew Gallant 2018-09-07 11:56:30 -04:00
  • b8f619d16e readme: a few clarifications Andrew Gallant 2018-09-07 12:05:08 -04:00
  • 83dff33326 deps: update various deps Andrew Gallant 2018-09-04 23:29:22 -04:00
  • 003c3695f4 deps: update grep version Andrew Gallant 2018-09-04 23:29:05 -04:00
  • 10777c150d grep-0.2.1 grep-0.2.1 Andrew Gallant 2018-09-04 23:25:39 -04:00
  • 827179250b changelog: assign feature id grep-cli-0.1.0 Andrew Gallant 2018-09-04 23:24:22 -04:00
  • fd22cd520b windows: fix unused warnings on Windows Andrew Gallant 2018-09-04 22:54:13 -04:00
  • 241bc8f8fc ripgrep: add --pre-glob flag Andrew Gallant 2018-09-04 22:45:24 -04:00
  • b6e30124e0 ripgrep: add --line-buffered and --block-buffered Andrew Gallant 2018-09-04 21:39:05 -04:00
  • 4846d63539 grep-cli: introduce new grep-cli crate Andrew Gallant 2018-08-29 20:53:52 -04:00
  • 13c47530a6 ignore/types: add pascal type helloer 2018-09-03 13:25:07 +02:00
  • 328f4369e6 doc: fix typos Jakub Wilk 2018-08-31 17:22:52 +02:00
  • 04518e32e7 deps: update other crates Andrew Gallant 2018-08-30 23:03:07 -04:00
  • f2eaf5b977 deps: update termcolor for perf tweaks Andrew Gallant 2018-08-30 22:57:01 -04:00
  • 3edeeca6e9 changelog: fix typo Andrew Gallant 2018-08-29 18:46:34 -04:00
  • c41b353009 changelog: update Andrew Gallant 2018-08-29 18:25:08 -04:00
  • d18839f3dc ignore: add into_path for DirEntry (#1031) Aaron Power 2018-08-28 23:27:34 +01:00
  • 8f978a3cf7 doc: clarify and fix typo Andrew Gallant 2018-08-27 19:13:57 -04:00
  • 87b745454d ripgrep: use 'ignore' for skipping stdout Andrew Gallant 2018-08-27 21:17:58 -04:00
  • e5bb750995 ignore: add 'stdout' skipping to the walker Andrew Gallant 2018-08-27 21:16:41 -04:00
  • d599f0b3c7 complete: don't complete bare pattern after -f dana 2018-08-26 23:58:58 -05:00
  • 40e310a9f9 ripgrep: add --sort and --sortr flags Andrew Gallant 2018-08-25 22:53:27 -04:00
  • 510f15f4da ignore: add sort_by_file_path builder method Andrew Gallant 2018-08-25 22:52:24 -04:00
  • f9ce7a84a8 ignore: add 'same_file_system' option Andrew Gallant 2018-08-25 21:08:42 -04:00
  • 1b6089674e deps: more updates Andrew Gallant 2018-08-25 18:03:17 -04:00
  • 05a0389555 ripgrep: use winapi-util for stdin_is_readable Andrew Gallant 2018-08-25 00:25:45 -04:00
  • 16353bad6e deps: update various deps Andrew Gallant 2018-08-25 00:19:40 -04:00
  • fe442de091 changelog: fix typo Tim Kilbourn 2018-08-23 10:17:27 -07:00
  • 1bb8b7170f doc: clarify use of SIMD features Andrew Gallant 2018-08-23 09:55:31 -04:00
  • 55ed698a98 deps: update walkdir minimum version Andrew Gallant 2018-08-23 09:54:45 -04:00
  • f1e025873f deps: update dependencies Andrew Gallant 2018-08-22 20:48:35 -04:00
  • 033ad2b8e4 deps: update clap Andrew Gallant 2018-08-21 23:10:34 -04:00
  • 098a8ee843 deps: various patch upgrades Andrew Gallant 2018-08-21 22:00:31 -04:00
  • 2f3dbf5fee ignore: fix false positive in path_is_symlink Andrew Gallant 2018-08-21 21:58:27 -04:00
  • 5c80e4adb6 release: better support for binary Debian package Andrew Gallant 2018-08-21 21:26:18 -04:00
  • fcd1853031 doc: update ripgrep's description Andrew Gallant 2018-08-21 21:24:02 -04:00
  • 74a89be641 grep-printer: fix bug in printing truncated lines Andrew Gallant 2018-08-21 20:53:21 -04:00
  • 5b1ce8bdc2 tests: touch up tests on Windows Andrew Gallant 2018-08-21 20:26:33 -04:00
  • 1529ce3341 ripgrep: remove workaround for std bug Andrew Gallant 2018-08-21 20:22:08 -04:00
  • 95a4f15916 ignore: clarify docs for DirEntry::error Andrew Gallant 2018-08-21 19:59:33 -04:00
  • 0eef05142a ripgrep: move minimum version to Rust stable Andrew Gallant 2018-08-21 19:47:12 -04:00
  • edd6eb4e06 ripgrep: make --no-pcre2-unicode the canonical flag Andrew Gallant 2018-08-21 18:35:19 -04:00
  • 7ac9782970 doc: fix typo Andrew Gallant 2018-08-20 18:00:14 -04:00
  • 180054d7dc doc: caveats Andrew Gallant 2018-08-20 17:58:29 -04:00
  • 7eaaa04c69 ripgrep: small cleanups grep-search-0.1.0 grep-regex-0.1.0 grep-printer-0.1.0 grep-pcre2-0.1.0 grep-matcher-0.1.0 grep-0.2.0 Andrew Gallant 2018-08-20 17:34:40 -04:00
  • 87a627631c doc: add section on PCRE2 performance Andrew Gallant 2018-08-20 17:25:07 -04:00
  • 9df60e164e deps: update other dependencies to latest Andrew Gallant 2018-08-20 07:39:43 -04:00
  • afa06c518a deps: update libripgrep crate versions Andrew Gallant 2018-08-20 07:26:56 -04:00
  • e46aeb34f8 ignore/types: add .mako and .mao for Mako templates Andy Freeland 2018-08-20 09:34:37 -07:00
  • d8f187e990 complete: add completion reference guide dana 2018-08-20 08:57:54 -05:00
  • 7d93d2ab05 ripgrep: add --no-multiline-dotall dana 2018-08-19 13:12:06 -05:00
  • 9ca2d68e94 ripgrep: fix typos in option descriptions dana 2018-08-19 12:13:51 -05:00
  • 60b0e3ff80 complete: update wording, exclusion, &c. dana 2018-08-19 12:11:41 -05:00
  • 3a1c081c13 test_complete: match certain long options in description bodies dana 2018-08-19 12:12:46 -05:00
  • d5c0b03030 changelog: massive update for libripgrep Andrew Gallant 2018-08-19 10:16:19 -04:00
  • eb184d7711 tests: re-tool integration tests Andrew Gallant 2018-08-06 20:11:58 -04:00
  • bb110c1ebe ripgrep: migrate to libripgrep Andrew Gallant 2018-08-03 17:26:22 -04:00
  • d9ca529356 libripgrep: initial commit introducing libripgrep Andrew Gallant 2018-04-29 09:29:52 -04:00
  • 0958837ee1 readme: ripgrep is available in Debian Buster Sylvestre Ledru 2018-08-17 12:35:43 +02:00
  • 94be3bd4bb grep: remove senseless test Andrew Gallant 2018-08-06 19:20:04 -04:00
  • deb1de6e1e ignore/types: add *.sbt to scala type woky 2018-08-14 15:29:27 +02:00
  • dc9cb42ee8 PROGRESS: tests: re-tool integration tests ag/libripgrep-freeze-2 Andrew Gallant 2018-08-06 20:11:58 -04:00
  • 584ef9ef34 ripgrep: migrate to libripgrep Andrew Gallant 2018-08-03 17:26:22 -04:00
  • 4bce2dff5d libripgrep: initial commit introducing libripgrep Andrew Gallant 2018-04-29 09:29:52 -04:00
  • 6afdf15d85 ignore/types: add Idris, Dhall and ATS Vanessa McHale 2018-08-07 12:10:19 -05:00
  • 6cda7b24e9 readme: update debian link to 0.9.0 Jonatan Hamberg 2018-08-07 14:50:08 +03:00
  • 545db65cbc ci: test libripgrep Andrew Gallant 2018-08-05 20:02:38 -04:00
  • 4869e6972b grep: remove senseless test Andrew Gallant 2018-08-06 19:20:04 -04:00
  • acd20a803c ripgrep: remove old code ag/libripgrep-freeze-1 Andrew Gallant 2018-08-06 10:44:26 -04:00
  • f16f9cedf1 ci: test libripgrep Andrew Gallant 2018-08-05 20:02:38 -04:00
  • 7eb34e8b32 ripgrep: migrate to libripgrep Andrew Gallant 2018-08-03 17:26:22 -04:00
  • b3769ef8f1 libripgrep: initial commit introducing libripgrep Andrew Gallant 2018-04-29 09:29:52 -04:00
  • ad9befbc1d deps: update bytecount to 0.3.2 llogiq 2018-08-06 12:44:16 +02:00
  • e86d3d95c2 pkg: update brew tap to 0.9.0 Andrew Gallant 2018-08-03 17:04:36 -04:00
  • 6799dcfc0e release: 0.9.0 0.9.0 Andrew Gallant 2018-08-03 16:13:31 -04:00
  • 0fdab0ec5e grep-0.1.9 grep-0.1.9 Andrew Gallant 2018-08-03 16:12:08 -04:00
  • 74ec5b8932 deps: update termcolor and encoding_rs_io Andrew Gallant 2018-08-03 16:08:57 -04:00
  • 2913fc4cd0 tests: reduce reliance on state in tests Andrew Gallant 2018-07-29 10:15:20 -04:00
  • 7c412bb2fa tests/style: 80 columns, dammit Andrew Gallant 2018-07-29 09:40:38 -04:00
  • 651a0f1ddf ignore: fix typo Andrew Gallant 2018-07-29 08:37:24 -04:00
  • 45473ba48f ignore/style: 80 columns, dammit Andrew Gallant 2018-07-29 08:31:04 -04:00
  • 0863c75a5a ignore: fix bug in matched_path_or_any_parents Andrew Gallant 2018-07-29 08:30:53 -04:00
  • d94d99f657 ignore-0.4.3 ignore-0.4.3 Andrew Gallant 2018-07-28 11:05:27 -04:00
  • 84585908ac globset-0.4.1 globset-0.4.1 Andrew Gallant 2018-07-28 10:08:10 -04:00
  • 1611c04e6f ignore: respect XDG_CONFIG_DIR/git/config Andrew Gallant 2018-07-28 10:04:16 -04:00
  • d857ad6ed3 complete: add --no-pre, improve --pre/--search-zip exclusivity dana 2018-07-23 19:19:22 -05:00
  • 4dd2f8e40e deps: update atty and winapi Andrew Gallant 2018-07-22 13:07:48 -04:00
  • dca8110da2 ripgrep: when given no patterns, don't match Andrew Gallant 2018-07-22 12:07:18 -04:00
  • 0d11497d21 tests: be looser with gzip failure Andrew Gallant 2018-07-22 11:08:16 -04:00
  • 22ac2e056e ripgrep: stop early when --files --quiet is used Andrew Gallant 2018-07-22 11:05:24 -04:00
  • 03af61fc7b ripgrep: don't skip tar archives Andrew Gallant 2018-07-22 10:57:33 -04:00
  • 560dffd247 ripgrep: add --no-ignore-global flag Andrew Gallant 2018-07-22 10:42:32 -04:00
  • e65ca21a6c ignore: only respect .gitignore in git repos Andrew Gallant 2018-07-22 10:29:18 -04:00
  • 6771626553 ripgrep: improve usage documentation Andrew Gallant 2018-07-22 09:38:49 -04:00
  • b9c922be53 ripgrep: better --path-separator error message Andrew Gallant 2018-07-22 09:32:31 -04:00
  • 7a44cad599 deps: pin winapi to 0.3.4 Andrew Gallant 2018-07-22 09:31:22 -04:00
  • 6dc09c5b1b ripgrep: add --no-pre switch Andrew Gallant 2018-07-21 20:56:45 -04:00
  • 209a125ea2 ripgrep: replace decoder with encoding_rs_io Andrew Gallant 2018-07-21 20:36:32 -04:00
  • 090216cf00 ripgrep: reformat --pre warning Andrew Gallant 2018-07-21 17:53:55 -04:00
  • c96a358593 ripgrep: add warning to --pre flag Andrew Gallant 2018-07-21 17:50:54 -04:00