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

Commit Graph

  • 46d0130597 cargo: statically link binary on Windows/MSVC Austin Wise 2020-06-09 14:18:49 -07:00
  • 7534d5144f globset: fix recursive suffix over matching Andres Suarez 2020-12-07 23:49:29 -05:00
  • a28e664abd ignore: check ignore rules before issuing stat calls Richard Khoury 2020-08-17 09:08:31 +10:00
  • 0ca96e004c printer: fix context bug when --max-count is used Pen Tree 2020-07-11 18:42:54 +08:00
  • 2295061e80 searcher: do UTF-8 BOM sniffing like UTF-16 Alessandro Menezes 2020-10-02 16:17:39 -04:00
  • 53c4855517 ignore/types: add red Raimon Grau 2020-08-25 16:08:11 +01:00
  • 121e0135c1 ignore/types: replace duplicate glob with *.aspx.vb Simon Morgan 2020-09-19 22:24:18 +01:00
  • c53c4c0ade doc: explain ignore rules a bit more tillyboy 2020-05-27 14:19:30 +02:00
  • 4566882521 cli: add -. as short option for --hidden João Marcos 2020-09-10 20:32:54 -03:00
  • 12dd455ee9 printer: fix \r\n line terminator handling Andrew Gallant 2021-05-30 11:13:27 -04:00
  • e6cac8b119 cli: print warning if nothing was searched goto-engineering 2020-12-14 23:59:55 -08:00
  • 0f502a9439 cargo: remove "readme" field Marco Ieni 2020-12-27 19:35:25 +01:00
  • 51d2db7f19 doc: document '{a,b}' glob syntax Ilya Grigoriev 2021-03-09 14:12:15 -08:00
  • b3a6a69f9d ci: check docs for all crates Marco Ieni 2021-04-15 22:53:21 +02:00
  • 26a29c750e doc: clarify --files-with-matches and --files-without-match Jade 2021-05-25 05:04:45 -07:00
  • beda5f70dc doc: improve wording Varik Valefor 2021-05-30 03:03:40 -04:00
  • 5af7707a35 cli: fix process leak Vasili Revelas 2020-12-28 22:08:19 +02:00
  • 3f33a83a5f searcher: remove variable shadowing Vasili Revelas 2020-12-29 20:48:53 +02:00
  • 35b52d33b9 regex: add unit tests for non-matching anchor bytes Andrew Gallant 2021-05-29 20:09:58 -04:00
  • a77b914e7a args: make --passthru and -A/-B/-C override each other Andrew Gallant 2021-05-29 11:56:43 -04:00
  • 2e2af50a4d doc: add vulnerability report docs Andrew Gallant 2021-05-29 09:53:18 -04:00
  • 229d1a8d41 cli: fix arbitrary execution of program bug Andrew Gallant 2021-01-11 13:44:07 -05:00
  • 8ec6ef373f changelog: sync with commits since last release Andrew Gallant 2021-05-29 08:26:46 -04:00
  • 581a35e568 impl: fix --multiline anchored match bug Andrew Gallant 2021-05-29 07:34:14 -04:00
  • ba965962fe ignore/types: add po files to supported types jack1142 2021-05-28 18:06:10 +02:00
  • 94e4b8e301 printer: fix --vimgrep for multi-line mode Andrew Gallant 2021-05-15 08:23:01 -04:00
  • 2af77242c5 doc: fix typo in --engine flag docs Alessandro Caputo 2021-05-08 21:35:44 +02:00
  • 3f4c4188c1 deps: update to regex 1.5.2 Andrew Gallant 2021-05-01 07:44:47 -04:00
  • ce4b587055 deps: update everything Andrew Gallant 2021-04-30 20:17:23 -04:00
  • be63122508 doc: add links to Spanish translation Eliaz Bobadilla 2021-04-21 10:14:11 -05:00
  • 92286ad4d2 doc: clarify --hidden definition Dan Bjorge 2021-04-15 19:21:26 -04:00
  • 4ebe8375ec ignore/types: add mint jgart 2021-04-04 08:00:12 -04:00
  • 7923d25228 core: add a 'trace' message Andrew Gallant 2021-03-31 13:54:00 -04:00
  • 1c3eebefec searcher: update outdated comment for buffer size aricha1940 2021-03-31 05:18:38 -07:00
  • 64ac2ebe0f tests: fix tests for buffer size change Andrew Gallant 2021-03-23 18:14:18 -04:00
  • 46fb77c20c searcher: bump buffer size Andrew Gallant 2021-03-23 17:45:02 -04:00
  • 6a1c3253e0 ci: fix deb build script in clean checkout Allen Wild 2021-03-20 13:37:50 -04:00
  • c7730d1f3a deps: bump regex and regex-syntax Andrew Gallant 2021-03-11 21:20:25 -05:00
  • c5ea5a13df gitignore: add HTML files generated by cargo -Z timings Hanif Ariffin 2021-02-13 00:09:56 +08:00
  • 9c8d873a75 ignore/types: improve bazel globs Sergei Vorobev 2021-01-30 15:22:48 -08:00
  • 7899a4b931 regex: s/CachedThreadLocal/ThreadLocal Andrew Gallant 2021-01-25 10:36:53 -05:00
  • ae55a4e872 deps: update everything Andrew Gallant 2021-01-17 18:55:03 -05:00
  • 3a1780d841 deps: replace memmap with memmap2 Andrew Gallant 2021-01-17 18:49:51 -05:00
  • aecc0ea126 cli: fix arbitrary execution of program bug ag/fix-cve-2021-3013 Andrew Gallant 2021-01-11 13:44:07 -05:00
  • a6d05475fb ignore-0.4.17 ignore-0.4.17 Andrew Gallant 2020-11-23 10:25:33 -05:00
  • 020c5453a5 cli: fix stdin detection for Powershell on Unix Roey Darwish Dror 2020-11-23 08:25:20 +02:00
  • 873abecbf1 ignore: provide underlying IO Error Ed Page 2020-11-23 09:19:31 -06:00
  • 8c73833efc readme: fix link to .deb tleb 2020-11-22 15:56:02 +01:00
  • 44e69ba627 ignore/types: add yang file type James Harr 2020-11-20 08:41:29 -06:00
  • 13d77ab646 ci: update to GITHUB_ENV Andrew Gallant 2020-11-16 19:17:36 -05:00
  • d97fb72d84 doc: update CI links in crate READMEs Andrew Gallant 2020-11-16 19:07:16 -05:00
  • d6365117e2 doc: sync --help output with man page Andrew Gallant 2020-11-15 15:27:23 -05:00
  • f32e906012 doc: clarify that CLI invocation must always be valid Andrew Gallant 2020-11-15 15:00:08 -05:00
  • 59644d4592 ci: install cross from crates.io Taiki Endo 2020-11-09 21:25:41 +09:00
  • 3ca324fda7 doc: update several links to use https Alex Touchet 2020-11-03 07:33:36 -08:00
  • 8782f8200c doc: add missing backtick in FAQ Stefan VanBuren 2020-11-03 10:32:38 -05:00
  • 2819212f89 printer: tweak binary detection message format Andrew Gallant 2020-11-02 10:37:49 -05:00
  • 810be0b348 deps: update base64 to 0.13.0 Andrew Gallant 2020-11-02 10:07:59 -05:00
  • a28bb1e953 deps: bring in all semver updates Andrew Gallant 2020-11-02 10:06:13 -05:00
  • 3ef63dacbe deps: targeted update of some dependencies Andrew Gallant 2020-11-02 09:04:39 -05:00
  • e1ac18ef06 ignore/types: add Futhark Vanessa McHale 2020-10-31 11:10:15 -05:00
  • ba3f9673ad ignore/types: generalize bazel type a bit Brandon Adams 2020-10-23 11:24:30 -05:00
  • c777e2cd57 globset-0.4.6 globset-0.4.6 Andrew Gallant 2020-10-21 21:10:43 -04:00
  • e5639cf22d globset: remove regex unicode dependency Ajeet D'Souza 2020-10-19 23:59:05 +05:30
  • 86c843a44b ignore/types: add a type for minified files Dương Đỗ Minh Châu 2020-10-19 20:10:54 +07:00
  • 2b1637d1db doc: clarify how -S/--smart-case works Andrew Gallant 2020-10-17 18:55:44 -04:00
  • 6301e20ee4 ignore/types: add flatbuffers type Andrew Pyatkov 2020-10-16 17:19:16 -07:00
  • 145cef2eff doc: elaborate on the function of -u/--unrestricted dana 2020-10-16 08:52:42 -05:00
  • 20534fad04 benchsuite/runs: add updated benchmark, with ugrep Andrew Gallant 2020-10-14 17:01:45 -04:00
  • de0c24f31c benchsuite: add ugrep commands to benchmarks Andrew Gallant 2020-10-14 17:00:35 -04:00
  • c55e7af675 benchsuite: remove -a flag from grep Andrew Gallant 2020-10-14 15:10:09 -04:00
  • 5ebb3ad039 benchsuite: remove sift, pt and ucg Andrew Gallant 2020-10-14 15:01:15 -04:00
  • b0066274cb benchsuite: update subtitle URLs Andrew Gallant 2020-10-14 14:17:23 -04:00
  • def993bad1 spelling: fix various misspellings Josh Soref 2020-09-22 10:29:16 -04:00
  • f511849c81 doc: fix FAQ ordering Andrew Gallant 2020-09-13 09:32:47 -04:00
  • e6e50054b0 doc: document cygwin path translation behavior Andrew Gallant 2020-09-13 09:29:28 -04:00
  • 11c7b2ae17 deps: upgrade pcre2-sys to 0.2.5 Andrew Gallant 2020-08-27 09:37:53 -04:00
  • ac7d4c99b9 deps: bump pcre2-sys again Andrew Gallant 2020-08-19 19:03:50 -04:00
  • b5681e3694 deps: bump pcre2-sys Andrew Gallant 2020-08-19 18:55:16 -04:00
  • fc2a99bb1f ignore/types: add vcl (#1659) Andy Freeland 2020-08-19 13:28:14 -07:00
  • ffd4c9ccba ignore/types: add racket Raimon Grau (rgrau) 2020-06-25 13:51:32 +01:00
  • a16bfcb3d6 ignore/types: add dvc jtrakk 2020-06-09 04:44:09 -07:00
  • 1b2c1dc675 doc: fix typos Martin Michlmayr 2020-06-04 21:06:09 +08:00
  • b1e3de246c changelog: add empty TBD section to CHANGELOG Andrew Gallant 2020-05-29 09:49:45 -04:00
  • bb36fc1bf8 pkg: update brew tap version to 12.1.1 Andrew Gallant 2020-05-29 09:48:19 -04:00
  • 7cb211378a 12.1.1 12.1.1 Andrew Gallant 2020-05-29 09:26:47 -04:00
  • a73c0a21d9 changelog: 12.1.1 Andrew Gallant 2020-05-29 09:26:33 -04:00
  • 0b965f900c doc: small release checklist updates Andrew Gallant 2020-05-29 09:21:19 -04:00
  • a2f90747c9 core: update minimal dependency versions Andrew Gallant 2020-05-29 09:18:59 -04:00
  • f97cc623f7 grep-0.2.7 grep-0.2.7 Andrew Gallant 2020-05-29 09:17:24 -04:00
  • f35de5c523 grep: update minimal dependency versions Andrew Gallant 2020-05-29 09:17:08 -04:00
  • c9bb78ceba grep-cli-0.1.5 grep-cli-0.1.5 Andrew Gallant 2020-05-29 09:14:18 -04:00
  • 72bdde6771 ignore-0.4.16 ignore-0.4.16 Andrew Gallant 2020-05-29 09:13:02 -04:00
  • d66712a452 deps: update all dependencies Andrew Gallant 2020-05-29 09:11:50 -04:00
  • e8822ce97a ignore/doc: update misleading documentation Andy Salerno 2020-05-24 20:12:53 -07:00
  • a700b75843 doc: clarify capture group indices Andrew Gallant 2020-05-21 22:22:51 -04:00
  • b72ad8f8aa ignore/types: add meson filetype Gerion Entrup 2020-05-18 20:01:35 +02:00
  • 1980630f17 doc: fix egregious markup output Andrew Gallant 2020-05-13 08:13:05 -04:00
  • 1e9a481a66 doc: more release checklist updates Andrew Gallant 2020-05-09 11:43:37 -04:00
  • bacfca174e pkg: update brew tap to version 12.1.0 Andrew Gallant 2020-05-09 11:42:39 -04:00