| Age | Commit message (Expand) | Author | Lines |
| 2024-07-28 | stabilize `is_sorted` | Slanterns | -9/+6 |
| 2024-07-26 | Rollup merge of #124941 - Skgland:stabilize-const-int-from-str, r=dtolnay | Trevor Gross | -12/+12 |
| 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 | -5161/+4846 |
| 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 | -5161/+4846 |
| 2024-07-25 | Rollup merge of #121364 - Urgau:unary_precedence, r=compiler-errors | Matthias Krüger | -156/+4 |
| 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 | -2/+1 |
| 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 | -31/+71 |
| 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 | -11/+21 |
| 2024-07-16 | Use `ConstArg` for array lengths | Noah Lev | -24/+42 |
| 2024-07-16 | hir: Create `hir::ConstArgKind` enum | Noah Lev | -5/+17 |
| 2024-07-15 | Move rustc_infer::infer::error_reporting to rustc_infer::error_reporting::infer | Michael Goulet | -1/+1 |
| 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 | -2494/+4147 |
| 2024-07-11 | Remove unary neg from `clippy::precedence` lint | Urgau | -156/+4 |
| 2024-07-08 | Move trait selection error reporting to its own top-level module | Michael Goulet | -3/+3 |
| 2024-07-08 | Rollup merge of #127355 - aceArt-GmbH:126475, r=oli-obk | Matthias Krüger | -2/+8 |
| 2024-07-08 | Auto merge of #127476 - jieyouxu:rollup-16wyb0b, r=jieyouxu | bors | -1/+1 |
| 2024-07-08 | Auto merge of #113128 - WaffleLapkin:become_trully_unuwuable, r=oli-obk,RalfJung | bors | -1/+2 |
| 2024-07-07 | Add support for `mir::TerminatorKind::TailCall` in clippy | Maybe Waffle | -1/+2 |
| 2024-07-07 | iter_identity is a better name | Michael Goulet | -1/+1 |
| 2024-07-06 | Mark format! with must_use hint | lukas | -2/+8 |
| 2024-07-04 | bless tests | Bennet Bleßmann | -10/+10 |
| 2024-07-04 | fix tests after rebase | Bennet Bleßmann | -2/+2 |
| 2024-07-04 | Rollup merge of #127301 - estebank:fix-suggestions, r=Urgau | Matthias Krüger | -15/+0 |
| 2024-07-04 | Properly handle removal suggestion rendering | Esteban Küber | -15/+0 |
| 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 | Auto merge of #120639 - fee1-dead-contrib:new-effects-desugaring, r=oli-obk | bors | -8/+25 |
| 2024-06-29 | Rollup merge of #127045 - compiler-errors:explicit, r=oli-obk | Matthias Krüger | -3/+3 |
| 2024-06-28 | address review comments | Deadbeef | -1/+9 |
| 2024-06-28 | finishing touches, move fixed ICEs to ui tests | Deadbeef | -7/+16 |
| 2024-06-28 | Rollup merge of #127058 - compiler-errors:tighten-async-spans, r=oli-obk | Matthias Krüger | -2/+2 |
| 2024-06-27 | Tighten spans for async blocks | Michael Goulet | -2/+2 |
| 2024-06-27 | Merge commit '68a799aea9b65e2444fbecfe32217ce7d5a3604f' into clippy-subtree-u... | Philipp Krones | -1008/+3631 |
| 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 | -573/+602 |
| 2024-06-25 | `sudo CI=green` && Review changes <3 | xFrednet | -11/+2 |