summaryrefslogtreecommitdiffstats
path: root/crates/regex
AgeCommit message (Expand)Author
2023-11-26grep-regex-0.1.12grep-regex-0.1.12Andrew Gallant
2023-11-26deps: bump grep-matcher to 0.1.7Andrew Gallant
2023-11-25cli: error when searching for NULAndrew Gallant
2023-11-20regex: tweak inner literal heuristicAndrew Gallant
2023-10-09progressAndrew Gallant
2023-10-09regex: some minor polishAndrew Gallant
2023-07-31regex: fix fast path for -w/--word-regexp flag (#2576)Andrew Gallant
2023-07-08doc: fix typoLudi Rehak
2023-07-05regex: remove old inner literal extractorAndrew Gallant
2023-07-05deps: drop temporary patch and move to bstr 1.6Andrew Gallant
2023-07-05regex: add new inner literal extractorAndrew Gallant
2023-07-05regex: tweak formatting of regex-automata version specAndrew Gallant
2023-07-05regex: refactor matcher constructionAndrew Gallant
2023-07-05regex: tweak DFA settingsAndrew Gallant
2023-07-05regex: push more pattern handling to matcher constructionAndrew Gallant
2023-07-05regex: small cleanupsAndrew Gallant
2023-07-05regex: s/locations/capturesAndrew Gallant
2023-07-05regex: simplify AST analysis a bitAndrew Gallant
2023-07-05regex: some small cleanup in 'strip.rs'Andrew Gallant
2023-07-05BREAKING: regex: finally remove CRLF hackAndrew Gallant
2023-07-05regex: migrate grep-regex to regex-automataAndrew Gallant
2023-07-05deps: initial migration steps to regex 1.9Andrew Gallant
2023-01-05grep-regex-0.1.11grep-regex-0.1.11Andrew Gallant
2023-01-05deps: update to grep-matcher 0.1.6Andrew Gallant
2023-01-05deps: upgrade bstr to 1.1Andrew Gallant
2022-07-15doc: appease rustdocAndrew Gallant
2022-07-15grep-regex-0.1.10grep-regex-0.1.10Andrew Gallant
2022-07-15regex: fix matching bug when text anchors are usedAndrew Gallant
2022-05-09cargo: use SPDX license format for all cratesAlex Touchet
2021-06-12regex: fix -w when regex can match empty stringAndrew Gallant
2021-06-12grep-regex-0.1.9grep-regex-0.1.9Andrew Gallant
2021-06-12deps/matcher: update minimal versionsAndrew Gallant
2021-06-01edition: manual changesAndrew Gallant
2021-06-01edition: run 'cargo fix --edition --edition-idioms --all'Andrew Gallant
2021-06-01edition: set edition=2018Andrew Gallant
2021-06-01edition: initial 'cargo fix --edition' runAndrew Gallant
2021-05-31grep: fix bugs in handling multi-line look-aroundAndrew Gallant
2021-05-31ci: check docs for all cratesMarco Ieni
2021-05-31regex: add unit tests for non-matching anchor bytesAndrew Gallant
2021-05-29impl: fix --multiline anchored match bugAndrew Gallant
2021-01-25regex: s/CachedThreadLocal/ThreadLocalAndrew Gallant
2020-11-16doc: update CI links in crate READMEsAndrew Gallant
2020-11-03doc: update several links to use httpsAlex Touchet
2020-06-04doc: fix typosMartin Michlmayr
2020-05-09grep-regex-0.1.8grep-regex-0.1.8Andrew Gallant
2020-04-01regex: fix another inner literal bugAndrew Gallant
2020-03-22grep-regex-0.1.7grep-regex-0.1.7Andrew Gallant
2020-03-22regex: special case literal extractionAndrew Gallant
2020-03-15ripgrep: release 12.0.0ignore-0.4.12grep-searcher-0.1.7grep-regex-0.1.6grep-printer-0.1.4grep-pcre2-0.1.4grep-matcher-0.1.4grep-cli-0.1.4grep-0.2.5globset-0.4.5Andrew Gallant
2020-03-15regex: avoid using literal optimizations when whitespace is detectedAndrew Gallant