1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-12-04 14:00:13 +02:00

Commit Graph

  • e95254a86f deps: remove ignore's dependency on crossbeam-utils Andrew Gallant 2023-01-05 08:51:08 -05:00
  • 2f484d8ce5 deps: update to globset 0.4.10 Andrew Gallant 2023-01-05 08:49:38 -05:00
  • 364772ddd2 globset-0.4.10 globset-0.4.10 Andrew Gallant 2023-01-05 08:45:47 -05:00
  • 2e207833bc deps: upgrade to jemallocator 0.5 Andrew Gallant 2023-01-05 08:33:43 -05:00
  • 92b35a65f8 deps: upgrade to base64 0.20 Andrew Gallant 2023-01-05 08:21:49 -05:00
  • ac8fecbbf2 deps: upgrade bstr to 1.1 Andrew Gallant 2023-01-05 08:19:33 -05:00
  • 8596817374 deps: do semver compatible upgrades Andrew Gallant 2023-01-05 08:16:32 -05:00
  • 28bff84a0a deps: remove 'num_cpus' Andrew Gallant 2023-01-05 08:15:09 -05:00
  • 61101289fa cargo: set rust-version Alex Touchet 2022-12-21 04:37:09 -08:00
  • 13faa39b66 deps: update all dependencies within semver Andrew Gallant 2022-12-20 09:23:29 -05:00
  • 6b61271bbb benchsuite/runs: add another run of the benchmarks Andrew Gallant 2022-12-16 11:24:10 -05:00
  • 1be86392e0 benchsuite: pass '-a' to ugrep in some cases Andrew Gallant 2022-12-16 11:21:58 -05:00
  • 63058453fa benchsuite: update URLs Andrew Gallant 2022-12-16 11:20:45 -05:00
  • 7f23cd63a5 ignore/types: add automated test for sortedness Armin Brauns 2022-11-14 14:31:07 +01:00
  • 8905d54a9f msrv: bump to Rust 1.65.0 Andrew Gallant 2022-11-14 07:56:17 -05:00
  • 25a4eaf5ae ignore/types: add devicetree filetype Armin Brauns 2022-11-14 13:42:57 +01:00
  • 0000157917 readme: add guix installation instructions jgart 2022-11-02 07:10:54 -05:00
  • 65b1b0e38a ignore/types: add carp jgart 2022-11-01 06:17:00 -05:00
  • c032cda4b7 ignore/types: add ReScript and ReasonML Glenn Slotte 2022-10-29 19:49:19 +02:00
  • eab044d829 ignore/types: add motoko and candid Marcin Nowak-Liebiediew 2022-10-20 15:22:41 +02:00
  • 55e62a4411 readme: add more links to overview Andrew Gallant 2022-10-19 11:06:44 -04:00
  • 5b2f614aad readme: add note about 'rg -uuu' Andrew Gallant 2022-10-19 09:52:37 -04:00
  • 4386b8e805 ci: bump actions/checkout from 2 to 3 (#2318) dependabot[bot] 2022-09-29 08:18:47 -04:00
  • 6b012d8129 ci: bump actions/upload-release-asset from 1.0.1 to 1.0.2 (#2317) dependabot[bot] 2022-09-29 08:15:36 -04:00
  • a928ca4221 ci: enable Dependabot for the Actions workflows LingMan 2022-09-29 05:23:41 +02:00
  • d1570defbf ci: remove fetch-depth parameter from the checkout action LingMan 2022-09-29 05:03:18 +02:00
  • b732c23e36 ci: use cargo check's --check option directly LingMan 2022-09-29 05:01:08 +02:00
  • 49965703fa ci: switch to using '@master' dtolnay action LingMan 2022-09-29 04:55:33 +02:00
  • 609838aebd ci: use latest runner images in CI LingMan 2022-09-29 04:49:24 +02:00
  • 515f120b5c doc: fix typo Dave Rolsky 2022-09-24 13:23:59 -04:00
  • a66315d232 ignore/types: add *.cjs, *.mjs, *.cts, *.mts Linda_pp 2022-08-31 21:11:13 +09:00
  • 60a1db34a6 index: embarking on a most ambitious project... ag/index Andrew Gallant 2020-02-20 18:16:27 -05:00
  • bdf10ab7c0 ignore/types: add embedded puppet templates Nacho Barrientos 2022-08-21 18:32:03 +02:00
  • a02678800b ignore/types: add Solidity John Saigle 2022-08-17 09:37:32 -04:00
  • 387df97d85 ripgrep: add /.github/ to whitelist Andrew Gallant 2022-08-17 08:30:47 -04:00
  • a9d97a1dda doc: add '-.' as short flag for '--hidden' David Marzal 2022-08-10 14:03:04 +02:00
  • 3bb71b0cb8 doc: fix a few typos drebelsky 2022-08-06 11:29:27 -07:00
  • 87b33c96c0 ignore/types: improve 'markdown' and 'php' types Malte 2022-07-18 16:35:09 +02:00
  • 5e975c43f8 doc: appease rustdoc Andrew Gallant 2022-07-15 10:13:55 -04:00
  • 7efa2e46d3 grep-0.2.10 grep-0.2.10 Andrew Gallant 2022-07-15 10:06:53 -04:00
  • db0b92b62d grep: bump grep-searcher to 0.1.10 Andrew Gallant 2022-07-15 10:06:31 -04:00
  • 33b81cac48 grep-searcher-0.1.10 grep-searcher-0.1.10 Andrew Gallant 2022-07-15 10:05:46 -04:00
  • 6a13a4f64d searcher: remove stray 'dbg!' Andrew Gallant 2022-07-15 10:05:20 -04:00
  • b13d835d95 grep-0.2.9 grep-0.2.9 Andrew Gallant 2022-07-15 10:03:06 -04:00
  • d53506b7f7 grep: bump 'grep-regex' and 'grep-searcher' Andrew Gallant 2022-07-15 10:02:41 -04:00
  • 78a35d4d43 grep-searcher-0.1.9 grep-searcher-0.1.9 Andrew Gallant 2022-07-15 10:02:24 -04:00
  • a933d0bc90 searcher: bump grep-regex dep to 0.1.10 Andrew Gallant 2022-07-15 10:02:06 -04:00
  • 2cae30e399 grep-regex-0.1.10 grep-regex-0.1.10 Andrew Gallant 2022-07-15 10:01:42 -04:00
  • 8e57989cd2 regex: fix matching bug when text anchors are used Andrew Gallant 2022-07-15 09:53:39 -04:00
  • b9f5835534 ci: switch to dtolnay/rust-toolchain Andrew Gallant 2022-07-14 13:23:20 -04:00
  • e70778e89d ignore/types: add dts to default types tleb 2022-07-07 18:24:12 +02:00
  • 87c4a2b4b1 doc: fix typo zhimoe 2022-06-27 06:49:54 +08:00
  • 0aa31676e3 doc: fix typos Kian-Meng Ang 2022-06-24 21:58:20 +08:00
  • 9f0e88bcb1 ignore: fix gitignore parsing bug for trailing \/ Andrew Gallant 2022-06-14 10:38:32 -04:00
  • eb4b389846 globset/readme: update version number and some links Alex Touchet 2022-06-11 11:17:32 -07:00
  • dc337bab0a deps: update to globset 0.4.9 Andrew Gallant 2022-06-10 14:11:20 -04:00
  • 2cfb338530 globset-0.4.9 globset-0.4.9 Andrew Gallant 2022-06-10 14:10:34 -04:00
  • 48646e3451 globset: make 'log' an optional feature Sergio Benitez 2022-06-10 11:10:09 -07:00
  • 985394a19e deps: update to packed_simd_2 0.3.8 Andrew Gallant 2022-06-10 09:39:17 -04:00
  • ec36f8c3ff ignore/types: add pants jgart 2022-06-08 12:29:17 -05:00
  • a726d03641 ignore/types: add hare to default types jpe90 2022-05-22 20:08:45 -04:00
  • 91afd4214a printer: fix duplicative replacement in multiline mode Andrew Gallant 2022-05-11 08:11:47 -04:00
  • 7822b8069e printer: fix duplicative replacement in multiline mode ag/fix-multiline-replace-duplicate Andrew Gallant 2022-05-11 08:11:47 -04:00
  • 4dc6c73c5a ignore/types: improve Bazel globs Keith Smiley 2022-05-09 08:50:34 -07:00
  • 36d03b4101 cargo: use SPDX license format for all crates Alex Touchet 2022-05-09 04:52:11 -07:00
  • d161acb0a3 ignore/types: add '*.hh' to C++ headers Conrad Meyer 2022-04-25 04:38:03 -07:00
  • 30ee6f08ee ignore/types: add '*.asp' for asp type Matrix Dai 2022-04-19 22:36:14 +08:00
  • ced5b92aa9 deps: bump memmap2 to 0.5 Andrew Gallant 2022-03-21 08:41:55 -04:00
  • 191315a2ea deps: update everything Andrew Gallant 2022-03-21 08:37:18 -04:00
  • 5370064f00 warnings: remove/tweak some dead code Andrew Gallant 2022-03-21 08:31:49 -04:00
  • b6189c659e ci: fix failing nightly-arm build on ci workflow arcsi42 2022-01-20 00:17:07 +01:00
  • 0b36942f68 doc: transcoding is done in addition to search Mateusz Konieczny 2021-11-22 15:48:42 +01:00
  • 7e05cde008 cli: improve configuration failure mode mi-wada 2021-11-16 00:29:34 +09:00
  • 418d048b27 ignore/types: add fennel jgart 2021-11-15 09:58:09 -05:00
  • 009dda1488 ignore: if require_git is false, don't stat .git Josh Triplett 2021-11-12 14:37:05 +01:00
  • ba535fb5a3 ignore/types: improve 'vim' and 'vimscript' types Linda_pp 2021-10-27 23:59:44 +09:00
  • 427aaeeb2e ignore/types: add lilypond jgart 2021-10-24 11:22:07 -04:00
  • f5cff746bc ignore/types: add hy jgart 2021-10-22 08:16:48 -04:00
  • 457f53b7ee ignore/types: fix futhark type extension Philip Munksgaard 2021-10-19 15:15:19 +02:00
  • eb35f7978e ignore/types: add janet jgart 2021-10-14 07:56:55 -04:00
  • fc69bd366c readme: update install commands for Debian/Ubuntu Markus Dosch 2021-10-12 17:08:14 +02:00
  • 9b01a8f9ae doc: add -F/--fixed-strings to "common options" Dash 2021-07-21 17:52:25 -07:00
  • 0ff5dd2360 doc: --field-match-separator's default value is ':' Andrew Gallant 2021-07-19 08:07:40 -04:00
  • 3c7819301b doc: fix typo "used" -> "use" Joe Lencioni 2021-07-14 09:12:30 -05:00
  • 699e651db2 ignore/types: add texinfo jgart 2021-07-13 07:59:23 -04:00
  • 9eddb71b8e ignore/types: add CUDA Eyal 2021-06-30 07:50:53 -06:00
  • abf115228e changelog: add #1911 bug fix Andrew Gallant 2021-06-26 12:57:11 -04:00
  • fdfc418be5 searcher: disable mmap searching on non-64 bit Andrew Gallant 2021-06-26 12:53:59 -04:00
  • 5bf74362b9 doc: fix typo in --glob flag docs Sergio Benitez 2021-06-24 05:09:00 -07:00
  • 431ea38620 ignore/types: add file extensions for Crystal Kostya M 2021-06-20 15:24:41 +03:00
  • caba5c4348 globset-0.4.8 globset-0.4.8 Andrew Gallant 2021-06-18 13:30:32 -04:00
  • 07f97d42cf globset: fix compilation when serde is enabled Gleb Pomykalov 2021-06-18 17:30:47 +00:00
  • e33d6e73f5 doc: fix formatting of nested list kotborealis 2021-06-15 17:35:16 +03:00
  • 478da4f271 pkg: fix version number for 13.0.0 release Andrew Gallant 2021-06-15 10:30:01 -04:00
  • 7ce66f73cf regex: update regression test Andrew Gallant 2021-06-12 16:22:30 -04:00
  • bc76a30c23 regex: fix -w when regex can match empty string Andrew Gallant 2021-06-12 14:16:35 -04:00
  • 5e81c60b35 ci: use musl to build debian artifact Andrew Gallant 2021-06-12 13:36:57 -04:00
  • b3e5ae9d28 changelog: add template for next entry Andrew Gallant 2021-06-12 08:43:49 -04:00
  • a024f14fdd pkg: update brew tap version to 13.0.0 Andrew Gallant 2021-06-12 08:43:30 -04:00
  • 8c30c8294a release: work around GitHub Actions weirdness Andrew Gallant 2021-06-12 08:40:48 -04:00