commit_hash stringlengths 40 40 | author stringlengths 1 57 | date timestamp[s]date 2010-07-26 04:45:09 2026-04-14 18:21:10 | message stringlengths 8 1.39M | diff stringlengths 68 51.2k | files_changed int64 1 136 | insertions int64 0 2.35k | deletions int64 0 1.9k |
|---|---|---|---|---|---|---|---|
826f3fad5b2d08c4af26d387a2d2256f90743ae3 | Christian Vallentin | 2023-01-15T13:16:27 | ignore/api: add Clone and Debug impls for OverrideBuilder
PR #2397 | diff --git a/crates/ignore/src/overrides.rs b/crates/ignore/src/overrides.rs
index d42d67c..e96b8e0 100644
--- a/crates/ignore/src/overrides.rs
+++ b/crates/ignore/src/overrides.rs
@@ -106,6 +106,7 @@ impl Override {
}
/// Builds a matcher for a set of glob overrides.
+#[derive(Clone, Debug)]
pub struct OverrideBu... | 1 | 1 | 0 |
d58e9353fc82c03f434cfd9fc823f14930119736 | Andrew Gallant | 2023-01-05T14:13:47 | deps: update to grep 0.2.11 | diff --git a/Cargo.toml b/Cargo.toml
index 0845aa1..7034e29 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,7 +43,7 @@ members = [
[dependencies]
bstr = "1.1.0"
-grep = { version = "0.2.8", path = "crates/grep" }
+grep = { version = "0.2.11", path = "crates/grep" }
ignore = { version = "0.4.19", path = "crates/ign... | 1 | 1 | 1 |
ca60fef4dbb090523d3e59c69a74394aead962ae | Andrew Gallant | 2023-01-05T14:12:49 | grep-0.2.11 | diff --git a/Cargo.lock b/Cargo.lock
index b60cb5a..2eb2049 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -152,7 +152,7 @@ dependencies = [
[[package]]
name = "grep"
-version = "0.2.10"
+version = "0.2.11"
dependencies = [
"grep-cli",
"grep-matcher",
diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml
i... | 2 | 2 | 2 |
a25307d6c838b9770175dceb0c67b752ecbb2190 | Andrew Gallant | 2023-01-05T14:12:37 | deps: update to grep-printer 0.1.7 | diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml
index 2fa5c03..2b13f9e 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -17,7 +17,7 @@ edition = "2018"
grep-cli = { version = "0.1.7", path = "../cli" }
grep-matcher = { version = "0.1.6", path = "../matcher" }
grep-pcre2 = { version = ... | 1 | 1 | 1 |
b80947a8b3bac4fe99b3d7cb1622f1ff0bdb6d34 | Andrew Gallant | 2023-01-05T14:11:16 | grep-printer-0.1.7 | diff --git a/Cargo.lock b/Cargo.lock
index d435a16..b60cb5a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -197,7 +197,7 @@ dependencies = [
[[package]]
name = "grep-printer"
-version = "0.1.6"
+version = "0.1.7"
dependencies = [
"base64",
"bstr",
diff --git a/crates/printer/Cargo.toml b/crates/printer/Cargo.toml... | 2 | 2 | 2 |
ad793a0d8f387be1fce20d862f26f75533b84b28 | Andrew Gallant | 2023-01-05T14:07:49 | deps: update to grep-searcher 0.1.11 | diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml
index f0168ba..2fa5c03 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -19,7 +19,7 @@ grep-matcher = { version = "0.1.6", path = "../matcher" }
grep-pcre2 = { version = "0.1.6", path = "../pcre2", optional = true }
grep-printer = { versi... | 2 | 2 | 2 |
120e55e7c7502c843c8548f1d694ebdf72fc114c | Andrew Gallant | 2023-01-05T14:07:09 | grep-searcher-0.1.11 | diff --git a/Cargo.lock b/Cargo.lock
index 83e655b..d435a16 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -224,7 +224,7 @@ dependencies = [
[[package]]
name = "grep-searcher"
-version = "0.1.10"
+version = "0.1.11"
dependencies = [
"bstr",
"bytecount",
diff --git a/crates/searcher/Cargo.toml b/crates/searcher/Ca... | 2 | 2 | 2 |
3941a7701d4a691075d6aa3d9450aed9709052df | Andrew Gallant | 2023-01-05T14:06:52 | deps: update to grep-pcre2 0.1.6 | diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml
index d855501..f0168ba 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -16,7 +16,7 @@ edition = "2018"
[dependencies]
grep-cli = { version = "0.1.7", path = "../cli" }
grep-matcher = { version = "0.1.6", path = "../matcher" }
-grep-pcre... | 1 | 1 | 1 |
96e130fbf97e084484491e5edc481b93f1f26700 | Andrew Gallant | 2023-01-05T14:05:59 | grep-pcre2-0.1.6 | diff --git a/Cargo.lock b/Cargo.lock
index efd98de..83e655b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -189,7 +189,7 @@ dependencies = [
[[package]]
name = "grep-pcre2"
-version = "0.1.5"
+version = "0.1.6"
dependencies = [
"grep-matcher",
"pcre2",
diff --git a/crates/pcre2/Cargo.toml b/crates/pcre2/Cargo.tom... | 2 | 2 | 2 |
180c4eaf8b5d7f6716608e97e3d1080ada9e9a49 | Andrew Gallant | 2023-01-05T14:05:39 | deps: update to grep-regex 0.1.11 | diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml
index e79b960..d855501 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -18,7 +18,7 @@ grep-cli = { version = "0.1.7", path = "../cli" }
grep-matcher = { version = "0.1.6", path = "../matcher" }
grep-pcre2 = { version = "0.1.5", path = ".... | 3 | 3 | 3 |
81529288cfdbb88c3d1e6d4892d30201b956e033 | Andrew Gallant | 2023-01-05T14:02:55 | grep-regex-0.1.11 | diff --git a/Cargo.lock b/Cargo.lock
index 3d96dba..efd98de 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -211,7 +211,7 @@ dependencies = [
[[package]]
name = "grep-regex"
-version = "0.1.10"
+version = "0.1.11"
dependencies = [
"aho-corasick",
"bstr",
diff --git a/crates/regex/Cargo.toml b/crates/regex/Cargo.to... | 2 | 2 | 2 |
bcc7473a87502949c700c546c5afeeba7f40e2ab | Andrew Gallant | 2023-01-05T14:02:40 | deps: update to grep-matcher 0.1.6 | diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml
index 0cbf604..e79b960 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -15,7 +15,7 @@ edition = "2018"
[dependencies]
grep-cli = { version = "0.1.7", path = "../cli" }
-grep-matcher = { version = "0.1.5", path = "../matcher" }
+grep-ma... | 5 | 5 | 5 |
bc78c644db115de518a083e192312da77cfffdca | Andrew Gallant | 2023-01-05T14:00:33 | grep-matcher-0.1.6 | diff --git a/Cargo.lock b/Cargo.lock
index d4bcb7a..3d96dba 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -181,7 +181,7 @@ dependencies = [
[[package]]
name = "grep-matcher"
-version = "0.1.5"
+version = "0.1.6"
dependencies = [
"memchr",
"regex",
diff --git a/crates/matcher/Cargo.toml b/crates/matcher/Cargo.tom... | 2 | 2 | 2 |
dc7267a0fb9849c3d25833e4b4d6daf4992d1595 | Andrew Gallant | 2023-01-05T13:58:47 | deps: update to grep-cli 0.1.7 | diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml
index e655573..0cbf604 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -14,7 +14,7 @@ license = "Unlicense OR MIT"
edition = "2018"
[dependencies]
-grep-cli = { version = "0.1.6", path = "../cli" }
+grep-cli = { version = "0.1.7", path... | 1 | 1 | 1 |
3224324e257d4cb187df50fcb78278095b2b0865 | Andrew Gallant | 2023-01-05T13:57:31 | grep-cli-0.1.7 | diff --git a/Cargo.lock b/Cargo.lock
index fa08aa1..d4bcb7a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -166,7 +166,7 @@ dependencies = [
[[package]]
name = "grep-cli"
-version = "0.1.6"
+version = "0.1.7"
dependencies = [
"atty",
"bstr",
diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml
index c35387e... | 2 | 2 | 2 |
0f61f08eb11f4179f341c9ddf492d388194fc78b | Andrew Gallant | 2023-01-05T13:57:05 | deps: update to ignore 0.4.19 | diff --git a/Cargo.toml b/Cargo.toml
index d9ab05a..0845aa1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -44,7 +44,7 @@ members = [
[dependencies]
bstr = "1.1.0"
grep = { version = "0.2.8", path = "crates/grep" }
-ignore = { version = "0.4.18", path = "crates/ignore" }
+ignore = { version = "0.4.19", path = "crates/i... | 1 | 1 | 1 |
a0e8dbe9df412f68f9b3a64c2f18fba4f8a2147a | Andrew Gallant | 2023-01-05T13:55:46 | ignore-0.4.19 | diff --git a/Cargo.lock b/Cargo.lock
index 1b7828a..fa08aa1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -248,7 +248,7 @@ dependencies = [
[[package]]
name = "ignore"
-version = "0.4.18"
+version = "0.4.19"
dependencies = [
"crossbeam-channel",
"globset",
diff --git a/crates/ignore/Cargo.toml b/crates/ignore/Ca... | 2 | 2 | 2 |
e95254a86f484eec663be4714924d91d3cf39cb8 | Andrew Gallant | 2023-01-05T13:51:08 | deps: remove ignore's dependency on crossbeam-utils
Scoped threads are now part of std. | diff --git a/Cargo.lock b/Cargo.lock
index 742451c..1b7828a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -251,7 +251,6 @@ name = "ignore"
version = "0.4.18"
dependencies = [
"crossbeam-channel",
- "crossbeam-utils",
"globset",
"lazy_static",
"log",
diff --git a/crates/ignore/Cargo.toml b/crates/ignore/Cargo.to... | 3 | 3 | 6 |
2f484d8ce51618e7a8bdbca24190640d9aba1be3 | Andrew Gallant | 2023-01-05T13:49:38 | deps: update to globset 0.4.10 | diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml
index 2bdb3bf..c35387e 100644
--- a/crates/cli/Cargo.toml
+++ b/crates/cli/Cargo.toml
@@ -16,7 +16,7 @@ edition = "2018"
[dependencies]
atty = "0.2.11"
bstr = "1.1.0"
-globset = { version = "0.4.9", path = "../globset" }
+globset = { version = "0.4.10", path... | 2 | 2 | 2 |
364772ddd27d894ae3607a8c2b2314d47108ce0f | Andrew Gallant | 2023-01-05T13:45:47 | globset-0.4.10 | diff --git a/Cargo.lock b/Cargo.lock
index 6479642..742451c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -137,7 +137,7 @@ checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
[[package]]
name = "globset"
-version = "0.4.9"
+version = "0.4.10"
dependencies = [
"aho-corasick",
"bstr",
dif... | 2 | 2 | 2 |
2e207833bc3844e30f9bbd02f8dd193f26c8b54f | Andrew Gallant | 2023-01-05T13:33:43 | deps: upgrade to jemallocator 0.5 | diff --git a/Cargo.lock b/Cargo.lock
index 641b0af..6479642 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -271,9 +271,9 @@ checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
[[package]]
name = "jemalloc-sys"
-version = "0.3.2"
+version = "0.5.2+5.3.0-patched"
source = "registry+https://git... | 2 | 5 | 5 |
92b35a65f8eabab9c594d0abbba48a0a97dde741 | Andrew Gallant | 2023-01-05T13:21:49 | deps: upgrade to base64 0.20 | diff --git a/Cargo.lock b/Cargo.lock
index 0f0fbdf..641b0af 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -24,9 +24,9 @@ dependencies = [
[[package]]
name = "base64"
-version = "0.13.1"
+version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9e1b586273c5702936fe7b7d6896644d8... | 2 | 3 | 3 |
ac8fecbbf2e3be6dc3fca2ebc1a31a046d57553a | Andrew Gallant | 2023-01-05T13:19:33 | deps: upgrade bstr to 1.1 | diff --git a/Cargo.lock b/Cargo.lock
index d3ff942..0f0fbdf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -36,13 +36,14 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bstr"
-version = "0.2.17"
+version = "1.1.0"
source = "registry+https://github.com/rust-lang/cra... | 9 | 12 | 11 |
85968173742e7b92835483f9c86aa4ee1795673d | Andrew Gallant | 2023-01-05T13:16:32 | deps: do semver compatible upgrades | diff --git a/Cargo.lock b/Cargo.lock
index 2530fde..d3ff942 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -306,9 +306,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
-version = "0.2.138"
+version = "0.2.139"
source = "registry+https://github.com/rust-lang/... | 1 | 8 | 8 |
28bff84a0adf2180d443584f6218799da34ae8f6 | Andrew Gallant | 2023-01-05T13:15:09 | deps: remove 'num_cpus'
Now that std::thread::available_parallelism is a thing, we no longer
need num_cpus. | diff --git a/Cargo.lock b/Cargo.lock
index a173472..2530fde 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -340,16 +340,6 @@ dependencies = [
"libc",
]
-[[package]]
-name = "num_cpus"
-version = "1.14.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f6058e64324c71e02bc2b150e4f3bc8286d... | 4 | 56 | 53 |
61101289fabc032fd8e90009c41d0b78e6dfc9a2 | Alex Touchet | 2022-12-21T12:37:09 | cargo: set rust-version
This should hopefully make compilation errors from using
an older-than-supported compiler more helpful.
PR #2373 | diff --git a/Cargo.toml b/Cargo.toml
index fb78fcb..84f00e7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,6 +17,7 @@ exclude = ["HomebrewFormula"]
build = "build.rs"
autotests = false
edition = "2018"
+rust-version = "1.65"
[[bin]]
bench = false | 1 | 1 | 0 |
13faa39b661aac0b0c3e88fc026670c089be303a | Andrew Gallant | 2022-12-20T14:23:29 | deps: update all dependencies within semver
Note that this adds a new dependency, 'unicode-ident', and removes
'unicode-xid'. I looked briefly at 'unicode-ident' and all looks okay.
It is also permissively licensed. | diff --git a/Cargo.lock b/Cargo.lock
index 4fd4188..a173472 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4,9 +4,9 @@ version = 3
[[package]]
name = "aho-corasick"
-version = "0.7.18"
+version = "0.7.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1e37cfd5e7657ada45f742d6e99ca57885... | 1 | 58 | 59 |
7f23cd63a51d45415bb3df28d053562844194767 | Armin Brauns | 2022-11-14T13:31:07 | ignore/types: add automated test for sortedness
People occasionally get this wrong and I've been manually
checking it. Instead, let's have CI do it automatically.
PR #2351 | diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs
index ffd721d..e6a3a8f 100644
--- a/crates/ignore/src/default_types.rs
+++ b/crates/ignore/src/default_types.rs
@@ -291,3 +291,26 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
]),
("zstd", &["*.zst", "*.zstd"]),
];
+
+... | 1 | 23 | 0 |
25a4eaf5aef2aa0a06dc53d6eef2dce1e0333ea2 | Armin Brauns | 2022-11-14T12:42:57 | ignore/types: add devicetree filetype
See: https://www.devicetree.org/
PR #2349 | diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs
index 3b43cba..ffd721d 100644
--- a/crates/ignore/src/default_types.rs
+++ b/crates/ignore/src/default_types.rs
@@ -56,6 +56,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("cython", &["*.pyx", "*.pxi", "*.pxd"]),
("d"... | 1 | 1 | 0 |
65b1b0e38a973ce15d887a1b01d27cabe391cd24 | jgart | 2022-11-01T11:17:00 | ignore/types: add carp
See: https://github.com/carp-lang/Carp
PR #2343 | diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs
index 8e31fc4..3b43cba 100644
--- a/crates/ignore/src/default_types.rs
+++ b/crates/ignore/src/default_types.rs
@@ -33,6 +33,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("c", &["*.[chH]", "*.[chH].in", "*.cats"]),
(... | 1 | 1 | 0 |
c032cda4b7afe2399109ebe42bc2d44d56de1f1b | Glenn Slotte | 2022-10-29T17:49:19 | ignore/types: add ReScript and ReasonML
PR #2340 | diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs
index 0c9f8be..8e31fc4 100644
--- a/crates/ignore/src/default_types.rs
+++ b/crates/ignore/src/default_types.rs
@@ -189,7 +189,9 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("racket", &["*.rkt"]),
("rdoc", &["*.rdoc"]... | 1 | 2 | 0 |
eab044d829e1f5bcd1d3fd6a6f49ff732240da09 | Marcin Nowak-Liebiediew | 2022-10-20T13:22:41 | ignore/types: add motoko and candid
See: https://github.com/dfinity/candid
See: https://github.com/dfinity/motoko
PR #2335 | diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs
index b3a5c95..0c9f8be 100644
--- a/crates/ignore/src/default_types.rs
+++ b/crates/ignore/src/default_types.rs
@@ -32,6 +32,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("bzip2", &["*.bz2", "*.tbz2"]),
("c", &["*.[c... | 1 | 2 | 0 |
515f120b5c2c7984c8dfa8bafeda42916457b0ba | Dave Rolsky | 2022-09-24T17:23:59 | doc: fix typo
PR #2313 | diff --git a/crates/ignore/src/walk.rs b/crates/ignore/src/walk.rs
index b381197..8625b5f 100644
--- a/crates/ignore/src/walk.rs
+++ b/crates/ignore/src/walk.rs
@@ -941,7 +941,7 @@ impl Walk {
// overheads; an example of this was a bespoke filesystem layer in
// Windows that hosted files remotely and ... | 1 | 1 | 1 |
a66315d232b49e623268de801af19460108ba514 | Linda_pp | 2022-08-31T12:11:13 | ignore/types: add *.cjs, *.mjs, *.cts, *.mts
These are used by both Node.js and TypeScript to indicate that a file
is CommonJS or ES.
Node.js: https://nodejs.org/api/esm.html
TypeScript: https://www.typescriptlang.org/docs/handbook/esm-node.html#new-file-extensions
PR #2297 | diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs
index 6f0c833..b3a5c95 100644
--- a/crates/ignore/src/default_types.rs
+++ b/crates/ignore/src/default_types.rs
@@ -95,7 +95,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("java", &["*.java", "*.jsp", "*.jspx", "*.properti... | 1 | 2 | 2 |
bdf10ab7c0def9070765f459bdf528522b34bab4 | Nacho Barrientos | 2022-08-21T16:32:03 | ignore/types: add embedded puppet templates
.epp files are getting more and more common in Puppet code bases so it
makes sense I think to include them as part of the "puppet" type.
https://puppet.com/docs/puppet/7/lang_template_epp.html
PR #2141 | diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs
index 26589b7..6f0c833 100644
--- a/crates/ignore/src/default_types.rs
+++ b/crates/ignore/src/default_types.rs
@@ -178,7 +178,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("postscript", &["*.eps", "*.ps"]),
("protob... | 1 | 1 | 1 |
a02678800bdbb67490ecfcfbe218e7465a6756dc | John Saigle | 2022-08-17T13:37:32 | ignore/types: add Solidity
See: https://soliditylang.org/about/
PR #2284 | diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs
index f006f51..26589b7 100644
--- a/crates/ignore/src/default_types.rs
+++ b/crates/ignore/src/default_types.rs
@@ -225,6 +225,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("slim", &["*.skim", "*.slim", "*.slime"]),
... | 1 | 1 | 0 |
3bb71b0cb8727ac43237af78ba5c707298de0128 | drebelsky | 2022-08-06T18:29:27 | doc: fix a few typos
PR #2274 | diff --git a/crates/core/app.rs b/crates/core/app.rs
index 215a2b7..51527fe 100644
--- a/crates/core/app.rs
+++ b/crates/core/app.rs
@@ -875,8 +875,8 @@ Print the 0-based byte offset within the input file before each line of output.
If -o (--only-matching) is specified, print the offset of the matching part
itself.
... | 1 | 3 | 3 |
87b33c96c02b5d728324632956d301ef3d234f80 | Malte | 2022-07-18T14:35:09 | ignore/types: improve 'markdown' and 'php' types
This adds some lesser known extensions.
Notably, it adds php7 and php8, but not php6. Apparently,
php6 was never a thing: https://wiki.php.net/rfc/php6
PR #2263 | diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs
index 84ad7f6..f006f51 100644
--- a/crates/ignore/src/default_types.rs
+++ b/crates/ignore/src/default_types.rs
@@ -146,9 +146,9 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
]),
("mako", &["*.mako", "*.mao"]),
("m... | 1 | 8 | 3 |
5e975c43f883f95e82fead3c663dadf70fe7b2ae | Andrew Gallant | 2022-07-15T14:13:55 | doc: appease rustdoc | diff --git a/crates/regex/src/config.rs b/crates/regex/src/config.rs
index 75dfa57..5f40b8c 100644
--- a/crates/regex/src/config.rs
+++ b/crates/regex/src/config.rs
@@ -191,7 +191,7 @@ impl ConfiguredHIR {
/// text anchors. We disable it by not returning a line terminator, since
/// without a line terminator,... | 1 | 1 | 1 |
7efa2e46d3f91450113cba3880e5cd88caf3c74c | Andrew Gallant | 2022-07-15T14:06:53 | grep-0.2.10 | diff --git a/Cargo.lock b/Cargo.lock
index 5962f88..4fd4188 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -152,7 +152,7 @@ dependencies = [
[[package]]
name = "grep"
-version = "0.2.9"
+version = "0.2.10"
dependencies = [
"grep-cli",
"grep-matcher",
diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml
in... | 2 | 2 | 2 |
db0b92b62d51cb6f8f1a3a1a60bdc4b4708e6346 | Andrew Gallant | 2022-07-15T14:06:31 | grep: bump grep-searcher to 0.1.10
This was a result of leaving a stray 'dbg!'. | diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml
index d1ec542..b871e5c 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -19,7 +19,7 @@ grep-matcher = { version = "0.1.5", path = "../matcher" }
grep-pcre2 = { version = "0.1.5", path = "../pcre2", optional = true }
grep-printer = { versi... | 1 | 1 | 1 |
33b81cac48a9716f76351e9d922b88f2c940c140 | Andrew Gallant | 2022-07-15T14:05:46 | grep-searcher-0.1.10 | diff --git a/Cargo.lock b/Cargo.lock
index 2a0d7b0..5962f88 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -224,7 +224,7 @@ dependencies = [
[[package]]
name = "grep-searcher"
-version = "0.1.9"
+version = "0.1.10"
dependencies = [
"bstr",
"bytecount",
diff --git a/crates/searcher/Cargo.toml b/crates/searcher/Car... | 2 | 2 | 2 |
6a13a4f64dc7648e15a914b470f0aaae0fc3f6f0 | Andrew Gallant | 2022-07-15T14:05:20 | searcher: remove stray 'dbg!' | diff --git a/crates/searcher/src/searcher/core.rs b/crates/searcher/src/searcher/core.rs
index e68780a..7d6ccd6 100644
--- a/crates/searcher/src/searcher/core.rs
+++ b/crates/searcher/src/searcher/core.rs
@@ -108,7 +108,7 @@ impl<'s, M: Matcher, S: Sink> Core<'s, M, S> {
}
pub fn match_by_line(&mut self, bu... | 1 | 1 | 1 |
b13d835d95ef86e38d9d2908c954a337f91669e0 | Andrew Gallant | 2022-07-15T14:03:06 | grep-0.2.9 | diff --git a/Cargo.lock b/Cargo.lock
index ac663a7..2a0d7b0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -152,7 +152,7 @@ dependencies = [
[[package]]
name = "grep"
-version = "0.2.8"
+version = "0.2.9"
dependencies = [
"grep-cli",
"grep-matcher",
diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml
ind... | 2 | 2 | 2 |
d53506b7f7b20100af1de0ee86aff8ee205b4fff | Andrew Gallant | 2022-07-15T14:02:41 | grep: bump 'grep-regex' and 'grep-searcher'
To 0.1.10 and 0.1.9, respectively. | diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml
index cefb936..61adbc2 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -18,8 +18,8 @@ grep-cli = { version = "0.1.6", path = "../cli" }
grep-matcher = { version = "0.1.5", path = "../matcher" }
grep-pcre2 = { version = "0.1.5", path = ".... | 1 | 2 | 2 |
78a35d4d436e7326c8a18565a9fb7aa0b08958b5 | Andrew Gallant | 2022-07-15T14:02:24 | grep-searcher-0.1.9 | diff --git a/Cargo.lock b/Cargo.lock
index 6f09cb8..ac663a7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -224,7 +224,7 @@ dependencies = [
[[package]]
name = "grep-searcher"
-version = "0.1.8"
+version = "0.1.9"
dependencies = [
"bstr",
"bytecount",
diff --git a/crates/searcher/Cargo.toml b/crates/searcher/Carg... | 2 | 2 | 2 |
a933d0bc90b9eda9fc9c1d6923b92772efc1d341 | Andrew Gallant | 2022-07-15T14:02:06 | searcher: bump grep-regex dep to 0.1.10 | diff --git a/crates/searcher/Cargo.toml b/crates/searcher/Cargo.toml
index e85157b..a3ca3b1 100644
--- a/crates/searcher/Cargo.toml
+++ b/crates/searcher/Cargo.toml
@@ -23,7 +23,7 @@ log = "0.4.5"
memmap = { package = "memmap2", version = "0.5.3" }
[dev-dependencies]
-grep-regex = { version = "0.1.9", path = "../re... | 1 | 1 | 1 |
2cae30e399e7846843bec6fc6db0d5b6c12e7c4e | Andrew Gallant | 2022-07-15T14:01:42 | grep-regex-0.1.10 | diff --git a/Cargo.lock b/Cargo.lock
index 4e2755b..6f09cb8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -211,7 +211,7 @@ dependencies = [
[[package]]
name = "grep-regex"
-version = "0.1.9"
+version = "0.1.10"
dependencies = [
"aho-corasick",
"bstr",
diff --git a/crates/regex/Cargo.toml b/crates/regex/Cargo.tom... | 2 | 2 | 2 |
8e57989cd20379acfca28a341da61df177daca1c | Andrew Gallant | 2022-07-15T13:53:39 | regex: fix matching bug when text anchors are used
It turns out that if there are text anchors (that is, \A or \z, or ^/$
when multi-line is disabled), then the "fast" line searching path isn't
quite correct. Since searching without multi-line mode is exceptionally
rare, we just look for the presence of text anchors a... | diff --git a/crates/regex/src/config.rs b/crates/regex/src/config.rs
index 4f3cc0f..75dfa57 100644
--- a/crates/regex/src/config.rs
+++ b/crates/regex/src/config.rs
@@ -175,6 +175,36 @@ impl ConfiguredHIR {
self.config.crlf && self.expr.is_line_anchored_end()
}
+ /// Returns the line terminator confi... | 4 | 63 | 2 |
e70778e89d6c2d516b0bd78f67f95a416ad6ad3c | tleb | 2022-07-07T16:24:12 | ignore/types: add dts to default types
See: https://devicetree-specification.readthedocs.io/en/v0.3/source-language.html
PR #2255 | diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs
index 4a45fba..84ad7f6 100644
--- a/crates/ignore/src/default_types.rs
+++ b/crates/ignore/src/default_types.rs
@@ -57,6 +57,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("dhall", &["*.dhall"]),
("diff", &["*.patch",... | 1 | 1 | 0 |
87c4a2b4b151b79005955f8543632c27fc34174b | zhimoe | 2022-06-26T22:49:54 | doc: fix typo
PR #2248 | diff --git a/crates/cli/src/human.rs b/crates/cli/src/human.rs
index 2c4213d..ba8bf08 100644
--- a/crates/cli/src/human.rs
+++ b/crates/cli/src/human.rs
@@ -8,7 +8,7 @@ use regex::Regex;
/// An error that occurs when parsing a human readable size description.
///
/// This error provides an end user friendly message ... | 1 | 1 | 1 |
0aa31676e331dd2f3660a454609113d374701a82 | Kian-Meng Ang | 2022-06-24T13:58:20 | doc: fix typos
PR #2245 | diff --git a/crates/cli/src/decompress.rs b/crates/cli/src/decompress.rs
index 365660c..7650870 100644
--- a/crates/cli/src/decompress.rs
+++ b/crates/cli/src/decompress.rs
@@ -382,7 +382,7 @@ impl DecompressionReader {
///
/// `close` is also called in `drop` as a last line of defense against
/// resour... | 8 | 10 | 10 |
dc337bab0ae594c5b913a42c458de89631a56a3e | Andrew Gallant | 2022-06-10T18:11:20 | deps: update to globset 0.4.9 | diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml
index a01221a..e84c632 100644
--- a/crates/cli/Cargo.toml
+++ b/crates/cli/Cargo.toml
@@ -16,7 +16,7 @@ edition = "2018"
[dependencies]
atty = "0.2.11"
bstr = "0.2.0"
-globset = { version = "0.4.7", path = "../globset" }
+globset = { version = "0.4.9", path ... | 2 | 2 | 2 |
2cfb338530ba4e59fea7f832ce2a5c77b957bad2 | Andrew Gallant | 2022-06-10T18:10:34 | globset-0.4.9 | diff --git a/Cargo.lock b/Cargo.lock
index c68e942..4e2755b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -137,7 +137,7 @@ checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
[[package]]
name = "globset"
-version = "0.4.8"
+version = "0.4.9"
dependencies = [
"aho-corasick",
"bstr",
diff... | 2 | 2 | 2 |
48646e3451798941cf449cbbb86049e9b44914c1 | Sergio Benitez | 2022-06-10T18:10:09 | globset: make 'log' an optional feature
PR #1910 | diff --git a/crates/globset/Cargo.toml b/crates/globset/Cargo.toml
index 51ca805..5b360f5 100644
--- a/crates/globset/Cargo.toml
+++ b/crates/globset/Cargo.toml
@@ -23,7 +23,7 @@ bench = false
aho-corasick = "0.7.3"
bstr = { version = "0.2.0", default-features = false, features = ["std"] }
fnv = "1.0.6"
-log = "0.4.... | 2 | 14 | 3 |
985394a19edbe878449bff0086c831a46c79e7af | Andrew Gallant | 2022-06-10T13:39:17 | deps: update to packed_simd_2 0.3.8
It broke on latest nightly. I'm *very* close to just removing the
'simd-accel' feature altogether.
Fixes #2230 | diff --git a/Cargo.lock b/Cargo.lock
index 2ba4349..c68e942 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,5 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
+version = 3
+
[[package]]
name = "aho-corasick"
version = "0.7.18"
@@ -357,9 +359,9 @@ checksum = "87f3e03... | 1 | 4 | 2 |
ec36f8c3ff26ae5e2f037cab5f831274e083729f | jgart | 2022-06-08T17:29:17 | ignore/types: add pants
See: https://www.pantsbuild.org/
PR #2228 | diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs
index 7241495..4a45fba 100644
--- a/crates/ignore/src/default_types.rs
+++ b/crates/ignore/src/default_types.rs
@@ -162,6 +162,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("objcpp", &["*.h", "*.mm"]),
("ocaml", &["*... | 1 | 1 | 0 |
a726d03641e081aa0f4c4a1b9f24f5a905fd5d04 | jpe90 | 2022-05-23T00:08:45 | ignore/types: add hare to default types
PR #2219 | diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs
index 47da7f7..7241495 100644
--- a/crates/ignore/src/default_types.rs
+++ b/crates/ignore/src/default_types.rs
@@ -83,6 +83,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("gzip", &["*.gz", "*.tgz"]),
("h", &["*.h", "... | 1 | 1 | 0 |
91afd4214a9ada15e475bba02694f4fb50079cbc | Andrew Gallant | 2022-05-11T12:11:47 | printer: fix duplicative replacement in multiline mode
This furthers our kludge of dealing with PCRE2's look-around in the
printer. Because of our bad abstraction boundaries, we added a kludge to
deal with PCRE2 look-around by extending the bytes we search by a fixed
amount to hopefully permit any look-around to opera... | diff --git a/crates/printer/src/util.rs b/crates/printer/src/util.rs
index 434deec..73a2996 100644
--- a/crates/printer/src/util.rs
+++ b/crates/printer/src/util.rs
@@ -82,26 +82,26 @@ impl<M: Matcher> Replacer<M> {
dst.clear();
matches.clear();
- matcher
- .replace... | 2 | 124 | 20 |
4dc6c73c5a9203c5a8a89ce2161feca542329812 | Keith Smiley | 2022-05-09T15:50:34 | ignore/types: improve Bazel globs
MODULE.bazel is a new file, and WORKSPACE.bazel was always supported
similar to BUILD.bazel vs BUILD.
PR #2203 | diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs
index 0cd9b12..47da7f7 100644
--- a/crates/ignore/src/default_types.rs
+++ b/crates/ignore/src/default_types.rs
@@ -23,7 +23,8 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("avro", &["*.avdl", "*.avpr", "*.avsc"]),
("a... | 1 | 2 | 1 |
36d03b410181fbaca590a0b6601c148bd921d73f | Alex Touchet | 2022-05-09T11:52:11 | cargo: use SPDX license format for all crates
This was done for the main crate in d11a3b33773620bcc593f82b557757f0c2ec8a05.
See also #987.
PR #2204 | diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml
index 86ca9cb..a01221a 100644
--- a/crates/cli/Cargo.toml
+++ b/crates/cli/Cargo.toml
@@ -10,7 +10,7 @@ homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/cli"
repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/cli"
readm... | 9 | 9 | 9 |
d161acb0a360cd437214048e2580f4604f8d4b44 | Conrad Meyer | 2022-04-25T11:38:03 | ignore/types: add '*.hh' to C++ headers
Like .hpp, .hh is an occasionally used extension for C++ headers
(to distinguish them from C headers). At least one popular project,
FreeBSD, uses this extension.
See also: https://docs.fileformat.com/programming/hh/
PR #2192 | diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs
index 8f974ad..0cd9b12 100644
--- a/crates/ignore/src/default_types.rs
+++ b/crates/ignore/src/default_types.rs
@@ -80,7 +80,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("gradle", &["*.gradle"]),
("groovy", &["*.gro... | 1 | 1 | 1 |
30ee6f08ee8e22c42ab2ef837c764f52656d025b | Matrix Dai | 2022-04-19T14:36:14 | ignore/types: add '*.asp' for asp type
The `*.asp` was not included in the type "asp" when it was added.
https://github.com/BurntSushi/ripgrep/pull/1134
PR #2188 | diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs
index 519bb4c..8f974ad 100644
--- a/crates/ignore/src/default_types.rs
+++ b/crates/ignore/src/default_types.rs
@@ -16,7 +16,8 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("asciidoc", &["*.adoc", "*.asc", "*.asciidoc"]),
... | 1 | 2 | 1 |
ced5b92aa93eb47e892bd2fd26ab454008721730 | Andrew Gallant | 2022-03-21T12:41:55 | deps: bump memmap2 to 0.5
Looking at the memmap2 CHANGELOG, there don't appear to be any breaking
changes that impact us. | diff --git a/Cargo.lock b/Cargo.lock
index 08e5700..2ba4349 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,7 +1,5 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
-version = 3
-
[[package]]
name = "aho-corasick"
version = "0.7.18"
@@ -334,9 +332,9 @@ checksum = "308cc39... | 2 | 3 | 5 |
191315a2ea2cc2d7ba7e82d11fd49f713d7653da | Andrew Gallant | 2022-03-21T12:37:18 | deps: update everything
Surprisingly looks like no new dependencies were added! Yay! And we
removed an extra copy of 'cfg-if' due to what appears to be an updated
in 'packed_simd_2'.
Otherwise, all updates appear to be minor things. | diff --git a/Cargo.lock b/Cargo.lock
index 36f9e01..08e5700 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -30,15 +30,15 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
[[package]]
name = "bitflags"
-version = "1.2.1"
+version = "1.3.2"
source = "registry+https://github.com/rust-lang/... | 1 | 61 | 67 |
5370064f00856b781c468aabfeaa875408171e03 | Andrew Gallant | 2022-03-21T12:31:49 | warnings: remove/tweak some dead code
It looks like the dead code detector got better, so do a little code
cleanup. | diff --git a/crates/globset/src/glob.rs b/crates/globset/src/glob.rs
index 71cd8bb..6e35aee 100644
--- a/crates/globset/src/glob.rs
+++ b/crates/globset/src/glob.rs
@@ -143,8 +143,6 @@ impl GlobMatcher {
struct GlobStrategic {
/// The match strategy to use.
strategy: MatchStrategy,
- /// The underlying pa... | 5 | 7 | 15 |
7e05cde008c25940fb777ab1ae0c26c181692764 | mi-wada | 2021-11-15T15:29:34 | cli: improve configuration failure mode
This improves the error message printed when ripgrep can't read the
file path pointed to by RIPGREP_CONFIG_PATH. Specifically, before this
change:
$ RIPGREP_CONFIG_PATH=no_exist_path rg 'search regex'
no_exist_path: No such file or directory (os error 2)
And now... | diff --git a/crates/core/config.rs b/crates/core/config.rs
index 5426554..d9c5970 100644
--- a/crates/core/config.rs
+++ b/crates/core/config.rs
@@ -28,7 +28,10 @@ pub fn args() -> Vec<OsString> {
let (args, errs) = match parse(&config_path) {
Ok((args, errs)) => (args, errs),
Err(err) => {
- ... | 1 | 4 | 1 |
418d048b2701b817d910161bdd040caf0d3f8f32 | jgart | 2021-11-15T14:58:09 | ignore/types: add fennel
https://fennel-lang.org/
PR #2069 | diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs
index a05b01c..519bb4c 100644
--- a/crates/ignore/src/default_types.rs
+++ b/crates/ignore/src/default_types.rs
@@ -63,6 +63,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("elm", &["*.elm"]),
("erb", &["*.erb"]),
... | 1 | 1 | 0 |
009dda1488ac6a01725b3e49ec9b81a1edf8036d | Josh Triplett | 2021-11-12T13:37:05 | ignore: if require_git is false, don't stat .git
I've confirmed via strace that this eliminates a pile of stat calls.
PR #2052 | diff --git a/crates/ignore/src/dir.rs b/crates/ignore/src/dir.rs
index 09414e9..2577665 100644
--- a/crates/ignore/src/dir.rs
+++ b/crates/ignore/src/dir.rs
@@ -202,11 +202,12 @@ impl Ignore {
errs.maybe_push(err);
igtmp.is_absolute_parent = true;
igtmp.absolute_base = Some(absolu... | 1 | 9 | 6 |
ba535fb5a34f6d703fc652e8dfc23c0fed78fc74 | Linda_pp | 2021-10-27T14:59:44 | ignore/types: improve 'vim' and 'vimscript' types
This adds various Vim config files to the glob patterns.
PR #2044 | diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs
index 0996ff3..a05b01c 100644
--- a/crates/ignore/src/default_types.rs
+++ b/crates/ignore/src/default_types.rs
@@ -21,7 +21,9 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("ats", &["*.ats", "*.dats", "*.sats", "*.hats"]),
... | 1 | 9 | 3 |
427aaeeb2ea8d05e08fe5c5767c4b851640253a1 | jgart | 2021-10-24T15:22:07 | ignore/types: add lilypond
This adds file detection for lilypond: https://lilypond.org/
PR #2038 | diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs
index 579315a..0996ff3 100644
--- a/crates/ignore/src/default_types.rs
+++ b/crates/ignore/src/default_types.rs
@@ -123,6 +123,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
"MPL-*[0-9]*",
"OFL-*[0-9]*",
]... | 1 | 1 | 0 |
f5cff746bc7827b42498161b7a5dcc068540ec57 | jgart | 2021-10-22T12:16:48 | ignore/types: add hy
This adds file detection for hy: http://hylang.org/
PR #2033 | diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs
index 74d7167..579315a 100644
--- a/crates/ignore/src/default_types.rs
+++ b/crates/ignore/src/default_types.rs
@@ -82,6 +82,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("hbs", &["*.hbs"]),
("hs", &["*.hs", "*.lhs"]... | 1 | 1 | 0 |
457f53b7ee70064075bd95dab163d6ac772ed03e | Philip Munksgaard | 2021-10-19T13:15:19 | ignore/types: fix futhark type extension
Previously, the 'fut' type only matches files called '.fut', while in
reality we want to match all files with the '.fut' extension. This
commit fixes that issue.
PR #2027 | diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs
index 4c5b347..74d7167 100644
--- a/crates/ignore/src/default_types.rs
+++ b/crates/ignore/src/default_types.rs
@@ -69,7 +69,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
"*.f90", "*.F90", "*.f95", "*.F95",
]),
... | 1 | 1 | 1 |
eb35f7978e29bcb4dc03ad980fd9076faba07966 | jgart | 2021-10-14T11:56:55 | ignore/types: add janet
This adds file detection for janet:
https://janet-lang.org/
PR #2018 | diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs
index 5fec511..4c5b347 100644
--- a/crates/ignore/src/default_types.rs
+++ b/crates/ignore/src/default_types.rs
@@ -83,6 +83,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("hs", &["*.hs", "*.lhs"]),
("html", &["*.htm"... | 1 | 1 | 0 |
0ff5dd23606ee1e006a38ac7d18afcc4c368d9a4 | Andrew Gallant | 2021-07-19T12:07:40 | doc: --field-match-separator's default value is ':'
The docs were out of sync with the implementation. Likely a
copy-and-paste error.
Fixes #1939 | diff --git a/crates/core/app.rs b/crates/core/app.rs
index a752655..215a2b7 100644
--- a/crates/core/app.rs
+++ b/crates/core/app.rs
@@ -1242,7 +1242,7 @@ fn flag_field_context_separator(args: &mut Vec<RGArg>) {
Set the field context separator, which is used to delimit file paths, line
numbers, columns and the contex... | 1 | 3 | 3 |
3c7819301b5e7cad9d379eb084795f2670a20d2e | Joe Lencioni | 2021-07-14T14:12:30 | doc: fix typo "used" -> "use"
PR #1936 | diff --git a/crates/core/app.rs b/crates/core/app.rs
index fb257d6..a752655 100644
--- a/crates/core/app.rs
+++ b/crates/core/app.rs
@@ -1548,7 +1548,7 @@ When specifying multiple ignore files, earlier files have lower precedence
than later files.
If you are looking for a way to include or exclude files and directo... | 1 | 1 | 1 |
699e651db2924c918d7c4fe16af6b11af7a88da2 | jgart | 2021-07-13T11:59:23 | ignore/types: add texinfo
https://www.gnu.org/software/texinfo/
PR #1934 | diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs
index 4e3cb8a..5fec511 100644
--- a/crates/ignore/src/default_types.rs
+++ b/crates/ignore/src/default_types.rs
@@ -226,6 +226,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("taskpaper", &["*.taskpaper"]),
("tcl", &["... | 1 | 1 | 0 |
9eddb71b8e86a04d7048b920b9b50a2e97068d03 | Eyal | 2021-06-30T13:50:53 | ignore/types: add CUDA
Fixes #1918 | diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs
index 7f2abe9..4e3cb8a 100644
--- a/crates/ignore/src/default_types.rs
+++ b/crates/ignore/src/default_types.rs
@@ -46,6 +46,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("cshtml", &["*.cshtml"]),
("css", &["*.css", ... | 1 | 1 | 0 |
fdfc418be55ff91e0c2efad6a3e27db054cb5534 | Andrew Gallant | 2021-06-26T16:53:59 | searcher: disable mmap searching on non-64 bit
It looks like it's possible for mmap to succeed on 32-bit systems even
when the full file can't be addressed in memory. This used to work prior
to ripgrep 13, but (maybe) something about statically linking vcruntime
has caused this to now fail.
It's no big deal to disabl... | diff --git a/crates/searcher/src/searcher/mmap.rs b/crates/searcher/src/searcher/mmap.rs
index 0ab2d53..83fc423 100644
--- a/crates/searcher/src/searcher/mmap.rs
+++ b/crates/searcher/src/searcher/mmap.rs
@@ -71,6 +71,16 @@ impl MmapChoice {
if !self.is_enabled() {
return None;
}
+ ... | 1 | 10 | 0 |
5bf74362b93561cad671e747bb1e4b56ac13e129 | Sergio Benitez | 2021-06-24T12:09:00 | doc: fix typo in --glob flag docs
PR #1899 | diff --git a/crates/core/app.rs b/crates/core/app.rs
index 9680119..fb257d6 100644
--- a/crates/core/app.rs
+++ b/crates/core/app.rs
@@ -1395,7 +1395,7 @@ it. If multiple globs match a file or directory, the glob given later in the
command line takes precedence.
As an extension, globs support specifying alternative... | 1 | 1 | 1 |
431ea386206da2c9c2f73bd8119345191b679f78 | Kostya M | 2021-06-20T12:24:41 | ignore/types: add file extensions for Crystal
It sounds like Projectfile is no longer being used,
but we should keep it around in case folks are
still using it. It's unlikely that its presence will
do much if any harm.
PR #1904 | diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs
index d4d7db3..7f2abe9 100644
--- a/crates/ignore/src/default_types.rs
+++ b/crates/ignore/src/default_types.rs
@@ -40,7 +40,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
"*.[ChH].in", "*.cc.in", "*.[ch]pp.in", "*.[ch]... | 1 | 1 | 1 |
caba5c4348767a0379a23d3fa8b247e35db4b53b | Andrew Gallant | 2021-06-18T17:30:32 | globset-0.4.8 | diff --git a/Cargo.lock b/Cargo.lock
index 76cd146..36f9e01 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -143,7 +143,7 @@ checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
[[package]]
name = "globset"
-version = "0.4.7"
+version = "0.4.8"
dependencies = [
"aho-corasick",
"bstr",
diff... | 2 | 2 | 2 |
07f97d42cf68f7f4b1a9fc42875605b446c640a4 | Gleb Pomykalov | 2021-06-18T17:30:47 | globset: fix compilation when serde is enabled
PR #1903 | diff --git a/crates/globset/src/serde_impl.rs b/crates/globset/src/serde_impl.rs
index 79ecefa..6affc59 100644
--- a/crates/globset/src/serde_impl.rs
+++ b/crates/globset/src/serde_impl.rs
@@ -1,7 +1,7 @@
use serde::de::Error;
use serde::{Deserialize, Deserializer, Serialize, Serializer};
-use Glob;
+use crate::Glo... | 1 | 1 | 1 |
bc76a30c23317526441a76f99ff397f65acea607 | Andrew Gallant | 2021-06-12T18:16:35 | regex: fix -w when regex can match empty string
This is a weird bug where our optimization for handling -w more quickly
than we would otherwise failed. In particular, if the original regex can
match the empty string, then our word boundary detection would produce
invalid indices to the start the next search at. We "fi... | diff --git a/crates/matcher/src/lib.rs b/crates/matcher/src/lib.rs
index 92365ef..5b43b0d 100644
--- a/crates/matcher/src/lib.rs
+++ b/crates/matcher/src/lib.rs
@@ -116,7 +116,7 @@ impl Match {
/// This method panics if `start > self.end`.
#[inline]
pub fn with_start(&self, start: usize) -> Match {
- ... | 3 | 19 | 4 |
c8d8ab8ded2ea426b6f8208f59c615a2d35eb020 | Andrew Gallant | 2021-06-12T12:08:58 | deps/grep: update minimal versions | diff --git a/Cargo.toml b/Cargo.toml
index cdcfbc3..6686af3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,7 +42,7 @@ members = [
[dependencies]
bstr = "0.2.12"
-grep = { version = "0.2.7", path = "crates/grep" }
+grep = { version = "0.2.8", path = "crates/grep" }
ignore = { version = "0.4.18", path = "crates/ign... | 1 | 1 | 1 |
1d53ed2744c246549f4be349310cb5a57c382d27 | Andrew Gallant | 2021-06-12T12:08:32 | grep-0.2.8 | diff --git a/Cargo.lock b/Cargo.lock
index 573c7b9..0287c17 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -158,7 +158,7 @@ dependencies = [
[[package]]
name = "grep"
-version = "0.2.7"
+version = "0.2.8"
dependencies = [
"grep-cli",
"grep-matcher",
diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml
ind... | 2 | 2 | 2 |
29696d1455afd7686a14671ed6314275c60961bd | Andrew Gallant | 2021-06-12T12:08:18 | deps/printer: update minimal versions | diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml
index 3d1e159..3a236d7 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -17,7 +17,7 @@ edition = "2018"
grep-cli = { version = "0.1.6", path = "../cli" }
grep-matcher = { version = "0.1.5", path = "../matcher" }
grep-pcre2 = { version = ... | 1 | 1 | 1 |
57ce623a57b304a72381872e5671f52671d593ff | Andrew Gallant | 2021-06-12T12:07:46 | grep-printer-0.1.6 | diff --git a/Cargo.lock b/Cargo.lock
index 87e6703..573c7b9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -203,7 +203,7 @@ dependencies = [
[[package]]
name = "grep-printer"
-version = "0.1.5"
+version = "0.1.6"
dependencies = [
"base64",
"bstr",
diff --git a/crates/printer/Cargo.toml b/crates/printer/Cargo.toml... | 2 | 2 | 2 |
f1c656de408b79368cdd68b55dd9d001f886f848 | Andrew Gallant | 2021-06-12T12:07:28 | deps/searcher: update minimal versions | diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml
index 9ad6320..3d1e159 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -19,7 +19,7 @@ grep-matcher = { version = "0.1.5", path = "../matcher" }
grep-pcre2 = { version = "0.1.5", path = "../pcre2", optional = true }
grep-printer = { versi... | 2 | 2 | 2 |
dd47582619939c3f105a7161b2e313683d64aefe | Andrew Gallant | 2021-06-12T12:06:58 | grep-searcher-0.1.8 | diff --git a/Cargo.lock b/Cargo.lock
index 1ff247c..87e6703 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -230,7 +230,7 @@ dependencies = [
[[package]]
name = "grep-searcher"
-version = "0.1.7"
+version = "0.1.8"
dependencies = [
"bstr",
"bytecount",
diff --git a/crates/searcher/Cargo.toml b/crates/searcher/Carg... | 2 | 2 | 2 |
9b88cf8b72fcc999fefa8186badd2d7084affd69 | Andrew Gallant | 2021-06-12T12:06:50 | deps/pcre2: update minimal versions | diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml
index cece935..9ad6320 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -16,7 +16,7 @@ edition = "2018"
[dependencies]
grep-cli = { version = "0.1.6", path = "../cli" }
grep-matcher = { version = "0.1.5", path = "../matcher" }
-grep-pcre... | 1 | 1 | 1 |
6668d7ba8a10c5e82f9fb396bb901af27e5ba4b2 | Andrew Gallant | 2021-06-12T12:06:29 | grep-pcre2-0.1.5 | diff --git a/Cargo.lock b/Cargo.lock
index 8c03b69..1ff247c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -195,7 +195,7 @@ dependencies = [
[[package]]
name = "grep-pcre2"
-version = "0.1.4"
+version = "0.1.5"
dependencies = [
"grep-matcher",
"pcre2",
diff --git a/crates/pcre2/Cargo.toml b/crates/pcre2/Cargo.tom... | 2 | 2 | 2 |
008da5dca466320e846b5dcde632eb12ea4d19d4 | Andrew Gallant | 2021-06-12T12:05:56 | pcre2: update minimal version to 0.2.3 | diff --git a/crates/pcre2/Cargo.toml b/crates/pcre2/Cargo.toml
index f07be48..b3f9f55 100644
--- a/crates/pcre2/Cargo.toml
+++ b/crates/pcre2/Cargo.toml
@@ -15,4 +15,4 @@ edition = "2018"
[dependencies]
grep-matcher = { version = "0.1.5", path = "../matcher" }
-pcre2 = "0.2.0"
+pcre2 = "0.2.3" | 1 | 1 | 1 |
a34df1f6904839db8295b9303dd6b771604b8394 | Andrew Gallant | 2021-06-12T12:05:36 | deps/regex: update minimal versions | diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml
index 43a743a..cece935 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -18,7 +18,7 @@ grep-cli = { version = "0.1.6", path = "../cli" }
grep-matcher = { version = "0.1.5", path = "../matcher" }
grep-pcre2 = { version = "0.1.4", path = ".... | 3 | 3 | 3 |
7f3fd6f7cee10bc4089a0fdc43a410be4ad21447 | Andrew Gallant | 2021-06-12T12:03:56 | grep-regex-0.1.9 | diff --git a/Cargo.lock b/Cargo.lock
index ec66849..8c03b69 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -217,7 +217,7 @@ dependencies = [
[[package]]
name = "grep-regex"
-version = "0.1.8"
+version = "0.1.9"
dependencies = [
"aho-corasick",
"bstr",
diff --git a/crates/regex/Cargo.toml b/crates/regex/Cargo.toml... | 2 | 2 | 2 |
6331a7ac189d11c81470020cac1da01b65ab037c | Andrew Gallant | 2021-06-12T12:03:47 | deps/matcher: update minimal versions | diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml
index cc11ed0..43a743a 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -15,7 +15,7 @@ edition = "2018"
[dependencies]
grep-cli = { version = "0.1.6", path = "../cli" }
-grep-matcher = { version = "0.1.4", path = "../matcher" }
+grep-ma... | 5 | 5 | 5 |
cd4386bd9b5d51d344814bad2db3e3e79c1cf47d | Andrew Gallant | 2021-06-12T12:02:30 | grep-matcher-0.1.5 | diff --git a/Cargo.lock b/Cargo.lock
index 0d38003..ec66849 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -187,7 +187,7 @@ dependencies = [
[[package]]
name = "grep-matcher"
-version = "0.1.4"
+version = "0.1.5"
dependencies = [
"memchr",
"regex",
diff --git a/crates/matcher/Cargo.toml b/crates/matcher/Cargo.tom... | 2 | 2 | 2 |
cdc20c568525509d7b68e1c58a20ff55a51db231 | Andrew Gallant | 2021-06-12T12:02:18 | deps/cli: update minimal versions | diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml
index ee45aae..cc11ed0 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -14,7 +14,7 @@ license = "Unlicense/MIT"
edition = "2018"
[dependencies]
-grep-cli = { version = "0.1.5", path = "../cli" }
+grep-cli = { version = "0.1.6", path = ... | 1 | 1 | 1 |
0cf2b98df2447589d9cf1d6c2d18265100327fa1 | Andrew Gallant | 2021-06-12T12:01:22 | grep-cli-0.1.6 | diff --git a/Cargo.lock b/Cargo.lock
index 725afbc..0d38003 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -172,7 +172,7 @@ dependencies = [
[[package]]
name = "grep-cli"
-version = "0.1.5"
+version = "0.1.6"
dependencies = [
"atty",
"bstr",
diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml
index fbaac74... | 2 | 2 | 2 |
9efdbf74a1110d3623e09b33dc13ef4cd722aa37 | Andrew Gallant | 2021-06-12T12:01:13 | deps/ignore: update minimal versions | diff --git a/Cargo.toml b/Cargo.toml
index 718344c..cdcfbc3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,7 +43,7 @@ members = [
[dependencies]
bstr = "0.2.12"
grep = { version = "0.2.7", path = "crates/grep" }
-ignore = { version = "0.4.16", path = "crates/ignore" }
+ignore = { version = "0.4.18", path = "crates/... | 1 | 1 | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.