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

Commit Graph

  • fbc1e7fa18 Update crossbeam to 0.3.2 Stjepan Glavina 2018-01-06 13:29:53 +01:00
  • 14779ed0ea ux: suggest --fixed-strings flag Balaji Sivaraman 2018-01-01 21:54:46 +05:30
  • b6177f0459 cleanup: replace try! with ? Balaji Sivaraman 2018-01-01 19:52:35 +05:30
  • ba1023e1e4 printer: add support for line number alignment Balaji Sivaraman 2018-01-01 19:30:31 +05:30
  • 5e73075ef5 deps: bump lazy_static to 1 Igor Gnatenko 2017-11-30 17:51:06 +01:00
  • 1b42c02489 deps: update same-file dep Andrew Gallant 2017-12-30 15:57:02 -05:00
  • 0d03145293 wincolor: migrate to winapi 0.3 Steffen Butzer 2017-12-29 23:53:18 +01:00
  • f8162d2707 deps: update all deps Andrew Gallant 2017-12-30 15:48:25 -05:00
  • e044cfb33f deps: update to latest clap release Andrew Gallant 2017-12-30 15:47:19 -05:00
  • 7dd1194a97 deps: update to latest regex crate Andrew Gallant 2017-12-30 15:46:55 -05:00
  • a5855a5d73 couple of trivial fixes to make clippy a bit more happy (#704) Igor Gnatenko 2017-12-30 22:06:16 +01:00
  • 03b0d832ed Update app.rs (#707) flip111 2017-12-30 22:04:21 +01:00
  • 636bbc7c8f Speeding CI builds Lilian A. Moraru 2017-12-19 01:04:49 +02:00
  • 162e085b98 Add note about --smart-case smartness dana 2017-12-18 15:04:56 -06:00
  • 86c890bcec Improve detection of upper-case characters by smart-case feature dana 2017-12-18 14:56:01 -06:00
  • d775259ed9 Add armhf build to Travis CI Lilian A. Moraru 2017-12-17 15:41:51 +02:00
  • d73a75d6cd Omit context separators when using a contextless option like -c or -l dana 2017-11-27 12:50:24 -06:00
  • 7ae1f373c2 clippy: fix warnings about useless format call and remove references that would be immediately dereferenced by the compiler. Matthias Krüger 2017-11-19 17:26:06 +01:00
  • 4d34132365 clippy: main.rs: call Clone() on trait instead of ref-counted pointers and pass Arc<Args> by ref more often. Matthias Krüger 2017-11-19 16:48:31 +01:00
  • 5173bfb11b clippy: docs: put more relevant things into backticks. Matthias Krüger 2017-11-19 16:36:55 +01:00
  • 8141da9d39 clippy: string constants have static lifetime by default. Matthias Krüger 2017-11-19 16:32:21 +01:00
  • 373e0595e6 bump bytecount to 0.2 Igor Gnatenko 2017-11-13 19:55:41 +01:00
  • 1374f15bdf full package name for Gentoo sys-apps/ripgrep Jonas Stein 2017-10-24 14:26:10 +02:00
  • 263e8f92b9 Update to memmap 0.6 Dan Burkert 2017-10-28 15:32:43 -07:00
  • 231698f802 switch nb to jupyter M Pacer 2017-11-10 14:38:46 -08:00
  • 3e8b44619d add notebook file extensions to types M Pacer 2017-10-25 13:45:08 -07:00
  • 679198e71a Support both [^...] and [!...] for globset class negation dana 2017-11-16 16:20:16 -06:00
  • 2c84825ccb Bump Cargo.toml version in ReadMe from 0.2 to 0.3 David Barsky 2017-11-17 17:12:16 -05:00
  • 948821753c Add Google Closure Templates type (.soy) Zoltan Kalmar 2017-11-13 15:45:38 +01:00
  • d2a3b61220 bump crossbeam to 0.3 Igor Gnatenko 2017-11-10 16:23:53 +01:00
  • acb57eb4ad Add Protocol Buffer file type. Jesse Claven 2017-11-08 13:25:55 +01:00
  • 256aeb5546 Added example for --colors to README Reuben D'Netto 2017-11-03 21:46:29 +11:00
  • a9377da624 Support ripgrep-bin installation with linuxbrew Francois Ferrand 2017-10-25 13:35:24 +02:00
  • c794ef2f04 fix some typos Martin Lindhe 2017-10-30 13:27:16 +01:00
  • 8b9eba2147 Properly match the rules "**/" and "!**/" Brian Campbell 2017-10-23 22:52:01 -04:00
  • c4732ca012 Correct spelling mistakes in readme file. Christoph Michelbach 2017-10-31 22:17:35 +01:00
  • 1aec4b1123 update brew tap Andrew Gallant 2017-10-22 11:15:11 -04:00
  • c4e1945384 cargo: bump to 0.7.1 0.7.1 Andrew Gallant 2017-10-22 10:33:09 -04:00
  • 04d17040e7 changelog 0.7.1 Andrew Gallant 2017-10-22 10:31:26 -04:00
  • 8c8c83a1f8 deps: bump ignore to 0.3.1 Andrew Gallant 2017-10-22 10:28:05 -04:00
  • 5714dbde09 ignore: partially revert symlink loop check optimization Andrew Gallant 2017-10-22 10:26:50 -04:00
  • 71b5b9c22c deps: bump ignore to 0.3.1 ignore-0.3.1 Andrew Gallant 2017-10-22 10:28:05 -04:00
  • 3f505931bd ignore: partially revert symlink loop check optimization Andrew Gallant 2017-10-22 10:26:50 -04:00
  • 311ccb1f6b update brew tap Andrew Gallant 2017-10-22 08:08:49 -04:00
  • efa4de8126 cargo: bump to 0.7.0 ignore-0.3.0 grep-0.1.7 globset-0.2.1 0.7.0 Andrew Gallant 2017-10-21 22:39:14 -04:00
  • ad5fa56490 changelog 0.7.0 Andrew Gallant 2017-10-21 22:33:23 -04:00
  • 1bf9d29259 ignore: be fastidious with file handles Andrew Gallant 2017-10-21 22:29:21 -04:00
  • 2a14bf2249 printer: fix colors on empty matches Andrew Gallant 2017-10-21 20:36:51 -04:00
  • f0028a66ec style Andrew Gallant 2017-10-21 20:32:43 -04:00
  • 08060a2105 deps: update everything Andrew Gallant 2017-10-21 19:42:34 -04:00
  • cd575d99f8 ignore: upgrade to walkdir 2 Andrew Gallant 2017-10-21 19:27:04 -04:00
  • 1267f01c24 deps: upgrade to memchr 2 Andrew Gallant 2017-10-21 18:45:39 -04:00
  • 322d5515e5 style: 80 cols Andrew Gallant 2017-10-21 18:45:24 -04:00
  • f4770c2094 Fix typos Shubham Lagwankar 2017-10-21 22:18:34 -04:00
  • f887bc1f86 printer: --only-matching works with --replace Evgeny Kulikov 2017-09-01 20:13:44 +03:00
  • 363a4fa9b7 Fix path passed to try_create_bytes() Sebastian Nowicki 2017-10-16 15:29:55 +02:00
  • 712311fdc6 Don't create command until we know we can test it Sebastian Nowicki 2017-10-16 14:35:26 +02:00
  • 0d2354aca6 Wrap comments to 79 columns Sebastian Nowicki 2017-10-16 14:27:15 +02:00
  • 8dc513b5d2 Skip regression 210 test on APFS Sebastian Nowicki 2017-10-16 11:45:20 +02:00
  • a98156e71c Fix minor typos TJ Rana 2017-10-14 00:08:33 -04:00
  • cf94072429 State the default case sensitivity Trent Davis 2017-10-11 09:18:36 +10:00
  • db14046de4 Add purescript to built-in types James Smith 2017-10-09 12:04:25 +01:00
  • 36091591f0 Add troubleshooting notes re: conflicting tools/aliases dana 2017-10-11 19:00:11 -05:00
  • 12ffcb4296 readme: clarify intro Andrew Gallant 2017-10-10 18:33:23 -04:00
  • e7c06b92fb Fix printing context after an early return from a search Antti Keränen 2017-10-01 19:53:02 +03:00
  • 353806b87a Type improvements (config, license, sh, systemd, &c.) dana 2017-09-08 15:44:57 -05:00
  • aebb132a86 Addressed code reivew. Omer Katz 2017-09-18 16:56:37 +03:00
  • ab4b6ab9c3 Ripgrep installs from Linuxbrew just fine and works as expected. Omer Katz 2017-09-11 11:59:28 +03:00
  • 413178bc2c Add support for Dockerfiles filtering Félix Cantournet 2017-09-28 18:07:07 +02:00
  • 58fb4f987e Update README to be more explicit about precompiled binaries (fixes #618) dana 2017-09-30 20:05:12 -05:00
  • 4f1d6af296 globset README version bump Benjamin Sago 2017-10-02 12:33:12 +02:00
  • 6b79349f83 Rewording README Daniel Vergeylen 2017-10-03 17:36:37 +02:00
  • f858828f61 Update README Daniel Vergeylen 2017-10-03 17:01:36 +02:00
  • 67b835fe2a Color --replace text using the match type James McCoy 2017-10-06 22:15:57 -04:00
  • 214f2bef66 add support for terraform file type Tri Nguyen 2017-09-22 23:17:03 -04:00
  • 1136f8adab Avoid expensive check with --files (fixes #600) Christof Marti 2017-09-08 16:00:10 -07:00
  • beb010d004 doc: clarify --with-filename behavior with --heading Dan Fabulich 2017-09-06 02:34:57 -07:00
  • f9cbf7d3d4 tweak working Andrew Gallant 2017-09-04 11:14:57 -04:00
  • 7eb1dd129e Add support for Standard ML file types Philip Munksgaard 2017-09-04 12:44:54 +02:00
  • a5f82e8826 ignore: add grouped toggle for standard filters Alex Burka 2017-08-29 14:36:46 -04:00
  • ca6bd648ab Add Elm file type. Jesse Claven 2017-08-30 11:57:12 +02:00
  • af77dd55a2 Update encoding_rs to 0.7.0 Henri Sivonen 2017-08-28 13:19:17 +03:00
  • 3065a8c9c8 restore the default SIGPIPE behavior as a temporary workaround Jack O'Connor 2017-08-27 14:32:20 -04:00
  • 208c11af56 deps: bump termcolor in lock file Andrew Gallant 2017-08-27 11:34:58 -04:00
  • 12a78a992c termcolor-0.3.3 termcolor-0.3.3 Andrew Gallant 2017-08-27 11:05:55 -04:00
  • d97c80be63 termcolor: make StandardStream be Send Andrew Gallant 2017-08-27 10:14:25 -04:00
  • 5213bd30ea termcolor: 80 cols Andrew Gallant 2017-08-27 10:00:01 -04:00
  • 82d101907a ignore: document git_global enabled by default Alex Burka 2017-08-25 13:58:17 -04:00
  • 30608f2444 readme: update minimum version Andrew Gallant 2017-08-23 23:08:21 -04:00
  • 3d323928a0 update brew tap Andrew Gallant 2017-08-23 22:04:16 -04:00
  • 8b6a3bc858 ci: unpin nightly, redux 0.6.0 Andrew Gallant 2017-08-23 20:05:23 -04:00
  • e10544f819 0.6.0 Andrew Gallant 2017-08-23 19:54:50 -04:00
  • dc7e39a6ba cargo: add crates.io badges Andrew Gallant 2017-08-23 19:54:33 -04:00
  • 36c16eb00c bump deps Andrew Gallant 2017-08-23 19:52:13 -04:00
  • fffee61f80 changelog 0.6.0 Andrew Gallant 2017-08-23 19:49:35 -04:00
  • 4cfb2b515b ci: bump rustc from 1.16 to 1.17 Andrew Gallant 2017-08-23 19:49:02 -04:00
  • 398326bfe2 doc: note that ripgrep may terminate unexpectedly Andrew Gallant 2017-08-23 19:14:27 -04:00
  • 01358a155c man: synchronize man page with --help Andrew Gallant 2017-08-23 19:13:52 -04:00
  • 30ca3ecca6 ci: strip ripgrep binary on Unix Andrew Gallant 2017-08-23 18:06:53 -04:00
  • dbc91644fd Types extension and Yocto renaming to BitBake Lilian A. Moraru 2017-07-08 12:42:36 +00:00