1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-07 11:13:17 +02:00

Commit Graph

  • 1eaee34825
    ignore: Avoid contention on num_pending Tavian Barnes 2023-10-30 15:56:08 -0400
  • dba9bd1e29
    cli: make -d a short flag for --max-depth Andrew Gallant 2023-11-21 18:07:18 -0500
  • 1e2a42b8b1
    changelog: --pretty now behaves more sensibly Andrew Gallant 2023-11-21 18:03:06 -0500
  • 33ca5d6528
    ci: strip release binaries on macOS Andrew Gallant 2023-11-21 17:57:14 -0500
  • 288836d04f
    printer: drop dependency on base64 crate Andrew Gallant 2023-11-21 13:35:45 -0500
  • 855c4de12d
    printer: drop dependency on serde_derive Andrew Gallant 2023-11-21 12:40:45 -0500
  • 7e115ca41d
    printer: rejigger how we use serde_derive Andrew Gallant 2023-11-21 08:10:04 -0500
  • 1debfa2816
    doc: scrub mentions of asciidoc/asciidoctor Andrew Gallant 2023-11-21 07:58:39 -0500
  • dfa509d0fe
    ci: improve docs for manual build-and-publish scripts Andrew Gallant 2023-11-21 07:45:46 -0500
  • 45a74544e4
    core: fix file separator bug Andrew Gallant 2023-11-21 07:40:56 -0500
  • 082245dadb cli: replace clap with lexopt and supporting code Andrew Gallant 2023-10-16 18:05:39 -0400
  • c33f623719 cargo: explicitly configure musl to be statically linked Andrew Gallant 2023-10-23 12:01:27 -0400
  • 824778c009 globset: add GlobSet::builder Jonas Platte 2023-10-16 23:55:22 +0200
  • 922bad2b92 ignore: improve 'excludesFile' parsing Kento Okamoto 2023-10-13 22:49:21 -0700
  • 538ba956dc deps: bump regex and regex-automata Andrew Gallant 2023-10-16 18:12:59 -0400
  • 443c057042 deps: bump regex, regex-automata and regex-syntax Andrew Gallant 2023-10-14 11:12:27 -0400
  • 5b88515faf build: a bit of clean-up Andrew Gallant 2023-10-14 09:31:19 -0400
  • 92c81b1225 core: switch to anyhow Andrew Gallant 2023-10-12 12:16:42 -0400
  • 53679e4c43 ignore: simplify the work-stealing strategy Tavian Barnes 2023-10-11 16:17:29 -0400
  • 8b766a2522 ripgrep: disable hyperlinks by default Andrew Gallant 2023-10-11 19:54:24 -0400
  • c21302b409 regex: tweak inner literal heuristic Andrew Gallant 2023-10-11 16:37:09 -0400
  • 8a5b81716a deps: update dependencies Andrew Gallant 2023-10-11 16:23:43 -0400
  • 3b9f44671e
    cli: replace clap with lexopt and supporting code Andrew Gallant 2023-10-16 18:05:39 -0400
  • 1ca4788813 Add -d as short command for --max-depth 3tilley 2023-11-02 19:37:41 +0000
  • d6f850f574 ignore: Add helper methods to adjust the active worker count Tavian Barnes 2023-10-30 17:11:11 -0400
  • de90f10740 ignore: Avoid contention on num_pending Tavian Barnes 2023-10-30 15:56:08 -0400
  • 80e24fda81
    add a test that fails before the fix (#5) yonip23 2023-10-25 11:16:49 +0300
  • 9a4d08b23a
    Fix is path ignored (#4) yonip23 2023-10-24 13:29:20 +0300
  • dbc62feb75
    cargo: explicitly configure musl to be statically linked Andrew Gallant 2023-10-23 12:01:27 -0400
  • b5c6e09db3 changed heading and line-number to check for pretty before there respective --no flags jonas breen 2023-10-22 00:19:00 -0400
  • 46b667dc9f ci: fix macos strip bin condition Mattia Righetti 2023-10-19 20:07:54 +0200
  • 374d281cfe
    globset: add GlobSet::builder Jonas Platte 2023-10-16 23:55:22 +0200
  • c949107f42
    ignore: improve 'excludesFile' parsing Kento Okamoto 2023-10-13 22:49:21 -0700
  • b253e50005
    deps: bump regex and regex-automata Andrew Gallant 2023-10-16 18:12:59 -0400
  • be0bed40e5
    Add GlobSet::builder Jonas Platte 2023-10-16 23:55:49 +0200
  • b93d30dd2f
    Improve docs of GlobSetBuilder::new Jonas Platte 2023-10-16 23:55:22 +0200
  • de5801954e fmt yonip23 2023-10-15 16:34:58 +0300
  • a8fd344dd5 add is_path_ignored API yonip23 2023-10-15 16:29:05 +0300
  • d8b1823ecc
    deps: bump regex, regex-automata and regex-syntax Andrew Gallant 2023-10-14 11:12:27 -0400
  • ef8b9cd875
    build: a bit of clean-up Andrew Gallant 2023-10-14 09:31:19 -0400
  • 5f04610baf Restricting regex to only handle one double quote at most. Added an extra test Kento Okamoto 2023-10-14 06:10:28 -0700
  • 908ef05f21 Change regex to account for double quotes surrounding file path for excludesFile Kento Okamoto 2023-10-13 22:49:21 -0700
  • d5739acb50
    core: switch to anyhow Andrew Gallant 2023-10-12 12:16:42 -0400
  • cebde14fd6
    ignore: simplify the work-stealing strategy Tavian Barnes 2023-10-11 16:17:29 -0400
  • c313535cdb
    ripgrep: disable hyperlinks by default Andrew Gallant 2023-10-11 19:54:24 -0400
  • b18a8ecd1d ignore: Simplify the work-stealing strategy Tavian Barnes 2023-10-11 16:17:29 -0400
  • 38473fe1ae
    regex: tweak inner literal heuristic Andrew Gallant 2023-10-11 16:37:09 -0400
  • fac0ef68c1
    deps: update dependencies Andrew Gallant 2023-10-11 16:23:43 -0400
  • 7099e174ac cargo: remove dependency patches Andrew Gallant 2023-10-09 20:14:34 -0400
  • dd810779d4 changelog: add another note about -w/--word-regexp bugs Andrew Gallant 2023-10-09 20:06:27 -0400
  • 5011f6e9f1 changelog: add perf bug fix for \b Andrew Gallant 2023-10-09 19:51:44 -0400
  • a2799ccb41 changelog: add bug fix for \b Andrew Gallant 2023-10-09 19:44:59 -0400
  • a13b5e0196 deps: update various crates Andrew Gallant 2023-10-09 18:23:43 -0400
  • 9626f16757 progress Andrew Gallant 2023-10-09 18:23:36 -0400
  • f7ff34fdf9 searcher: simplify 'replace_bytes' routine Andrew Gallant 2023-10-08 14:49:18 -0400
  • b9de003f81 matcher: add a bunch of inline annotations Andrew Gallant 2023-10-08 14:48:29 -0400
  • 1659fb9b43 printer: hand-roll decimal formatting Andrew Gallant 2023-09-30 14:16:51 -0400
  • dd1bc5b898 printer: sprinkle in a few #[inline] annotations Andrew Gallant 2023-09-30 14:15:48 -0400
  • c9bfbe1e3d deps: bump regex and regex-automata Andrew Gallant 2023-09-30 14:15:00 -0400
  • 88524a2b52 core: dedup patterns Andrew Gallant 2023-09-30 08:17:54 -0400
  • 9c6732bd26 printer: remove 'subl' alias Andrew Gallant 2023-09-28 16:25:35 -0400
  • 392bb0944a core: polish the core of ripgrep Andrew Gallant 2023-09-28 16:24:40 -0400
  • 90b849912f deps: bump what we can Andrew Gallant 2023-09-28 16:03:21 -0400
  • 6d17b3ed68 deps: drop thread_local, lazy_static and once_cell Andrew Gallant 2023-09-28 16:01:59 -0400
  • f16ea0812d ignore: polish Andrew Gallant 2023-09-28 14:17:30 -0400
  • be9e308999 globset: use a Pool from regex-automata Andrew Gallant 2023-09-28 13:19:57 -0400
  • d53b7310ee searcher: polish Andrew Gallant 2023-09-28 12:58:11 -0400
  • e30bbb8cff grep: update to the 2021 edition Andrew Gallant 2023-09-26 17:15:14 -0400
  • 7f45640401 globset: polishing Andrew Gallant 2023-09-26 15:01:20 -0400
  • 0951820f63 core: doc and logging touchups Andrew Gallant 2023-09-26 12:03:11 -0400
  • c3e85f2b44 printer: fix a few issues in the hyperlink docs Lucas Trzesniewski 2023-09-26 00:38:25 +0200
  • 3ad7a0d95e crates: remove hard-coded links Andrew Gallant 2023-09-25 18:24:08 -0400
  • 82d3183a04 regex: some minor polish Andrew Gallant 2023-09-25 17:21:28 -0400
  • 798f8981eb pcre2: small polishing Andrew Gallant 2023-09-25 16:53:03 -0400
  • 96f01b92a0 matcher: polish the grep-matcher crate Andrew Gallant 2023-09-25 16:48:25 -0400
  • 8802218b89
    cargo: remove dependency patches Andrew Gallant 2023-10-09 20:14:34 -0400
  • 300671bf84
    changelog: add another note about -w/--word-regexp bugs Andrew Gallant 2023-10-09 20:06:27 -0400
  • 52731cdfb2
    changelog: add perf bug fix for \b Andrew Gallant 2023-10-09 19:51:44 -0400
  • 36ba5fb895
    changelog: add bug fix for \b Andrew Gallant 2023-10-09 19:44:59 -0400
  • 25b9159828
    deps: update various crates Andrew Gallant 2023-10-09 18:23:43 -0400
  • 77529fb969
    progress Andrew Gallant 2023-10-09 18:23:36 -0400
  • 6c6f0ba4ae
    searcher: simplify 'replace_bytes' routine Andrew Gallant 2023-10-08 14:49:18 -0400
  • c0ca8320c1
    matcher: add a bunch of inline annotations Andrew Gallant 2023-10-08 14:48:29 -0400
  • 05d1809fe3 add rust dev container Craig Peters 2023-10-06 17:09:30 +0000
  • abfa65c2c1
    ignore/types: add *.sarif for SARIF format files Linda_pp 2023-10-06 02:23:29 +0900
  • c2e1fa7eab ignore/types: Add *.sarif for SARIF format files rhysd 2023-10-04 09:53:08 +0900
  • 68b930fb06
    printer: hand-roll decimal formatting Andrew Gallant 2023-09-30 14:16:51 -0400
  • f24db844f9
    printer: sprinkle in a few #[inline] annotations Andrew Gallant 2023-09-30 14:15:48 -0400
  • 6499659f16
    deps: bump regex and regex-automata Andrew Gallant 2023-09-30 14:15:00 -0400
  • 255596e20d
    core: dedup patterns Andrew Gallant 2023-09-30 08:17:54 -0400
  • 672907af22
    Add ignore::overrides::Glob::inner Rebecca Turner 2023-09-29 10:42:23 -0700
  • 70b093647e
    printer: remove 'subl' alias Andrew Gallant 2023-09-28 16:25:35 -0400
  • 13e7788609
    core: polish the core of ripgrep Andrew Gallant 2023-09-28 16:24:40 -0400
  • 2a5770a033
    deps: bump what we can Andrew Gallant 2023-09-28 16:03:21 -0400
  • 5f6066efd9
    deps: drop thread_local, lazy_static and once_cell Andrew Gallant 2023-09-28 16:01:59 -0400
  • 637f383291
    ignore: polish Andrew Gallant 2023-09-28 14:17:30 -0400
  • 236da7266d
    globset: use a Pool from regex-automata Andrew Gallant 2023-09-28 13:19:57 -0400
  • 9d1e011896
    searcher: polish Andrew Gallant 2023-09-28 12:58:11 -0400
  • b00f244189
    grep: update to the 2021 edition Andrew Gallant 2023-09-26 17:15:14 -0400
  • d7c4277ce5
    globset: polishing Andrew Gallant 2023-09-26 15:01:20 -0400