| Age | Commit message (Expand) | Author | Lines |
| 2021-02-15 | Only store a LocalDefId in hir::Item. | Camille GILLOT | -3/+2 |
| 2021-02-15 | Use ItemId as a strongly typed index. | Camille GILLOT | -2/+2 |
| 2021-02-13 | Auto merge of #81238 - RalfJung:copy-intrinsics, r=m-ou-se | bors | -2/+2 |
| 2021-02-13 | Fix clippy's path to the copy intrinsics. | Mara Bos | -2/+2 |
| 2021-02-11 | Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736' into clippyup | flip1995 | -75/+86 |
| 2021-02-09 | Rename HIR UnOp variants | Ömer Sinan Ağacan | -2/+2 |
| 2021-02-06 | Rollup merge of #81680 - camsteffen:primty, r=oli-obk | Jonas Schievink | -14/+0 |
| 2021-02-03 | Use PrimTy in builtin type shadow lint | Cameron Steffen | -14/+0 |
| 2021-02-02 | Merge commit '3e4179766bcecd712824da04356621b8df012ea4' into sync-from-clippy | Manish Goregaokar | -28/+26 |
| 2021-02-01 | Box the biggest ast::ItemKind variants | Dániel Buga | -24/+43 |
| 2021-01-30 | Merge commit '95c0459217d1661edfa794c8bb122452b92fb485' into clippyup | flip1995 | -67/+90 |
| 2021-01-29 | Rollup merge of #81176 - camsteffen:qpath-res, r=oli-obk | Yuki Okushi | -16/+3 |
| 2021-01-28 | Rollup merge of #81277 - flip1995:from_diag_items, r=matthewjasper | Yuki Okushi | -1/+0 |
| 2021-01-28 | Rollup merge of #79951 - LeSeulArtichaut:ty-ir, r=nikomatsakis | Yuki Okushi | -7/+6 |
| 2021-01-22 | Make more traits of the From/Into family diagnostic items | flip1995 | -1/+0 |
| 2021-01-21 | Fix clippy and comment | Esteban Küber | -5/+5 |
| 2021-01-18 | Remove qpath_res util function | Cameron Steffen | -16/+3 |
| 2021-01-18 | Use ty::{IntTy,UintTy,FloatTy} in rustdoc and clippy | LeSeulArtichaut | -7/+6 |
| 2021-01-18 | Rollup merge of #81038 - flip1995:clippyup, r=Manishearth | Ashley Mannix | -39/+215 |
| 2021-01-16 | Review changes | Jack Huey | -13/+13 |
| 2021-01-15 | Merge commit '953f024793dab92745fee9cd2c4dee6a60451771' into clippyup | flip1995 | -39/+215 |
| 2021-01-14 | Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasper | bors | -68/+59 |
| 2021-01-13 | Auto merge of #77524 - Patryk27:fixes/66228, r=estebank | bors | -1/+1 |
| 2021-01-12 | Separate out a `hir::Impl` struct | Joshua Nelson | -8/+8 |
| 2021-01-10 | Rework diagnostics for wrong number of generic args | Patryk Wychowaniec | -1/+1 |
| 2021-01-09 | ast: Remove some indirection layers from values in key-value attributes | Vadim Petrochenkov | -1/+1 |
| 2021-01-07 | Reintroduce hir::ExprKind::If | Caio | -68/+59 |
| 2021-01-02 | Merge commit '1fcc74cc9e03bc91eaa80ecf92976b0b14b3aeb6' into clippyup | flip1995 | -5/+13 |
| 2021-01-01 | first pass at default values for const generics | Julian Knodt | -1/+6 |
| 2020-12-20 | Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyup | flip1995 | -11/+136 |
| 2020-12-17 | Auto merge of #79945 - jackh726:existential_trait_ref, r=nikomatsakis | bors | -2/+2 |
| 2020-12-17 | Rollup merge of #79051 - LeSeulArtichaut:if-let-guard, r=matthewjasper | Yuki Okushi | -1/+21 |
| 2020-12-11 | Move binder for dyn to each list item | Jack Huey | -2/+2 |
| 2020-12-06 | Retain assembly operands span when lowering AST to HIR | Tomasz Miąsko | -2/+2 |
| 2020-12-06 | Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyup | flip1995 | -5/+258 |
| 2020-12-06 | Handle `Guard::IfLet` in clippy | LeSeulArtichaut | -1/+20 |
| 2020-12-06 | Implement lowering of if-let guards to MIR | LeSeulArtichaut | -0/+1 |
| 2020-11-26 | Remove ForeignMod struct. | Camille GILLOT | -1/+1 |
| 2020-11-23 | Fix ICE in utils::implements_trait | flip1995 | -0/+3 |
| 2020-11-23 | Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18' into clippyup | flip1995 | -3/+170 |
| 2020-11-18 | Rollup merge of #79145 - camelid:clippy-fix-panics, r=flip1995 | Mara Bos | -3/+25 |
| 2020-11-17 | Fix handling of panic calls | Camelid | -3/+25 |
| 2020-11-16 | clippy: fold by value | Bastian Kauschke | -3/+3 |
| 2020-11-14 | Add underscore expressions for destructuring assignments | Fabian Zaiser | -0/+1 |
| 2020-11-12 | Rollup merge of #78836 - fanzier:struct-and-slice-destructuring, r=petrochenkov | Mara Bos | -1/+10 |
| 2020-11-11 | Implement destructuring assignment for structs and slices | Fabian Zaiser | -1/+10 |
| 2020-11-09 | Do not collect tokens for doc comments | Vadim Petrochenkov | -3/+3 |
| 2020-11-05 | Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703' into clippyup | flip1995 | -3/+6 |
| 2020-11-04 | Auto merge of #78662 - sexxi-goose:add_expr_id_to_delegate, r=nikomatsakis | bors | -3/+3 |
| 2020-11-02 | Provide diagnostic suggestion in ExprUseVisitor Delegate | Dhruv Jauhar | -3/+3 |