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

Commit Graph

  • f99b991117 ignore/types: add zig John Schmidt 2019-02-08 14:12:40 +01:00
  • de0bc78982 deps: bump encoding_rs to 0.8.16 Andrew Gallant 2019-02-07 17:05:14 -05:00
  • 147e96914c ignore/types: *.dtx and *.ins added for tex Steffen Banhardt 2019-01-31 15:06:19 +01:00
  • 0abc40c23c readme: bump MSRV Andrew Gallant 2019-01-29 13:10:43 -05:00
  • f768796e4f deps: update other deps Andrew Gallant 2019-01-29 13:08:56 -05:00
  • da0c0c4705 deps: update to crossbeam-channel 0.3.8 Andrew Gallant 2019-01-29 13:07:37 -05:00
  • 05411b2b32 deprecated: remove use of ATOMIC_BOOL_INIT Andrew Gallant 2019-01-29 13:05:16 -05:00
  • cc93db3b18 cargo: include auto-generated message Andrew Gallant 2019-01-29 13:04:40 -05:00
  • 049354b766 readme: remove EOL Fedora install instructions Alex Macleod 2019-01-28 13:15:36 +00:00
  • 386dd2806d changelog: BUG #916 Andrew Gallant 2019-01-27 13:15:17 -05:00
  • 5fe9a954e6 changelog: BUG #1154 Andrew Gallant 2019-01-27 13:05:50 -05:00
  • f158a42a71 ignore: correctly detect hidden files on Windows Andrew Gallant 2019-01-27 10:45:09 -05:00
  • 5724391d39 doc: small updates to the FAQ and GUIDE Andrew Gallant 2019-01-26 16:19:09 -05:00
  • 0df71240ff search: fix -F and -f interaction bug Andrew Gallant 2019-01-26 16:00:43 -05:00
  • f3164f2615 exit: tweak exit status logic Andrew Gallant 2019-01-26 15:42:55 -05:00
  • 31d3e24130 args: prevent panicking in 'rg -h | rg' Andrew Gallant 2019-01-26 14:36:34 -05:00
  • bf842dbc7f doc: add note about inverted flags Andrew Gallant 2019-01-26 14:12:47 -05:00
  • 6d5dba85bd doc: clarify automatic encoding detection Andrew Gallant 2019-01-26 13:55:17 -05:00
  • afb89bcdad fmt: shorten --ignore-file-case-insensitive description Andrew Gallant 2019-01-26 13:45:02 -05:00
  • 332dc56372 changelog: BUG #1095 Andrew Gallant 2019-01-26 13:40:59 -05:00
  • 12a6ca45f9 config: add --no-ignore-dot flag Andrew Gallant 2019-01-26 13:40:12 -05:00
  • 9d703110cf regex: make CRLF hack more robust Andrew Gallant 2019-01-26 12:25:21 -05:00
  • e99b6bda0e deps: bump regex-syntax to 0.6.5 Andrew Gallant 2019-01-26 12:20:02 -05:00
  • 276e2c9b9a searcher: always strip BOM Andrew Gallant 2019-01-25 17:18:57 -05:00
  • 9a9f54d44c readme: encoding_rs's SIMD support is broken Andrew Gallant 2019-01-24 06:58:28 -05:00
  • 47833b9ce7 deps: update removal of grep devdeps Andrew Gallant 2019-01-23 20:14:37 -05:00
  • 44a9e37737 ignore/types: add method for retrieving file type definition Awad Mackie 2018-11-25 21:17:18 +00:00
  • 8fd05cacee changelog: BUG #1121 Andrew Gallant 2019-01-23 20:06:01 -05:00
  • 4691d11034 ripgrep: don't skip stdout in --files mode Rob Lourens 2019-01-23 17:04:44 -08:00
  • 519a6b68af grep: remove unused dependencies Andrew Gallant 2019-01-23 20:01:32 -05:00
  • 9c940b45f4 globset: permit ** to appear anywhere Andrew Gallant 2019-01-23 19:46:15 -05:00
  • 0a167021c3 changelog: BUG #1174 Andrew Gallant 2019-01-23 19:19:26 -05:00
  • aeaa5fc1b1 globset: fix repeated use of ** Andrew Gallant 2019-01-23 19:15:02 -05:00
  • 7048a06c31 changelog: BUG #1173 Andrew Gallant 2019-01-23 18:14:16 -05:00
  • 23be3cf850 ignore: fix handling of ** Andrew Gallant 2019-01-23 18:12:35 -05:00
  • b48bbf527d changelog: PR #1093 Andrew Gallant 2019-01-23 17:56:18 -05:00
  • 8eabe47b57 ignore: always use literal_separator for gitignore patterns (#1093) dana 2019-01-23 16:54:28 -06:00
  • ff712bfd9d readme: add instructions for openSUSE 15.0 Michele Bologna 2019-01-23 03:46:11 +01:00
  • a7f2d48234 printer: fix path handling in summarizer Mika Dede 2018-12-01 13:31:33 +01:00
  • 57500ad013 changelog: brotli/zstd addition Andrew Gallant 2019-01-22 20:57:28 -05:00
  • 0b04553aff grep-cli: support Brotli/Zstd decompression dana 2018-11-03 15:50:27 -05:00
  • 1ae121122f ignore/types: add/update brotli, bzip2, gzip, xz, zstd dana 2018-11-03 15:47:39 -05:00
  • 688003e51c ripgrep: ban rustfmt Andrew Gallant 2019-01-22 20:07:26 -05:00
  • 718a00f6f2 ripgrep: add --ignore-file-case-insensitive David Torosyan 2019-01-20 17:32:34 -08:00
  • 4b88e08f41 search: migrate to bstr ag/bstr-migration Andrew Gallant 2019-01-20 12:32:09 -05:00
  • 7cbc535d70 edition: fix build.rs Andrew Gallant 2019-01-19 10:46:57 -05:00
  • 7a6a40bae1 edition: move core ripgrep to Rust 2018 Andrew Gallant 2019-01-19 10:15:56 -05:00
  • 1e9ee2cc85 deps: update memmap Andrew Gallant 2019-01-19 09:55:24 -05:00
  • 968491f8e9 deps: update to bytecount 0.5 Andrew Gallant 2019-01-19 09:52:10 -05:00
  • 63b0f31a22 deps: update various dependencies Andrew Gallant 2019-01-19 09:32:32 -05:00
  • 7ecee299a5 ignore/types: add QML P M 2019-01-18 12:48:47 +01:00
  • dd396ff34e doc: fix typo David Håsäther 2019-01-14 12:50:30 +01:00
  • fb0a82f3c3 grep-printer: add macro docs, redux Andrew Gallant 2019-01-11 09:18:09 -05:00
  • dbc8ca9cc1 grep-searcher: add docs for assert_eq_printed Andrew Gallant 2019-01-11 09:03:00 -05:00
  • c3db8db93d doc: fix typo Marco Hinz 2019-01-05 16:18:36 +01:00
  • 17ef4c40f3 ignore-0.4.6 ignore-0.4.6 Andrew Gallant 2018-12-30 08:46:09 -05:00
  • a9e0477ea8 ignore: permit use of deprecated trim_right Andrew Gallant 2018-12-30 08:44:59 -05:00
  • b3c5773266 deps: bump ignore Andrew Gallant 2018-12-30 08:43:18 -05:00
  • 118b950085 ignore-0.4.5 ignore-0.4.5 Andrew Gallant 2018-12-15 08:44:10 -05:00
  • b45b2f58ea deps: update most other dependencies Andrew Gallant 2018-12-15 08:42:14 -05:00
  • 662a9bc73d deps: update to crossbeam-channel 0.3 Andrew Gallant 2018-12-15 08:37:52 -05:00
  • 401add0a99 deps: update regex and regex-syntax Andrew Gallant 2018-12-09 16:33:37 -05:00
  • f81b72721b ignore/types: add ASP Simon Morgan 2018-12-07 21:19:33 +00:00
  • 1d4fccaadc ignore/types: add postscript Antony Lee 2018-11-23 15:46:11 +01:00
  • 09e464e674 ignore/types: add more Cython file types Matteo Bertini 2018-11-19 13:37:00 +01:00
  • 31adff6f3c ignore/types: add Apache Thrift Jon Parise 2018-11-07 04:42:13 -08:00
  • b41e596327 doc: escape braces in AsciiDoc Andrew Gallant 2018-11-06 06:57:16 -05:00
  • fb62266620 deps: update encoding_rs Andrew Gallant 2018-10-22 06:50:35 -04:00
  • acf226c39d ignore/types: add BUILD.bazel to bazel file type Dave Lee 2018-10-02 15:00:04 -07:00
  • 8299625e48 ignore/types: add buildstream Mathieu Bridon 2018-09-28 14:32:24 +02:00
  • db256c87eb ripgrep: suggest -U/--multiline Andrew Gallant 2018-09-24 20:58:17 -04:00
  • ba533f390e grep-searcher: update to encoding_rs_io 0.1.3 Andrew Gallant 2018-09-24 20:51:43 -04:00
  • ba503eb677 grep-regex: fix inner literal detection Andrew Gallant 2018-09-24 19:24:33 -04:00
  • f72c2dfd90 readme: touch up README Andrew Gallant 2018-09-14 11:33:56 -04:00
  • c0aa58b4f7 Ripgrep is also available in Ubuntu (from Cosmic) Sylvestre Ledru 2018-09-14 08:41:05 +02:00
  • 184ee4c328 deb: add section info ykgmfq 2018-09-13 14:17:24 +02:00
  • e82fbf2c46 doc: fix typo Gabe Berke-Williams 2018-09-10 03:49:48 -07:00
  • eb18da0450 pcre2: use jit_if_available grep-pcre2-0.1.2 grep-0.2.3 Andrew Gallant 2018-09-08 17:12:14 -04:00
  • 0f7494216f readme: update dpkg version Andrew Gallant 2018-09-08 10:46:40 -04:00
  • 442a278635 readme: fancy regexes are not supported by default Andrew Chin 2018-09-07 17:43:24 -04:00
  • 7ebed3ace6 pkg: update brew tap to 0.10.0 Andrew Gallant 2018-09-07 14:43:59 -04:00
  • 8a7db1a918 ci: tweak deployment conditions 0.10.0 Andrew Gallant 2018-09-07 14:07:52 -04:00
  • ce80d794c0 changelog: add release date ignore-0.4.4 grep-searcher-0.1.1 grep-regex-0.1.1 grep-printer-0.1.1 grep-pcre2-0.1.1 grep-matcher-0.1.1 grep-cli-0.1.1 grep-0.2.2 globset-0.4.2 Andrew Gallant 2018-09-07 13:56:59 -04:00
  • c5d467a2ab ci: always force PCRE2 static builds for releases Andrew Gallant 2018-09-07 13:53:28 -04:00
  • a62cd553c2 ci: clean up appveyor Andrew Gallant 2018-09-07 12:47:13 -04:00
  • ce5188335b ci: remove 'branch' condition for deployment Andrew Gallant 2018-09-07 12:34:15 -04:00
  • b7a456ae83 deb: add completions Andrew Gallant 2018-09-07 13:28:57 -04:00
  • d14f0b37d6 deps: update versions for all crates Andrew Gallant 2018-09-07 13:14:31 -04:00
  • 16f0fa6aa6 TRASH: ci: test release build ag/prepare-0.10.0 Andrew Gallant 2018-09-07 12:34:50 -04:00
  • b602dbd294 ci: clean up appveyor Andrew Gallant 2018-09-07 12:47:13 -04:00
  • 011aabe477 ci: remove 'branch' condition for deployment Andrew Gallant 2018-09-07 12:34:15 -04:00
  • c12acd7396 deb: add completions Andrew Gallant 2018-09-07 13:28:57 -04:00
  • 71fb43e51e deps: update versions for all crates Andrew Gallant 2018-09-07 13:14:31 -04:00
  • 3ddc3c040f deps: minor updates Andrew Gallant 2018-09-07 13:02:02 -04:00
  • eeaa42ecaf scripts: add copy-examples Andrew Gallant 2018-09-07 12:27:48 -04:00
  • 3797a2a5cb simplegrep: touch up Andrew Gallant 2018-09-05 11:51:53 -04:00
  • 0e2f8f7b47 grep: add clap and regex dev dependencies to grep Andrew Gallant 2018-09-07 12:02:22 -04:00
  • 3dd4b77dfb grep-searcher: add Box<...> impl for Sink Andrew Gallant 2018-09-07 12:01:26 -04:00
  • 3b5cdea862 doc: minor touchups to API docs Andrew Gallant 2018-09-07 11:57:47 -04:00
  • 54b3e9eb10 grep-printer: delete unused code Andrew Gallant 2018-09-07 11:57:07 -04:00