about summary refs log tree commit diff
path: root/clippy_lints/src/regex.rs
AgeCommit message (Expand)AuthorLines
2025-01-03Update version attribute for 1.84 clippy lintsxFrednet-1/+1
2024-12-24Examples fixes for regexalexey semenyuk-0/+10
2024-10-05Auto merge of #13412 - GnomedDev:regex-comp-in-loop, r=y21bors-2/+63
2024-10-05Avoid linting for Regexes compiled in items defined in loopsGnomedDev-5/+6
2024-09-23Avoid looking regex crate up multiple timesGnomedDev-6/+9
2024-09-21Implement lint for regex::Regex compilation inside a loopGnomedDev-1/+61
2024-08-11Remove more instances of `snippet_opt`.Jason Newcomb-2/+2
2024-08-08Require `ConstEvalCtxt` to be constructed.Jason Newcomb-2/+2
2024-07-17Refactor for using config values:Jason Newcomb-1/+1
2024-04-01fix fallout from previous commity21-3/+3
2023-11-25Use absolute path for `declare_tool_lint` in `declare_clippy_lint`Alex Macleod-1/+1
2023-11-16Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-7/+5
2023-11-10Run `if-to-let-chain clippy*/**/*.rs`Alex Macleod-7/+5
2023-11-02Minimize `pub` usage in `source_map.rs`.Nicholas Nethercote-1/+1
2023-07-17Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyupPhilipp Krones-20/+46
2023-07-05Fix regex lints for regex 1.9.0Alex Macleod-20/+46
2023-06-02Merge commit '30448e8cf98d4754350db0c959644564f317bc0f' into clippyupPhilipp Krones-1/+1
2023-05-28Fixing `invalid_regex` with invalid UTF8. Also, adding more test casesRenato Lochetti-1/+1
2023-05-20Merge commit '435a8ad86c7a33bd7ffb91c59039943408d3b6aa' into clippyupPhilipp Krones-13/+12
2023-05-18Slightly refactor constant evaluation and add detection for empty macro expan...Jason Newcomb-1/+1
2023-05-18Auto merge of #10682 - J-ZhengLi:issue10680, r=dswijbors-12/+11
2023-05-05Merge commit '371120bdbf58a331db5dcfb2d9cddc040f486de8' into clippyupPhilipp Krones-1/+1
2023-04-23Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-1/+1
2023-04-22bump up `regex-syntax` dependency version to 0.7.0J-ZhengLi-12/+11
2023-02-10Merge commit '0f7558148c22e53cd4608773b56cdfa50dcdeac3' into clippyupPhilipp Krones-45/+44
2023-01-26`invalid_regex`: Show full error when string value doesn't match sourceAlex Macleod-45/+44
2022-10-06Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyupPhilipp Krones-2/+2
2022-09-23Apply uninlined_format-args to clippy_lintsYuri Astrakhan-2/+2
2022-08-11Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyupPhilipp Krones-6/+5
2022-08-02use slice match more oftentabokie-6/+5
2022-07-18Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyupPhilipp Krones-1/+1
2022-07-18Fix example for `clippy::invalid_regex`alexey semenyuk-1/+1
2022-05-21Merge 'rust-clippy/master' into clippyupxFrednet-2/+0
2022-05-12Use the traits added to the Rust 2021 Edition preludeKoichi ITO-1/+0
2022-05-07Replace `#[allow]` with `#[expect]` in ClippyxFrednet-1/+0
2022-03-25Update clippy helper function typesGrisha Vartanyan-1/+1
2021-12-15Remove unnecessary sigils around `Symbol::as_str()` calls.Nicholas Nethercote-1/+1
2021-12-06Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyupflip1995-0/+2
2021-09-28Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyupflip1995-5/+2
2021-09-11Auto merge of #84373 - cjgillot:resolve-span, r=michaelwoerister,petrochenkovbors-1/+1
2021-09-10Keep a parent LocalDefId in SpanData.Camille GILLOT-1/+1
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-6/+2
2021-07-29Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyupflip1995-9/+12
2021-06-03Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyupflip1995-1/+1
2021-04-08Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyupflip1995-2/+2
2021-03-25Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyupflip1995-1/+2
2021-02-11Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736' into clippyupflip1995-2/+4
2020-11-23Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18' into clippyupflip1995-2/+2
2020-10-09Merge commit '2f6439ae6a6803d030cceb3ee14c9150e91b328b' into clippyupflip1995-1/+1
2020-07-17Rename TypeckTables to TypeckResults.Valentin Lazureanu-1/+1