| Age | Commit message (Expand) | Author | Lines |
| 2024-08-24 | Rollup merge of #129510 - GrigorenkoPV:fix-elided-named-lifetimes, r=cjgillot | Matthias Krüger | -1/+1 |
| 2024-08-24 | Fix `elided_named_lifetimes` in code | Pavel Grigorenko | -1/+1 |
| 2024-08-22 | stabilize const_fn_floating_point_arithmetic | Ralf Jung | -35/+29 |
| 2024-08-18 | rename AddressOf -> RawBorrow inside the compiler | Ralf Jung | -1/+1 |
| 2024-08-15 | Rollup merge of #129065 - nnethercote:PartialEq-TokenKind, r=spastorino | Matthias Krüger | -2/+2 |
| 2024-08-14 | Use `impl PartialEq<TokenKind> for Token` more. | Nicholas Nethercote | -2/+2 |
| 2024-08-14 | Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors | bors | -13/+13 |
| 2024-08-12 | Auto merge of #126793 - saethlin:mono-rawvec, r=scottmcm | bors | -5/+4 |
| 2024-08-11 | Link `std` statically in `rustc_driver` | John Kåre Alsaker | -0/+6 |
| 2024-08-10 | Fixes in various places | Nadrieril | -4/+5 |
| 2024-08-09 | Paper over the clippy ICE | Ben Kimock | -5/+4 |
| 2024-08-09 | Auto merge of #128703 - compiler-errors:normalizing-tails, r=lcnr | bors | -1/+1 |
| 2024-08-09 | Shrink `TyKind::FnPtr`. | Nicholas Nethercote | -13/+13 |
| 2024-08-08 | Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into clippy-subtree-u... | Philipp Krones | -4012/+5572 |
| 2024-08-08 | Rename struct_tail_erasing_lifetimes to struct_tail_for_codegen | Michael Goulet | -1/+1 |
| 2024-08-06 | pass the right `ParamEnv` to `might_permit_raw_init_strict` | y21 | -14/+31 |
| 2024-08-01 | Do not underline suggestions for code that is already there | Esteban Küber | -7/+9 |
| 2024-07-28 | step cfg(bootstrap) | Mark Rousskov | -3/+0 |
| 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 |