| Age | Commit message (Expand) | Author | Lines |
| 2022-07-07 | Rollup merge of #98507 - xFrednet:rfc-2383-manual-expectation-magic, r=wesley... | Dylan DPC | -6/+48 |
| 2022-07-07 | `UnsafeCell` now has no niches, ever. | Oli Scherer | -1/+1 |
| 2022-07-07 | Shorten span for closures. | Camille GILLOT | -1/+1 |
| 2022-07-07 | Move `predecessors` from Body to BasicBlocks | Tomasz Miąsko | -1/+1 |
| 2022-07-07 | Auto merge of #98827 - aDotInTheVoid:suggest-extern-block, r=nagisa | bors | -3/+3 |
| 2022-07-06 | Fix `#[expect]` and `#[allow]` for `clippy::duplicate_mod` | xFrednet | -6/+48 |
| 2022-07-06 | fix miri-opt tests | Takayuki Maeda | -1/+1 |
| 2022-07-06 | Build the Clippy book as part of x.py doc | flip1995 | -19/+22 |
| 2022-07-06 | Update TypeVisitor paths | Alan Egerton | -11/+11 |
| 2022-07-05 | Relax constrained generics to TypeVisitable | Alan Egerton | -2/+2 |
| 2022-07-02 | ast: Add span to `Extern` | Nixon Enraght-Moony | -3/+3 |
| 2022-07-02 | Rollup merge of #98639 - camsteffen:no-node-binding, r=compiler-errors | Dylan DPC | -18/+11 |
| 2022-07-01 | Shorten def_span for more items. | Camille GILLOT | -33/+18 |
| 2022-07-01 | Factor out hir::Node::Binding | Cameron Steffen | -18/+11 |
| 2022-06-30 | Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup | Philipp Krones | -3488/+9047 |
| 2022-06-20 | remove last use of MAX_SUGGESTION_HIGHLIGHT_LINES | Maybe Waffle | -20/+45 |
| 2022-06-19 | remove `span_lint_and_sugg_for_edges` from clippy utils | Maybe Waffle | -161/+23 |
| 2022-06-19 | Rollup merge of #98165 - WaffleLapkin:once_things_renamings, r=m-ou-se | Matthias Krüger | -12/+12 |
| 2022-06-17 | Auto merge of #97892 - klensy:fix-spaces, r=oli-obk | bors | -70/+70 |
| 2022-06-17 | Rollup merge of #98191 - TaKO8Ki:remove-rest-of-unnecessary-to-string, r=Dyla... | Dylan DPC | -1/+1 |
| 2022-06-17 | Rollup merge of #97798 - WaffleLapkin:allow_for_suggestions_that_are_quite_fa... | Dylan DPC | -21/+102 |
| 2022-06-17 | remove the rest of unnecessary `to_string` | Takayuki Maeda | -1/+1 |
| 2022-06-16 | Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock` | Maybe Waffle | -12/+12 |
| 2022-06-16 | Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup | flip1995 | -1913/+4140 |
| 2022-06-16 | bless clippy ui tests | Maybe Waffle | -21/+102 |
| 2022-06-16 | bless clippy tests | klensy | -70/+70 |
| 2022-06-15 | Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011 | Yuki Okushi | -98/+112 |
| 2022-06-14 | fix wrong evaluation in clippy | b-naber | -2/+2 |
| 2022-06-14 | address review | b-naber | -16/+6 |
| 2022-06-14 | fix clippy test failures | b-naber | -64/+102 |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -81/+67 |
| 2022-06-14 | Rename the `ConstS::val` field as `kind`. | Nicholas Nethercote | -3/+3 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` for `tool_only_span_suggestion` | Takayuki Maeda | -1/+1 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` | Takayuki Maeda | -19/+19 |
| 2022-06-12 | Make `ExprKind::Closure` a struct variant. | Camille GILLOT | -98/+112 |
| 2022-06-08 | Folding revamp. | Nicholas Nethercote | -1/+1 |
| 2022-06-07 | Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakis | bors | -13/+9 |
| 2022-06-07 | Rollup merge of #97794 - eltociear:patch-13, r=matthiaskrgr | Matthias Krüger | -1/+1 |
| 2022-06-06 | Fix typo in redundant_pattern_match.rs | Ikko Ashimine | -1/+1 |
| 2022-06-04 | Remove unnecessary clap_derive dependency added in 9ee211af | Philipp Krones | -16/+14 |
| 2022-06-04 | Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup | Philipp Krones | -2628/+7465 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -13/+9 |
| 2022-06-03 | Rollup merge of #97415 - cjgillot:is-late-bound-solo, r=estebank | Dylan DPC | -7/+5 |
| 2022-06-03 | Manipulate lifetimes by LocalDefId for region resolution. | Camille GILLOT | -7/+5 |
| 2022-06-03 | Rollup merge of #97653 - RalfJung:int-to-ptr, r=oli-obk | Dylan DPC | -1/+6 |
| 2022-06-02 | Auto merge of #97575 - nnethercote:lazify-SourceFile-lines, r=Mark-Simulacrum | bors | -18/+24 |
| 2022-06-02 | add cast kind of from_exposed_addr (int-to-ptr casts) | Ralf Jung | -1/+6 |
| 2022-06-01 | rename PointerAddress → PointerExposeAddress | Ralf Jung | -1/+1 |
| 2022-06-01 | Lazify `SourceFile::lines`. | Nicholas Nethercote | -18/+24 |
| 2022-05-31 | Add a pointer to address cast kind | Tomasz Miąsko | -10/+5 |