| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-18 | Merge commit '20ce69b9a63bcd2756cd906fe0964d1e901e042a' into ↵ | Philipp Krones | -1/+96 | |
| clippy-subtree-update | ||||
| 2025-07-25 | Merge commit '1db89a1b1ca87f24bf22d0bad21d14b2d81b3e99' into ↵ | Philipp Krones | -3/+68 | |
| clippy-subtree-update | ||||
| 2025-03-20 | Merge commit '1e5237f4a56ae958af7e5824343eacf737b67083' into ↵ | Philipp Krones | -1/+69 | |
| clippy-subtree-update | ||||
| 2025-02-28 | Merge commit '9f9a822509e5ad3e560cbbe830d1013f936fca28' into ↵ | Philipp Krones | -37/+24 | |
| clippy-subtree-update | ||||
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -4/+6 | |
| ``` error[E0610]: `{integer}` is a primitive type and therefore doesn't have fields --> $DIR/attempted-access-non-fatal.rs:7:15 | LL | let _ = 2.l; | ^ | help: if intended to be a floating point literal, consider adding a `0` after the period and a `f64` suffix | LL - let _ = 2.l; LL + let _ = 2.0f64; | ``` | ||||
| 2024-12-12 | Filter empty lines, comments and delimiters from previous to last multiline ↵ | Esteban Küber | -2/+0 | |
| span rendering | ||||
| 2024-12-12 | Tweak multispan rendering | Esteban Küber | -3/+0 | |
| Consider comments and bare delimiters the same as an "empty line" for purposes of hiding rendered code output of long multispans. This results in more aggressive shortening of rendered output without losing too much context, specially in `*.stderr` tests that have "hidden" comments. | ||||
| 2024-02-27 | Merge commit '10136170fe9ed01e46aeb4f4479175b79eb0e3c7' into ↵ | Philipp Krones | -16/+16 | |
| clippy-subtree-update | ||||
| 2023-09-12 | Merge commit '98363cbf6a7c3f8b571a7d92a3c645bb4376e4a6' into clippyup | Philipp Krones | -6/+21 | |
| 2023-09-04 | Adjust clippy tests with new rustc help suggestion for lints | Urgau | -0/+1 | |
| 2023-08-24 | Merge commit '080b587854a73f2a8cbaecff1884860a78e2ff37' into clippyup | Philipp Krones | -26/+31 | |
| 2023-07-02 | Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyup | Philipp Krones | -13/+33 | |
| 2023-02-25 | Merge commit '149392b0baa4730c68f3c3eadf5c6ed7b16b85a4' into clippyup | Jason Newcomb | -1/+14 | |
| 2022-11-21 | Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup | Philipp Krones | -1/+13 | |
| 2022-10-06 | Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup | Philipp Krones | -1/+14 | |
| 2021-08-12 | Merge commit '7bfc26ec8e7a454786668e7e52ffe527fc649735' into clippyup | flip1995 | -0/+5 | |
| 2020-05-02 | Add 'src/tools/clippy/' from commit 'd2708873ef711ec8ab45df1e984ecf24a96cd369' | Oliver Scherer | -0/+100 | |
| git-subtree-dir: src/tools/clippy git-subtree-mainline: 06c44816c1532e5ff08ad072f581fc068eb60e2e git-subtree-split: d2708873ef711ec8ab45df1e984ecf24a96cd369 | ||||
