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

Commit Graph

  • f5c85827ce Don't traverse directory stack if we don't need to. Andrew Gallant 2016-09-15 12:40:28 -04:00
  • 7cefc55238 Remove .agignore from ignore file list. Andrew Gallant 2016-09-15 12:40:08 -04:00
  • 92c918ebd9 --no-ignore implies --no-ignore-parent Andrew Gallant 2016-09-14 14:33:37 -04:00
  • c24f8fd50f Replace crossbeam with deque. Andrew Gallant 2016-09-14 07:40:46 -04:00
  • 73272cf8a6 notice Andrew Gallant 2016-09-13 21:23:22 -04:00
  • 4212a8b9cb 0.1.1 0.1.1 Andrew Gallant 2016-09-13 21:21:45 -04:00
  • 983c7fd6f9 We don't use thread_local any more, so remove it. Andrew Gallant 2016-09-13 21:21:36 -04:00
  • 7cd02e9b7e update Cargo.toml description 0.1.0 Andrew Gallant 2016-09-13 21:16:18 -04:00
  • 5fdfae2f15 add readme Andrew Gallant 2016-09-13 21:15:10 -04:00
  • 7057ee91de update grep Cargo.toml Andrew Gallant 2016-09-13 21:13:33 -04:00
  • fdca74148d Stream results when feasible. 0.0.19 Andrew Gallant 2016-09-13 21:11:46 -04:00
  • f11d9fb922 Add a word benchmark. Andrew Gallant 2016-09-12 19:35:47 -04:00
  • 1115c23a4c fix typos Andrew Gallant 2016-09-11 19:50:16 -04:00
  • 8c5eaa40b2 teaser Andrew Gallant 2016-09-11 19:27:50 -04:00
  • 3c05954c86 initial set of benchmarks 0.0.18 Andrew Gallant 2016-09-11 19:06:16 -04:00
  • cf3a33cea7 commit Cargo.lock Andrew Gallant 2016-09-11 19:06:05 -04:00
  • 8aa2ba3eb1 update gitignore Andrew Gallant 2016-09-11 19:05:36 -04:00
  • 466cd70a8e More benchmarks for subtitle corpus. Andrew Gallant 2016-09-11 18:52:53 -04:00
  • 954fbeb1d8 Update regex. Andrew Gallant 2016-09-11 18:52:42 -04:00
  • 68fa50709e Don't skip the first arg. Andrew Gallant 2016-09-11 13:33:25 -04:00
  • ab91e4b874 Don't panic when an argument is invalid UTF-8. Andrew Gallant 2016-09-11 13:27:08 -04:00
  • 2b943eda47 Make file type filtering a lot faster. Andrew Gallant 2016-09-11 13:26:53 -04:00
  • 37544c092f We don't need regex-syntax directly in ripgrep. Andrew Gallant 2016-09-11 13:25:37 -04:00
  • 9bf7696ec8 Initial cut at a benchmark suite for CLI search tools. 0.0.17 Andrew Gallant 2016-09-11 01:05:36 -04:00
  • cb0f8fd2fa Bump default thread count to 8. Andrew Gallant 2016-09-11 00:42:39 -04:00
  • fa8112ec34 Add alternative compile strategy (in a comment). Andrew Gallant 2016-09-11 00:42:30 -04:00
  • cf21b4a97e Add doc. Andrew Gallant 2016-09-11 00:42:19 -04:00
  • 19615245cd Make line counting much faster. Andrew Gallant 2016-09-10 01:35:44 -04:00
  • 98a48b44bc Fix off-by-one bug in searcher. Andrew Gallant 2016-09-10 01:35:30 -04:00
  • e3da726836 Rename search module to search_stream. Andrew Gallant 2016-09-10 00:08:42 -04:00
  • 5b36c86c15 Rejigger the atty detection stuff. Andrew Gallant 2016-09-10 00:05:20 -04:00
  • 76331e5fec Fix test that relied on non-deterministic order of results. Andrew Gallant 2016-09-09 23:24:01 -04:00
  • 1e678d7052 Fix files test. What a pain. Andrew Gallant 2016-09-09 23:19:46 -04:00
  • dd986d7fe9 Add standard Linux CI (GNU libc). Andrew Gallant 2016-09-09 23:19:37 -04:00
  • f83cd63b11 Add integration tests. Andrew Gallant 2016-09-09 22:58:30 -04:00
  • 9a4527d107 fix Rust version number in CI Andrew Gallant 2016-09-09 18:47:05 -04:00
  • 8f0d3d78ca clean up CI script Andrew Gallant 2016-09-09 18:10:20 -04:00
  • 3f7cd977bc expand Rust versions we test on. Andrew Gallant 2016-09-09 18:07:30 -04:00
  • cc6b6dcf5b fix windows build 0.0.16 Andrew Gallant 2016-09-09 08:53:10 -04:00
  • 48878bbb8f update project name 0.0.15 Andrew Gallant 2016-09-08 21:47:49 -04:00
  • 0766617e07 Refactor how coloring is done. 0.0.14 Andrew Gallant 2016-09-08 21:46:14 -04:00
  • afd99c43d7 fix deploy 0.0.13 Andrew Gallant 2016-09-08 16:35:48 -04:00
  • 96e87ab738 update distributable to include readme and license 0.0.12 Andrew Gallant 2016-09-08 16:21:37 -04:00
  • a744ec133d Rename xrep to ripgrep. Andrew Gallant 2016-09-08 16:15:44 -04:00
  • 0042dce949 Hack in Windows console coloring. 0.0.11 Andrew Gallant 2016-09-07 21:54:28 -04:00
  • ca058d7584 Add support for memory maps. Andrew Gallant 2016-09-06 21:47:33 -04:00
  • af3b56a623 Fix grep match iterator. Andrew Gallant 2016-09-06 21:45:41 -04:00
  • 5938bed339 Add support for printing column numbers. Andrew Gallant 2016-09-06 19:50:27 -04:00
  • feff1849c8 Tweak colors. Andrew Gallant 2016-09-06 19:35:52 -04:00
  • 9948e0ca07 Only create the Grep searcher once. Andrew Gallant 2016-09-06 19:33:19 -04:00
  • fd3e5069b6 Fix required literal handling and add debug prints. Andrew Gallant 2016-09-06 19:33:03 -04:00
  • 0891b4a3c0 update appveyor 0.0.10 Andrew Gallant 2016-09-05 22:01:53 -04:00
  • af48aaa647 another try 0.0.9 Andrew Gallant 2016-09-05 21:57:57 -04:00
  • ee7f300ae2 windows debug, take 1 0.0.8 Andrew Gallant 2016-09-05 21:46:11 -04:00
  • a4d8db16f7 Fix glob tests. 0.0.7 Andrew Gallant 2016-09-05 21:36:19 -04:00
  • 3bb387abdd Fix glob problem on Windows. 0.0.6 Andrew Gallant 2016-09-05 21:20:19 -04:00
  • 7f0273c347 Fix yellow color to match ack. Andrew Gallant 2016-09-05 21:19:56 -04:00
  • 5b42999a3d windows, take 3 0.0.5 Andrew Gallant 2016-09-05 21:02:08 -04:00
  • 8887250860 windows, take 2 0.0.4 Andrew Gallant 2016-09-05 20:58:50 -04:00
  • 5c820ba638 setting up windows, take 1 0.0.3 Andrew Gallant 2016-09-05 20:57:58 -04:00
  • b2e9ff1361 use correct api key 0.0.2 Andrew Gallant 2016-09-05 20:39:10 -04:00
  • 8023f6fd03 Fix context writing. 0.0.1 Andrew Gallant 2016-09-05 20:18:31 -04:00
  • e9a89520cf incite riots Andrew Gallant 2016-09-05 20:10:18 -04:00
  • 1a3e7c0bb2 Trying CI. Andrew Gallant 2016-09-05 20:08:46 -04:00
  • 02ac331529 Whoops. Remove other bits of parking lot. Andrew Gallant 2016-09-05 19:55:31 -04:00
  • 14b8cd4faf don't need parking lot Andrew Gallant 2016-09-05 19:51:29 -04:00
  • 2bda77c414 Fix deps so that others can build it. Andrew Gallant 2016-09-05 18:22:12 -04:00
  • 7a149c20fe More progress. With coloring! Andrew Gallant 2016-09-05 17:36:41 -04:00
  • d8d7560fd0 TODOs and some cleanup/refactoring. Andrew Gallant 2016-09-05 10:15:13 -04:00
  • 812cdb13c6 Lots of progress: Andrew Gallant 2016-09-05 00:52:23 -04:00
  • 0bf278e72f making search work (finally) Andrew Gallant 2016-09-03 21:48:23 -04:00
  • c2b5577cba progress on after contexts Andrew Gallant 2016-09-03 01:11:14 -04:00
  • 062aa5ef76 Switch to Chase-Lev work stealing queue. Andrew Gallant 2016-09-02 23:38:27 -04:00
  • 7f0b1ccbd3 Before contexts seem to work. Andrew Gallant 2016-09-02 23:25:07 -04:00
  • 5450aed9a8 Make "before" context work. Andrew Gallant 2016-09-01 21:56:23 -04:00
  • 5aa3b9bc58 struggling with printing contexts, what a mess Andrew Gallant 2016-08-31 20:02:59 -04:00
  • 79f62012d7 fix glob tests Andrew Gallant 2016-08-31 20:02:48 -04:00
  • 03d9df4303 tests and refactoring search Andrew Gallant 2016-08-31 15:52:35 -04:00
  • d011cea053 The search code is a mess, but... Andrew Gallant 2016-08-29 22:44:15 -04:00
  • c809679cf2 Lots of improvements. Most notably, removal of memory maps for searching. Andrew Gallant 2016-08-28 20:18:34 -04:00
  • 1c8379f55a Implementing core functionality. Andrew Gallant 2016-08-28 01:37:12 -04:00
  • 065c449980 File path filtering works and is pretty fast. Andrew Gallant 2016-08-27 01:01:06 -04:00
  • b55ecf34c7 globbing by regex Andrew Gallant 2016-08-25 21:44:37 -04:00
  • 957f90c898 docs and small polish Andrew Gallant 2016-08-24 18:33:35 -04:00
  • 61f49ba716 Remove the buffered reader. Andrew Gallant 2016-08-24 18:06:42 -04:00
  • e97d75c024 Refactor buffered test. Andrew Gallant 2016-08-08 19:17:25 -04:00
  • 076eeff3ea update Andrew Gallant 2016-08-05 00:10:58 -04:00
  • a3f609222c progress Andrew Gallant 2016-06-22 21:19:02 -04:00
  • 0163b39faa refactor progress Andrew Gallant 2016-06-20 16:53:48 -04:00
  • 8d9d602945 update Andrew Gallant 2016-04-03 21:22:09 -04:00
  • 07bff7409b tweaks Andrew Gallant 2016-03-30 22:24:59 -04:00
  • f1a91307cd short matches Andrew Gallant 2016-03-30 20:44:26 -04:00
  • 79a51029c1 progress Andrew Gallant 2016-03-29 21:21:34 -04:00
  • 4ae67a8587 progress Andrew Gallant 2016-03-28 20:07:25 -04:00
  • 3b76981007 rename to xrep Andrew Gallant 2016-03-28 18:11:35 -04:00
  • 8996911681 makefile Andrew Gallant 2016-03-10 21:03:13 -05:00
  • 883ceb343c add readme Andrew Gallant 2016-03-10 21:02:08 -05:00
  • 403bb72a4d beating 'grep -E' on some things Andrew Gallant 2016-03-10 20:48:44 -05:00
  • 9d1e619ff3 initial commit Andrew Gallant 2016-02-27 11:07:26 -05:00