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

Commit Graph

  • cbacf4f19e Update Cargo.lock to bring in clap 2.19.2 fix for ZSH completions. (#287) Lilian Anatolie Moraru 2016-12-23 13:47:55 +02:00
  • 900ef0abc7 Update docs to explain use of -g and --files to search for paths. (#285) YPCrumble 2016-12-22 07:21:22 -05:00
  • 8396d3ffaa Make backreference support clear. Andrew Gallant 2016-12-12 07:03:37 -05:00
  • 652c70f207 Fix cut-off line in globset docs. Andrew Gallant 2016-12-12 06:58:33 -05:00
  • bb70f96743 Fix a non-termination bug. Andrew Gallant 2016-12-12 06:55:49 -05:00
  • 6d346a09de update brew tap Andrew Gallant 2016-12-07 12:04:12 -05:00
  • 699c76f45c fix ci 0.3.2 Andrew Gallant 2016-12-07 11:13:44 -05:00
  • de33003527 0.3.2 Andrew Gallant 2016-12-07 10:59:06 -05:00
  • 3e943636f4 changelog 0.3.2 Andrew Gallant 2016-12-07 10:58:28 -05:00
  • 3f515afbb4 Fix completion build.rs Andrew Gallant 2016-12-07 10:32:24 -05:00
  • 30db03bb62 Merge pull request #272 from BurntSushi/fix-270 Andrew Gallant 2016-12-07 10:32:01 -05:00
  • d66812102b Fix leading hypen bug by updating clap. Andrew Gallant 2016-12-06 17:29:34 -05:00
  • 86f8c3c818 update Cargo.lock Andrew Gallant 2016-12-05 20:15:45 -05:00
  • 5eb2ca4338 try removing cache Andrew Gallant 2016-12-05 20:14:58 -05:00
  • 20bcb8d883 ignore-0.1.6 ignore-0.1.6 Andrew Gallant 2016-12-05 20:11:48 -05:00
  • 7282706b42 Fix bug reading root symlink. Andrew Gallant 2016-12-05 20:05:57 -05:00
  • 160f04894f Simplify code. Andrew Gallant 2016-12-04 12:00:13 -05:00
  • 0473df1ef5 Disable Unicode mode for literal regex. Andrew Gallant 2016-11-28 18:31:58 -05:00
  • 301a3fd71d Detect more uppercase literals for --smart-case. Andrew Gallant 2016-11-28 17:57:26 -05:00
  • d12bdf35a5 Clarify use of --heading/--no-heading. Andrew Gallant 2016-11-28 17:39:45 -05:00
  • 08514e8e6c Merge pull request #253 from SimenB/stylus Andrew Gallant 2016-11-28 17:40:07 -05:00
  • 687e846944 Add stylus type Simen Bekkhus 2016-11-25 15:24:27 +01:00
  • b286fdcb88 Merge pull request #250 from SimenB/zsh-types Andrew Gallant 2016-11-25 08:13:31 -05:00
  • e3959d67a6 Re-add zsh types Simen Bekkhus 2016-11-25 09:53:19 +01:00
  • 7d475b0c70 Merge pull request #246 from mvitz/less-and-sass-types Andrew Gallant 2016-11-22 07:16:33 -05:00
  • 42223047a8 Add type for Less Michael Vitz 2016-11-22 11:19:24 +01:00
  • 42afb6faa5 Add type for Sass Michael Vitz 2016-11-22 11:17:10 +01:00
  • c4a6733f3b 0.3.1 0.3.1 Andrew Gallant 2016-11-21 20:53:52 -05:00
  • 9e04a8283c changelog 0.3.1 Andrew Gallant 2016-11-21 20:52:42 -05:00
  • 05b26d5986 bump termcolor Andrew Gallant 2016-11-21 20:33:57 -05:00
  • 506f046b8b termcolor-0.1.1 termcolor-0.1.1 Andrew Gallant 2016-11-21 20:33:39 -05:00
  • ae592b11e3 Only emit bold ANSI code if bold is true. Andrew Gallant 2016-11-21 20:33:15 -05:00
  • a5e7f176f1 Use clap ~2.18.0. Andrew Gallant 2016-11-21 09:20:43 -05:00
  • 0428bd1bec update brew tap Andrew Gallant 2016-11-20 19:55:40 -05:00
  • 7f3e7d2faa bsd doesn't have --recursive 0.3.0 Andrew Gallant 2016-11-20 17:57:06 -05:00
  • 8d5906d7fc another attempt to fix deploy Andrew Gallant 2016-11-20 16:57:20 -05:00
  • feda38852e fix deploy Andrew Gallant 2016-11-20 16:40:42 -05:00
  • 59187902d0 Fix completion script deployment bundle. Andrew Gallant 2016-11-20 16:26:23 -05:00
  • aef46beaf2 0.3.0 Andrew Gallant 2016-11-20 16:07:25 -05:00
  • f0e192943f changelog 0.3.0 Andrew Gallant 2016-11-20 16:06:49 -05:00
  • df72d8d1e0 Make wincolor crate compilable on non-Windows platforms. wincolor-0.1.0 termcolor-0.1.0 Andrew Gallant 2016-11-20 15:44:19 -05:00
  • d06f84ced3 Get rid of special mmap decision on Windows. Andrew Gallant 2016-11-20 15:32:50 -05:00
  • 9598331fa8 Propagate no_messages option to worker. Andrew Gallant 2016-11-20 14:27:18 -05:00
  • 883d8fc72f Merge pull request #240 from BurntSushi/color Andrew Gallant 2016-11-20 15:01:11 -05:00
  • e8a30cb893 Completely re-work colored output and tty handling. Andrew Gallant 2016-11-20 11:14:52 -05:00
  • 03f7605322 Rename --files-without-matches to --files-without-match. Andrew Gallant 2016-11-19 20:15:41 -05:00
  • 61663e2307 Merge pull request #239 from mernen/files-without-matches Andrew Gallant 2016-11-19 20:05:00 -05:00
  • bd3e7eedb1 Add --files-without-matches flag. Daniel Luz 2016-11-19 21:48:59 -02:00
  • 1e6c2ac8e3 Merge pull request #238 from jacwah/refactor Andrew Gallant 2016-11-18 23:11:17 -05:00
  • 0302d58eb8 Fix stdin bug with --file. Andrew Gallant 2016-11-17 20:48:11 -05:00
  • e37f783fc0 Fix issue number mixup. Andrew Gallant 2016-11-17 20:29:53 -05:00
  • 495e13cc61 Merge pull request #233 from BurntSushi/clap Andrew Gallant 2016-11-17 20:22:16 -05:00
  • 92dc402f7f Switch from Docopt to Clap. Andrew Gallant 2016-11-12 21:48:11 -05:00
  • a3f5e0c3d5 Use env::home_dir() instead of env::var_os(HOME). Andrew Gallant 2016-11-17 16:53:41 -05:00
  • 39e1a0d694 Merge pull request #227 from emk/issue-7 Andrew Gallant 2016-11-15 18:15:05 -05:00
  • e9cd0a1cc3 Allow specifying patterns with -f FILE and -f- Eric Kidd 2016-11-09 06:07:53 -05:00
  • cc35ae0748 Merge pull request #235 from jinyeow/master Andrew Gallant 2016-11-15 06:36:19 -05:00
  • 5ee175beaf Added elixir to types Justin Puah 2016-11-15 20:57:38 +11:00
  • 4b18f82899 Disable symlink tests on Windows. Andrew Gallant 2016-11-11 06:44:23 -05:00
  • 5462af4434 Pin rustc-serialize to 0.3.19. 0.2.9 Andrew Gallant 2016-11-09 20:28:58 -05:00
  • d2e70da040 0.2.9 Andrew Gallant 2016-11-09 19:07:25 -05:00
  • 64dc9b6709 update deps Andrew Gallant 2016-11-09 18:54:22 -05:00
  • 9ffd4c421f ignore-0.1.5 ignore-0.1.5 Andrew Gallant 2016-11-09 18:52:52 -05:00
  • d862b80afb changelog 0.2.9 Andrew Gallant 2016-11-09 18:52:08 -05:00
  • 5b73dcc8ab Rework parallelism in directory iterator. Andrew Gallant 2016-11-09 17:19:40 -05:00
  • 2dce0dc0df Fix a bug with handling --ignore-file. Andrew Gallant 2016-11-09 16:45:21 -05:00
  • 2e5c3c05e8 reword Andrew Gallant 2016-11-06 19:48:49 -05:00
  • 6884eea2f5 reword Andrew Gallant 2016-11-06 19:48:17 -05:00
  • a3a2f0be6a ucg author says it's not a bug per se Andrew Gallant 2016-11-06 19:45:18 -05:00
  • f24873c70b Don't ever search directories. Andrew Gallant 2016-11-06 19:02:14 -05:00
  • 58126ffe15 touchups Andrew Gallant 2016-11-06 18:51:00 -05:00
  • 17644a76c0 typo Andrew Gallant 2016-11-06 18:49:07 -05:00
  • 9fc9f368f5 Always search paths given by user. Andrew Gallant 2016-11-06 18:23:50 -05:00
  • 9cab076a72 touchups Andrew Gallant 2016-11-06 18:04:55 -05:00
  • 7aa9652f3c touchups Andrew Gallant 2016-11-06 18:02:45 -05:00
  • 7187f61ca8 touchups Andrew Gallant 2016-11-06 18:01:55 -05:00
  • f869c58a5a touchups Andrew Gallant 2016-11-06 17:59:57 -05:00
  • 3538ba3577 Update README with more/updated benchmarks Andrew Gallant 2016-11-06 17:55:38 -05:00
  • a454fa75b9 Update brew tap. Andrew Gallant 2016-11-06 16:51:14 -05:00
  • 18943b9317 0.2.8 0.2.8 Andrew Gallant 2016-11-06 16:16:32 -05:00
  • 68427b5b79 changelog 0.2.8 Andrew Gallant 2016-11-06 16:16:19 -05:00
  • 4ca15a8a51 simd-accel should not invoke avx-accel. Andrew Gallant 2016-11-06 16:15:23 -05:00
  • 2daef51fe5 0.2.7 0.2.7 Andrew Gallant 2016-11-06 15:49:25 -05:00
  • 43ed91dc5c changelog 0.2.7 Andrew Gallant 2016-11-06 15:48:52 -05:00
  • dada75d2a7 Update sub-crate dependency versions. Andrew Gallant 2016-11-06 15:48:40 -05:00
  • 76b9f01ad2 ignore-0.1.4 ignore-0.1.4 Andrew Gallant 2016-11-06 15:35:21 -05:00
  • 8baa0e56b7 grep-0.1.4 grep-0.1.4 Andrew Gallant 2016-11-06 15:35:17 -05:00
  • 301ee6d3f5 globset-0.1.2 globset-0.1.2 Andrew Gallant 2016-11-06 15:35:05 -05:00
  • 77ad7588ae Add --no-messages flag. Andrew Gallant 2016-11-06 14:36:08 -05:00
  • 58aca2efb2 Add -m/--max-count flag. Andrew Gallant 2016-11-06 13:09:53 -05:00
  • 351eddc17e Add new 'h' file type. Andrew Gallant 2016-11-06 12:23:42 -05:00
  • 277dda544c Include the name "ripgrep" in more places. Andrew Gallant 2016-11-06 12:21:36 -05:00
  • 8c869cbd87 update man page Andrew Gallant 2016-11-06 12:10:55 -05:00
  • 598b162fea Note -e/--regexp's additional usefulness. Andrew Gallant 2016-11-06 12:10:27 -05:00
  • 0222e024fe Fixes a bug with --smart-case. Andrew Gallant 2016-11-06 12:07:47 -05:00
  • 5bd0edbbe1 Actually use simd/avx optimizations in bytecount crate. Andrew Gallant 2016-11-05 22:44:33 -04:00
  • 4368913d8f Merge branch 'fast_linecount' Andrew Gallant 2016-11-05 22:29:42 -04:00
  • 02de97b8ce Use the bytecount crate for fast line counting. Andre Bogus 2016-09-23 04:59:25 +02:00
  • 32db773d51 Merge pull request #223 from BurntSushi/ignore-parallel Andrew Gallant 2016-11-05 22:19:47 -04:00
  • b272be25fa Add parallel recursive directory iterator. Andrew Gallant 2016-11-05 21:44:15 -04:00