| Age | Commit message (Expand) | Author | Lines |
| 2025-02-06 | Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper" | Rémy Rakic | -1/+1 |
| 2024-12-26 | Merge commit '609cd310be44677ae31d452a17b0f8207e1abfe1' into clippy-subtree-u... | Philipp Krones | -72/+41 |
| 2024-12-24 | Auto merge of #134625 - compiler-errors:unsafe-binders-ty, r=oli-obk | bors | -1/+3 |
| 2024-12-22 | Begin to implement type system layer of unsafe binders | Michael Goulet | -1/+3 |
| 2024-12-22 | Update clippy | Scott McMurray | -1/+1 |
| 2024-12-16 | rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures | Jonathan Dönszelmann | -6/+6 |
| 2024-12-16 | split attributes | Jonathan Dönszelmann | -1/+1 |
| 2024-12-15 | Add hir::Attribute | Jonathan Dönszelmann | -54/+54 |
| 2024-12-15 | Rename `value` field to `expr` to simplify later commits' diffs | Oli Scherer | -2/+2 |
| 2024-12-15 | Rollup merge of #134285 - oli-obk:push-vwrqsqlwnuxo, r=Urgau | Stuart Cook | -8/+8 |
| 2024-12-14 | Add some convenience helper methods on `hir::Safety` | Oli Scherer | -8/+8 |
| 2024-12-14 | (Re-)Implement impl_trait_in_bindings | Michael Goulet | -1/+2 |
| 2024-12-13 | Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obk | Matthias Krüger | -3/+22 |
| 2024-12-13 | Rollup merge of #133937 - estebank:silence-resolve-errors-from-mod-with-parse... | Matthias Krüger | -1/+1 |
| 2024-12-12 | Fix tools | Michael Goulet | -3/+22 |
| 2024-12-10 | Remove more traces of anonymous ADTs | Michael Goulet | -3/+1 |
| 2024-12-10 | Keep track of parse errors in `mod`s and don't emit resolve errors for paths ... | Esteban Küber | -1/+1 |
| 2024-12-09 | Introduce `default_field_values` feature | Esteban Küber | -7/+12 |
| 2024-12-02 | Rollup merge of #133746 - oli-obk:push-xwyrylxmrtvq, r=jieyouxu | Guillaume Gomez | -2/+2 |
| 2024-12-02 | Rollup merge of #133751 - lcnr:no-trait-solving-on-type, r=compiler-errors | Guillaume Gomez | -1/+1 |
| 2024-12-02 | remove `Ty::is_copy_modulo_regions` | lcnr | -1/+1 |
| 2024-12-02 | Change `AttrArgs::Eq` into a struct variant | Oli Scherer | -2/+2 |
| 2024-12-01 | Rollup merge of #133589 - voidc:remove-array-len, r=boxyuwu | Jacob Pratt | -24/+12 |
| 2024-11-30 | Remove hir::ArrayLen, introduce ConstArgKind::Infer | Dominik Stolz | -24/+12 |
| 2024-11-29 | Auto merge of #133588 - flip1995:clippy-subtree-update, r=Manishearth | bors | -48/+274 |
| 2024-11-29 | Stop using `HybridBitSet` in clippy. | Nicholas Nethercote | -10/+10 |
| 2024-11-28 | Merge commit 'ff4a26d442bead94a4c96fb1de967374bc4fbd8e' into clippy-subtree-u... | Philipp Krones | -48/+274 |
| 2024-11-25 | Refactor `where` predicates, and reserve for attributes support | Frank King | -2/+2 |
| 2024-11-24 | Rollup merge of #133371 - RalfJung:is_trivially_const_drop, r=compiler-errors | Matthias Krüger | -4/+3 |
| 2024-11-23 | no more Reveal :( | lcnr | -1/+1 |
| 2024-11-23 | remove is_trivially_const_drop | Ralf Jung | -4/+3 |
| 2024-11-20 | reduce false positives of tail-expr-drop-order from consumed values | Ding Xiang Fei | -0/+1 |
| 2024-11-19 | remove `TypingMode::from_param_env` in clippy | lcnr | -47/+44 |
| 2024-11-19 | move `fn is_item_raw` to `TypingEnv` | lcnr | -1/+1 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -23/+26 |
| 2024-11-14 | Merge commit '786fbd6d683933cd0e567fdcd25d449a69b4320c' into clippy-subtree-u... | Philipp Krones | -37/+34 |
| 2024-11-10 | ensure that all publicly reachable const fn have const stability info | Ralf Jung | -6/+2 |
| 2024-11-08 | Clippy: cfg out validate_diag on release builds | Philipp Krones | -3/+4 |
| 2024-11-07 | Merge commit 'f712eb5cdccd121d0569af12f20e6a0fabe4364d' into clippy-subtree-u... | Philipp Krones | -108/+168 |
| 2024-11-05 | Auto merge of #132580 - compiler-errors:globs, r=Noratrieb | bors | -5/+5 |
| 2024-11-04 | Move two attribute lints to be early pass (post expansion) | Jonathan Dönszelmann | -2/+3 |
| 2024-11-04 | Remove BorrowKind glob, make names longer | Michael Goulet | -3/+3 |
| 2024-11-04 | ty::KContainer -> ty::AssocItemContainer::K | Michael Goulet | -2/+2 |
| 2024-11-03 | Rename the FIXMEs, remove a few that dont matter anymore | Michael Goulet | -2/+2 |
| 2024-10-31 | stop using `ParamEnv::reveal` while handling MIR | lcnr | -1/+1 |
| 2024-10-31 | clippy: we've got a `LateContext` use it for `TypingMode` | lcnr | -1/+1 |
| 2024-10-31 | `ConstCx` stop using `ParamEnv::reveal` | lcnr | -2/+2 |
| 2024-10-30 | Remap impl-trait lifetimes on HIR instead of AST lowering. | Camille GILLOT | -4/+1 |
| 2024-10-30 | Rollup merge of #132338 - nnethercote:rm-Engine, r=nnethercote | Matthias Krüger | -3/+1 |
| 2024-10-30 | Remove `Analysis::into_engine`. | Nicholas Nethercote | -3/+1 |