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

Commit Graph

  • e14eeb288f doc: mention that --stats is always implied by --json Andrew Gallant 2023-11-24 14:10:02 -05:00
  • 1cbcefddc9 doc: add more warnings about --vimgrep Andrew Gallant 2023-11-24 14:04:40 -05:00
  • 4fec9ffca8 doc: make the opening line a bit more descriptive Andrew Gallant 2023-11-22 16:53:58 -05:00
  • 00225a035b doc: improve --sort=path Andrew Gallant 2023-11-22 16:51:18 -05:00
  • 286de9564e cli: rejigger --version to include PCRE2 info Andrew Gallant 2023-11-22 16:23:35 -05:00
  • 038524a580 printer: trim before applying max column windowing Andrew Gallant 2023-11-22 16:04:26 -05:00
  • 8f9557d183 changelog: mention shell completion generation feature Andrew Gallant 2023-11-22 14:46:03 -05:00
  • 58e7d2ea63 doc: add docs about .ignore/.rgignore in parent directories Andrew Gallant 2023-11-21 20:18:22 -05:00
  • b7df9f8caa changelog: mention --field-match-separator bug fix Andrew Gallant 2023-11-21 20:08:39 -05:00
  • ebb986e767 logging: show heuristic information and decision Andrew Gallant 2023-11-21 20:04:54 -05:00
  • a2907db2de faq: update donation section to mention sponsorships Andrew Gallant 2023-11-21 19:05:58 -05:00
  • 470ad1d072 faq: rewrite the section on shell completions Andrew Gallant 2023-11-21 19:02:07 -05:00
  • 6d7550d58e ignore: Avoid contention on num_pending Tavian Barnes 2023-10-30 15:56:08 -04:00
  • af55fc2b38 cli: make -d a short flag for --max-depth Andrew Gallant 2023-11-21 18:07:18 -05:00
  • 3d2f49f6fe changelog: --pretty now behaves more sensibly Andrew Gallant 2023-11-21 18:03:06 -05:00
  • 50b2472438 ci: strip release binaries on macOS Andrew Gallant 2023-11-21 17:57:14 -05:00
  • ae2a09915f printer: drop dependency on base64 crate Andrew Gallant 2023-11-21 13:35:45 -05:00
  • 9c84575229 printer: drop dependency on serde_derive Andrew Gallant 2023-11-21 12:40:45 -05:00
  • cddb5f57f8 printer: rejigger how we use serde_derive Andrew Gallant 2023-11-21 08:10:04 -05:00
  • 5dc424d302 doc: scrub mentions of asciidoc/asciidoctor Andrew Gallant 2023-11-21 07:58:39 -05:00
  • 040d8f2171 ci: improve docs for manual build-and-publish scripts Andrew Gallant 2023-11-21 07:45:46 -05:00
  • c81caa673b core: fix file separator bug Andrew Gallant 2023-11-21 07:40:56 -05:00
  • 082245dadb cli: replace clap with lexopt and supporting code Andrew Gallant 2023-10-16 18:05:39 -04:00
  • c33f623719 cargo: explicitly configure musl to be statically linked Andrew Gallant 2023-10-23 12:01:27 -04:00
  • 824778c009 globset: add GlobSet::builder Jonas Platte 2023-10-16 23:55:22 +02:00
  • 922bad2b92 ignore: improve 'excludesFile' parsing Kento Okamoto 2023-10-13 22:49:21 -07:00
  • 538ba956dc deps: bump regex and regex-automata Andrew Gallant 2023-10-16 18:12:59 -04:00
  • 443c057042 deps: bump regex, regex-automata and regex-syntax Andrew Gallant 2023-10-14 11:12:27 -04:00
  • 5b88515faf build: a bit of clean-up Andrew Gallant 2023-10-14 09:31:19 -04:00
  • 92c81b1225 core: switch to anyhow Andrew Gallant 2023-10-12 12:16:42 -04:00
  • 53679e4c43 ignore: simplify the work-stealing strategy Tavian Barnes 2023-10-11 16:17:29 -04:00
  • 8b766a2522 ripgrep: disable hyperlinks by default Andrew Gallant 2023-10-11 19:54:24 -04:00
  • c21302b409 regex: tweak inner literal heuristic Andrew Gallant 2023-10-11 16:37:09 -04:00
  • 8a5b81716a deps: update dependencies Andrew Gallant 2023-10-11 16:23:43 -04:00
  • 7099e174ac cargo: remove dependency patches Andrew Gallant 2023-10-09 20:14:34 -04:00
  • dd810779d4 changelog: add another note about -w/--word-regexp bugs Andrew Gallant 2023-10-09 20:06:27 -04:00
  • 5011f6e9f1 changelog: add perf bug fix for \b Andrew Gallant 2023-10-09 19:51:44 -04:00
  • a2799ccb41 changelog: add bug fix for \b Andrew Gallant 2023-10-09 19:44:59 -04:00
  • a13b5e0196 deps: update various crates Andrew Gallant 2023-10-09 18:23:43 -04:00
  • 9626f16757 progress Andrew Gallant 2023-10-09 18:23:36 -04:00
  • f7ff34fdf9 searcher: simplify 'replace_bytes' routine Andrew Gallant 2023-10-08 14:49:18 -04:00
  • b9de003f81 matcher: add a bunch of inline annotations Andrew Gallant 2023-10-08 14:48:29 -04:00
  • 1659fb9b43 printer: hand-roll decimal formatting Andrew Gallant 2023-09-30 14:16:51 -04:00
  • dd1bc5b898 printer: sprinkle in a few #[inline] annotations Andrew Gallant 2023-09-30 14:15:48 -04:00
  • c9bfbe1e3d deps: bump regex and regex-automata Andrew Gallant 2023-09-30 14:15:00 -04:00
  • 88524a2b52 core: dedup patterns Andrew Gallant 2023-09-30 08:17:54 -04:00
  • 9c6732bd26 printer: remove 'subl' alias Andrew Gallant 2023-09-28 16:25:35 -04:00
  • 392bb0944a core: polish the core of ripgrep Andrew Gallant 2023-09-28 16:24:40 -04:00
  • 90b849912f deps: bump what we can Andrew Gallant 2023-09-28 16:03:21 -04:00
  • 6d17b3ed68 deps: drop thread_local, lazy_static and once_cell Andrew Gallant 2023-09-28 16:01:59 -04:00
  • f16ea0812d ignore: polish Andrew Gallant 2023-09-28 14:17:30 -04:00
  • be9e308999 globset: use a Pool from regex-automata Andrew Gallant 2023-09-28 13:19:57 -04:00
  • d53b7310ee searcher: polish Andrew Gallant 2023-09-28 12:58:11 -04:00
  • e30bbb8cff grep: update to the 2021 edition Andrew Gallant 2023-09-26 17:15:14 -04:00
  • 7f45640401 globset: polishing Andrew Gallant 2023-09-26 15:01:20 -04:00
  • 0951820f63 core: doc and logging touchups Andrew Gallant 2023-09-26 12:03:11 -04:00
  • c3e85f2b44 printer: fix a few issues in the hyperlink docs Lucas Trzesniewski 2023-09-26 00:38:25 +02:00
  • 3ad7a0d95e crates: remove hard-coded links Andrew Gallant 2023-09-25 18:24:08 -04:00
  • 82d3183a04 regex: some minor polish Andrew Gallant 2023-09-25 17:21:28 -04:00
  • 798f8981eb pcre2: small polishing Andrew Gallant 2023-09-25 16:53:03 -04:00
  • 96f01b92a0 matcher: polish the grep-matcher crate Andrew Gallant 2023-09-25 16:48:25 -04:00
  • abfa65c2c1 ignore/types: add *.sarif for SARIF format files Linda_pp 2023-10-06 02:23:29 +09:00
  • f608d4d9b3 hyperlink: rejigger how hyperlinks work Andrew Gallant 2023-09-22 14:57:44 -04:00
  • 23e21133ba printer: move PathPrinter into grep-printer Andrew Gallant 2023-09-21 17:28:58 -04:00
  • 09905560ff printer: clean-up Andrew Gallant 2023-09-21 16:57:02 -04:00
  • 25a7145c79 cli: add new 'hostname' function Andrew Gallant 2023-09-21 13:13:46 -04:00
  • 19a08bee8a cli: clean-up crate Andrew Gallant 2023-09-20 14:42:03 -04:00
  • 1a50324013 printer: add hyperlinks Lucas Trzesniewski 2023-07-08 00:56:50 +02:00
  • 86ef683308 deps: update everything Andrew Gallant 2023-09-18 21:42:32 -04:00
  • d938e955af ignore: use work-stealing stack instead of Arc<Mutex<Vec<_>>> Tavian Barnes 2023-08-21 13:58:27 -04:00
  • cad1f5fae2 ignore: fix filtering when searching subdirectories Thilo Uttendorfer 2022-08-29 22:32:29 +02:00
  • 2198bd92fa github: convert bug-report issue template to issue form dana 2023-09-18 10:07:46 -05:00
  • a4387ed491 deps: bump to aho-corasick 1.1.0 Andrew Gallant 2023-09-18 09:35:06 -04:00
  • d2a409f89f deps: bump to memchr 2.6.3 Andrew Gallant 2023-09-02 14:40:45 -04:00
  • 6cdb99ea61 deps: drop bytecount in favor of memchr_iter(..).count() Andrew Gallant 2023-09-02 12:25:34 -04:00
  • 551ad3bada deps: update bstr Andrew Gallant 2023-09-02 12:15:15 -04:00
  • 8856f72df5 deps: update the regex family of crates Andrew Gallant 2023-09-02 12:14:50 -04:00
  • d596f6ebd0 ignore/types: add *.vsh to V type Yochem van Rosmalen 2023-08-31 14:51:07 +02:00
  • 6cd9479634 ignore: implement FusedIterator for Walk Christian Vallentin 2023-08-29 04:55:19 +02:00
  • 3bfa125b2e ci: replace mips with powerpc64, aarch64 and s390x Andrew Gallant 2023-08-28 20:17:04 -04:00
  • 6cdea9a631 ci: replace mips with powerpc64, aarch64 and s390x ag/fix-ci Andrew Gallant 2023-08-28 20:17:04 -04:00
  • 51765f2f4c ignore: apply rustfmt Andrew Gallant 2023-08-28 20:09:26 -04:00
  • 67abd49678 deps: bump everything else Andrew Gallant 2023-08-28 20:00:41 -04:00
  • a7fe296772 deps: bump regex, regex-automata and regex-syntax Andrew Gallant 2023-08-28 19:59:09 -04:00
  • f75991538b deps: bump memchr to 2.6.0 Andrew Gallant 2023-08-28 19:56:59 -04:00
  • 962d47e6a1 ignore/types: add Prolog file types mataha 2023-08-21 16:53:56 +02:00
  • 19b6a45abb ignore/types: tweak Gradle file types mataha 2023-08-21 00:49:02 +02:00
  • c51790b56d deps: update everything Andrew Gallant 2023-08-15 11:09:46 -04:00
  • 2af3734e0c deps: update aho-corasick Andrew Gallant 2023-08-15 11:08:41 -04:00
  • 61733f6378 globset-0.4.13 globset-0.4.13 Andrew Gallant 2023-08-05 09:34:36 -04:00
  • 7227e94ce5 globset: use non-capture groups in regex transform Andrew Gallant 2023-08-04 14:05:54 -04:00
  • 341a19e0d0 regex: fix fast path for -w/--word-regexp flag (#2576) Andrew Gallant 2023-07-31 08:51:09 -04:00
  • fed4fea217 ignore/types: add csproj Vidar 2023-07-31 13:08:44 +02:00
  • 053a1669bb globset-0.4.12 globset-0.4.12 Andrew Gallant 2023-07-26 19:51:38 -04:00
  • 31d3f16254 api: impl Deserialize for GlobSet David Tolnay 2023-07-26 16:51:22 -07:00
  • 304a60e8e9 grep-cli-0.1.9 grep-cli-0.1.9 Andrew Gallant 2023-07-18 13:25:23 -04:00
  • 1d35859861 globset-0.4.11 globset-0.4.11 Andrew Gallant 2023-07-12 12:58:43 -04:00
  • 601e122e9f ignore/types: add Windows Command Prompt files mataha 2023-07-10 21:58:17 +02:00
  • efb2e8ce1e ci/release: use latest OS versions Andrew Gallant 2023-07-09 09:41:39 -04:00
  • 8d464e5c78 ci/release: add sha256 sums to release artifacts xEgoist 2022-03-21 11:54:40 -05:00