about summary refs log tree commit diff
path: root/clippy_utils/src/source.rs
AgeCommit message (Expand)AuthorLines
2024-08-11Remove more instances of `snippet_opt`.Jason Newcomb-1/+10
2024-08-09Rename `get_source_text` to `get_source_range`. Add new `get_source_text` whi...Jason Newcomb-22/+49
2024-08-08Add `HasSession` traitJason Newcomb-54/+75
2024-06-21Add new `Span` utils to avoid both allocating andJason Newcomb-42/+182
2024-06-16Add lint `manual_inspect`Jason Newcomb-1/+26
2024-06-11Add lint to check manual pattern char comparison and merge its code with sing...AurelienFT-0/+45
2024-05-06Update doc comments to avoid lazy continuationsMichael Howell-1/+1
2023-11-02Format let-chains across the code basePhilipp Krones-3/+3
2023-10-23Set existing doc-tests to `no_run`Alex Macleod-1/+1
2023-09-25Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-1/+1
2023-09-12Merge commit '98363cbf6a7c3f8b571a7d92a3c645bb4376e4a6' into clippyupPhilipp Krones-1/+1
2023-09-07Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-2/+2
2023-09-07Use `Freeze` for `SourceFile.lines`John Kåre Alsaker-1/+1
2023-09-03Use relative positions inside a SourceFile.Camille GILLOT-4/+4
2023-09-02fix some commentscui fliter-1/+1
2023-07-17Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyupPhilipp Krones-2/+1
2023-07-13Add `imports_granularity = "Module"` to rustfmt.tomlAlex Macleod-2/+1
2023-06-02Merge commit '30448e8cf98d4754350db0c959644564f317bc0f' into clippyupPhilipp Krones-4/+9
2023-05-22remove todoYuri Astrakhan-1/+0
2023-05-22Fix unsafe blocksYuri Astrakhan-4/+10
2023-05-20Merge commit '435a8ad86c7a33bd7ffb91c59039943408d3b6aa' into clippyupPhilipp Krones-1/+51
2023-05-18Search for inactive `cfg` attributes and empty macro expansion throughJason Newcomb-1/+51
2023-03-24Merge commit 'd5e2a7aca55ed49fc943b7a07a8eba05ab5a0079' into clippyupPhilipp Krones-19/+23
2023-03-02Remove `snippet_with_macro_callsite`Jason Newcomb-19/+23
2022-12-01Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyupPhilipp Krones-7/+31
2022-11-30Don't cross contexts while building the suggestion for `redundant_closure_call`Jason Newcomb-7/+31
2022-11-21Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyupPhilipp Krones-3/+19
2022-11-19Move `line_span` to source.rsSamuel Moelius-3/+19
2022-10-06Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyupPhilipp Krones-4/+14
2022-09-25new uninlined_format_args lint to inline explicit argumentsYuri Astrakhan-0/+10
2022-09-23and a few more from other dirsYuri Astrakhan-4/+4
2022-08-11Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyupPhilipp Krones-18/+0
2022-08-07Don't lint `unit_arg` when expanded from a proc-macroJason Newcomb-18/+0
2022-07-18Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyupPhilipp Krones-1/+1
2022-07-06Dogfood fixes to use `bool::then_some`Josh Triplett-1/+1
2022-06-04Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyupPhilipp Krones-1/+22
2022-05-30Add lint `almost_complete_letter_range`Jason Newcomb-1/+22
2022-05-21Merge 'rust-clippy/master' into clippyupxFrednet-1/+1
2022-05-07Replace `#[allow]` with `#[expect]` in ClippyxFrednet-1/+1
2022-05-05Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyupflip1995-1/+20
2022-04-15adding spell checkingwhodi-1/+1
2022-04-08Don't lint various match lints when expanded by a proc-macroJason Newcomb-0/+19
2022-01-13Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyupflip1995-1/+1
2022-01-11Stop using in_band_lifetimesCameron Steffen-1/+1
2021-12-06Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyupflip1995-4/+12
2021-11-09fix dogfood lint on clippy_utils5225225-1/+1
2021-11-04Improve `clippy_utils` function docsxFrednet-3/+11
2021-08-12Merge commit '7bfc26ec8e7a454786668e7e52ffe527fc649735' into clippyupflip1995-1/+1
2021-08-10Add unwrap_or_else_default lintJade-1/+1
2021-05-06Merge commit 'b71f3405606d49b9735606b479c3415a0ca9810f' into clippyupflip1995-11/+42