| Age | Commit message (Expand) | Author | Lines |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -8/+2 |
| 2022-01-16 | Fix Visitor::NestedFilter in Clippy | Cameron Steffen | -49/+17 |
| 2022-01-16 | Format clippy | Cameron Steffen | -4/+1 |
| 2022-01-16 | Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnr | bors | -10/+13 |
| 2022-01-15 | Return a LocalDefId in get_parent_item. | Camille GILLOT | -10/+9 |
| 2022-01-15 | nyahggdshjjghsdfhgsf | Ellen | -4/+3 |
| 2022-01-15 | initial revert | Ellen | -10/+14 |
| 2022-01-14 | Rollup merge of #92849 - flip1995:clippyup, r=Manishearth | Matthias Krüger | -459/+692 |
| 2022-01-13 | Auto merge of #89861 - nbdd0121:closure, r=wesleywiser | bors | -2/+2 |
| 2022-01-13 | Fix Clippy sync fallout | flip1995 | -3/+3 |
| 2022-01-13 | Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup | flip1995 | -459/+692 |
| 2022-01-12 | Remove LLVM-style inline assembly from clippy | Tomasz Miąsko | -8/+2 |
| 2022-01-09 | rustc_metadata: Rename `item_children(_untracked)` to `module_children(_untra... | Vadim Petrochenkov | -1/+1 |
| 2022-01-09 | rustc_metadata: Optimize and document module children decoding | Vadim Petrochenkov | -12/+19 |
| 2022-01-07 | Remove region from UpvarCapture and move it to CapturedPlace | Gary Guo | -1/+1 |
| 2022-01-07 | Remove span from UpvarCapture::ByValue | Gary Guo | -1/+1 |
| 2022-01-04 | Rollup merge of #91907 - lcnr:const-arg-infer, r=BoxyUwU | Matthias Krüger | -15/+31 |
| 2022-01-03 | Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievink | Matthias Krüger | -1/+0 |
| 2021-12-30 | Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyup | flip1995 | -139/+346 |
| 2021-12-23 | fix clippy | lcnr | -15/+31 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -5/+5 |
| 2021-12-17 | Auto merge of #89841 - cormacrelf:let-else-typed, r=nagisa | bors | -8/+23 |
| 2021-12-17 | Merge commit '23d11428de3e973b34a5090a78d62887f821c90e' into clippyup | flip1995 | -27/+93 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -3/+3 |
| 2021-12-15 | Remove `SymbolStr`. | Nicholas Nethercote | -2/+2 |
| 2021-12-15 | Rollup merge of #91881 - Patrick-Poitras:stabilize-iter-zip, r=scottmcm | Matthias Krüger | -1/+0 |
| 2021-12-14 | Remove iter::zip feature gate from clippy | PFPoitras | -1/+0 |
| 2021-12-13 | Fix clippy uses of QPath::LangItem | Esteban Kuber | -7/+7 |
| 2021-12-13 | let-else: use hir::Let in clippy | Cormac Relf | -8/+23 |
| 2021-12-06 | Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup | flip1995 | -411/+948 |
| 2021-11-21 | Fix Clippy with changed for loop desugar | Cameron Steffen | -47/+15 |
| 2021-11-09 | Auto merge of #90485 - camsteffen:fmt-args-less-bind, r=m-ou-se | bors | -10/+4 |
| 2021-11-07 | ast: Fix naming conventions in AST structures | Vadim Petrochenkov | -9/+16 |
| 2021-11-06 | Fix Clippy with changed format_args! | Cameron Steffen | -10/+4 |
| 2021-11-04 | Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyup | flip1995 | -142/+325 |
| 2021-10-21 | Merge commit '91496c2ac6abf6454c413bb23e8becf6b6dc20ea' into clippyup | flip1995 | -39/+268 |
| 2021-10-20 | Remove NullOp::Box | Gary Guo | -1/+0 |
| 2021-10-20 | Rollup merge of #88860 - nbdd0121:panic, r=m-ou-se | Yuki Okushi | -3/+0 |
| 2021-10-19 | Remove begin_panic_fmt from clippy | Gary Guo | -3/+0 |
| 2021-10-17 | Some "parenthesis" and "parentheses" fixes | r00ster91 | -3/+3 |
| 2021-10-07 | Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyup | flip1995 | -13/+37 |
| 2021-10-02 | Make diangostic item names consistent | Cameron Steffen | -14/+14 |
| 2021-10-01 | Rollup merge of #88963 - fee1-dead:const-iterator, r=oli-obk | Manish Goregaokar | -2/+1 |
| 2021-09-28 | Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyup | flip1995 | -56/+74 |
| 2021-09-25 | Auto merge of #89030 - nbdd0121:box2, r=jonas-schievink | bors | -0/+1 |
| 2021-09-25 | Introduce `Rvalue::ShallowInitBox` | Gary Guo | -0/+1 |
| 2021-09-23 | Auto merge of #89139 - camsteffen:write-perf, r=Mark-Simulacrum | bors | -20/+15 |
| 2021-09-21 | Use ZST for fmt unsafety | Cameron Steffen | -20/+15 |
| 2021-09-18 | Remove needless hir Map ref | Cameron Steffen | -12/+6 |
| 2021-09-15 | Move is_const_fn to under TyCtxt | Deadbeef | -2/+1 |