| Age | Commit message (Expand) | Author | Lines |
| 2024-09-06 | Make `Ty::boxed_ty` return an `Option` | Pavel Grigorenko | -11/+9 |
| 2024-09-01 | stabilize const_float_bits_conv | Ralf Jung | -13/+5 |
| 2024-08-29 | Stop using ty::GenericPredicates for non-predicates_of queries | Michael Goulet | -4/+3 |
| 2024-08-25 | Auto merge of #129531 - Jarcho:clippyup, r=Manishearth | bors | -1862/+836 |
| 2024-08-24 | Merge commit '0f8eabd6231366bfc1bb1464601297c2d48f8f68' into clippyup | Jason Newcomb | -1862/+836 |
| 2024-08-24 | Fix `elided_named_lifetimes` in code | Pavel Grigorenko | -1/+1 |
| 2024-08-09 | Shrink `TyKind::FnPtr`. | Nicholas Nethercote | -10/+10 |
| 2024-08-08 | Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into clippy-subtree-u... | Philipp Krones | -2070/+2137 |
| 2024-08-01 | Do not underline suggestions for code that is already there | Esteban Küber | -1/+3 |
| 2024-07-28 | step cfg(bootstrap) | Mark Rousskov | -1/+0 |
| 2024-07-28 | stabilize `is_sorted` | Slanterns | -1/+0 |
| 2024-07-26 | Auto merge of #121676 - Bryanskiy:polarity, r=petrochenkov | bors | -12/+16 |
| 2024-07-26 | Auto merge of #128193 - flip1995:clippy-subtree-update, r=matthiaskrgr | bors | -1917/+1927 |
| 2024-07-25 | Support ?Trait bounds in supertraits and dyn Trait under a feature gate | Bryanskiy | -12/+16 |
| 2024-07-25 | Merge commit '37f4fbb92913586b73a35772efd00eccd1cbbe13' into clippy-subtree-u... | Philipp Krones | -1917/+1927 |
| 2024-07-25 | Rollup merge of #121364 - Urgau:unary_precedence, r=compiler-errors | Matthias Krüger | -55/+1 |
| 2024-07-24 | Auto merge of #127524 - oli-obk:feed_item_attrs2, r=petrochenkov | bors | -4/+4 |
| 2024-07-22 | Get rid of infer_ctxt_ext | Michael Goulet | -2/+2 |
| 2024-07-22 | Always pass the visitor as the first argument to walk* functions | Oli Scherer | -4/+4 |
| 2024-07-22 | Sync `mut_visit` function names with immut `visit` ones (s/noop_visit/walk/) | Oli Scherer | -4/+4 |
| 2024-07-21 | Fix tools | Michael Goulet | -3/+6 |
| 2024-07-21 | Move all error reporting into rustc_trait_selection | Michael Goulet | -1/+0 |
| 2024-07-21 | Auto merge of #120812 - compiler-errors:impl-sorting, r=lcnr | bors | -8/+7 |
| 2024-07-19 | Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwU | bors | -15/+28 |
| 2024-07-18 | Make clippy and rustdoc happy | Michael Goulet | -8/+7 |
| 2024-07-18 | valtree construction: keep track of which type was valtree-incompatible | Ralf Jung | -1/+1 |
| 2024-07-16 | Add `ConstArgKind::Path` and make `ConstArg` its own HIR node | Noah Lev | -7/+6 |
| 2024-07-16 | Use `ConstArg` for array lengths | Noah Lev | -15/+29 |
| 2024-07-14 | Fix trivial gen ident usage in tools | Michael Goulet | -13/+13 |
| 2024-07-11 | Merge commit 'b794b8e08c16517a941dc598bb1483e8e12a8592' into clippy-subtree-u... | Philipp Krones | -1273/+1681 |
| 2024-07-11 | Remove unary neg from `clippy::precedence` lint | Urgau | -55/+1 |
| 2024-07-08 | Move trait selection error reporting to its own top-level module | Michael Goulet | -3/+3 |
| 2024-07-04 | Auto merge of #127127 - notriddle:notriddle/pulldown-cmark-0.11, r=GuillaumeG... | bors | -16/+16 |
| 2024-07-03 | Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr | bors | -3/+3 |
| 2024-07-02 | Instance::resolve -> Instance::try_resolve, and other nits | Michael Goulet | -3/+3 |
| 2024-07-02 | chore: remove duplicate words | hattizai | -3/+3 |
| 2024-07-01 | clippy: update to pulldown-cmark 0.11 | Michael Howell | -16/+16 |
| 2024-06-29 | Rollup merge of #127045 - compiler-errors:explicit, r=oli-obk | Matthias Krüger | -3/+3 |
| 2024-06-28 | Rollup merge of #127058 - compiler-errors:tighten-async-spans, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-06-27 | Tighten spans for async blocks | Michael Goulet | -1/+1 |
| 2024-06-27 | Merge commit '68a799aea9b65e2444fbecfe32217ce7d5a3604f' into clippy-subtree-u... | Philipp Krones | -330/+922 |
| 2024-06-27 | Make queries more explicit | Michael Goulet | -3/+3 |
| 2024-06-26 | Auto merge of #120924 - xFrednet:rfc-2383-stabilization-party, r=Urgau,blyxyas | bors | -94/+90 |
| 2024-06-25 | Rollup merge of #126893 - dtolnay:prec, r=compiler-errors | Matthias Krüger | -5/+5 |
| 2024-06-25 | RFC 2383: Stabilize `lint_reasons` in Clippy :paperclips: | xFrednet | -94/+90 |
| 2024-06-24 | Replace Deref bounds on Interner in favor of a SliceLike trait | Michael Goulet | -1/+1 |
| 2024-06-24 | Split out IntoIterator and non-Iterator constructors for AliasTy/AliasTerm/Tr... | Michael Goulet | -4/+4 |
| 2024-06-23 | Rename the 2 unambiguous precedence levels to PREC_UNAMBIGUOUS | David Tolnay | -5/+5 |
| 2024-06-19 | Resolve Clippy `f16` and `f128` `unimplemented!`/`FIXME`s | Trevor Gross | -4/+11 |
| 2024-06-17 | Rework precise capturing syntax | Michael Goulet | -1/+1 |