| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-10-13 | Check MethodCall/Call arg count earlier or at all | GnomedDev | -1/+1 | |
| 2024-08-17 | Replace `span_suggestion_with_style` with `_verbose` | Alex Macleod | -3/+2 | |
| 2024-08-03 | Migrating restriction lints to `span_lint_and_then` (a -> d) | xFrednet | -7/+17 | |
| 2024-05-23 | For restriction lints, replace “Why is this bad?” with “Why restrict ↵ | Kevin Reid | -2/+4 | |
| this?” The `restriction` group contains many lints which are not about necessarily “bad” things, but style choices — perhaps even style choices which contradict conventional Rust style — or are otherwise very situational. This results in silly wording like “Why is this bad? It isn't, but ...”, which I’ve seen confuse a newcomer at least once. To improve this situation, this commit replaces the “Why is this bad?” section heading with “Why restrict this?”, for most, but not all, restriction lints. I left alone the ones whose placement in the restriction group is more incidental. In order to make this make sense, I had to remove the “It isn't, but” texts from the contents of the sections. Sometimes further changes were needed, or there were obvious fixes to make, and I went ahead and made those changes without attempting to split them into another commit, even though many of them are not strictly necessary for the “Why restrict this?” project. | ||||
| 2023-11-25 | Use absolute path for `declare_tool_lint` in `declare_clippy_lint` | Alex Macleod | -1/+1 | |
| 2023-11-10 | Clean up after if chain removal | Alex Macleod | -2/+1 | |
| 2023-11-10 | Run `if-to-let-chain clippy*/**/*.rs` | Alex Macleod | -16/+14 | |
| https://github.com/Alexendoo/if-to-let-chain | ||||
| 2023-10-05 | Add more diagnostic items for clippy | Jason Newcomb | -2/+2 | |
| 2022-08-11 | Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup | Philipp Krones | -2/+2 | |
| 2022-06-16 | Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup | flip1995 | -3/+3 | |
| 2021-12-06 | Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup | flip1995 | -0/+1 | |
| 2021-07-29 | Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup | flip1995 | -5/+5 | |
| 2021-04-08 | Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup | flip1995 | -1/+1 | |
| 2021-03-25 | Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup | flip1995 | -1/+3 | |
| 2020-12-20 | Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyup | flip1995 | -1/+1 | |
| 2020-09-10 | Merge commit '5034d47f721ff4c3a3ff2aca9ef2ef3e1d067f9f' into clippyup | flip1995 | -0/+51 | |
