| Age | Commit message (Expand) | Author | Lines |
| 2022-01-16 | Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnr | bors | -39/+41 |
| 2022-01-16 | Auto merge of #92740 - cuviper:update-rayons, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-01-15 | Return a LocalDefId in get_parent_item. | Camille GILLOT | -39/+39 |
| 2022-01-15 | nyahggdshjjghsdfhgsf | Ellen | -9/+7 |
| 2022-01-15 | initial revert | Ellen | -40/+44 |
| 2022-01-14 | Rollup merge of #92849 - flip1995:clippyup, r=Manishearth | Matthias Krüger | -1682/+3256 |
| 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 | -1682/+3256 |
| 2022-01-11 | Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef` | Aaron Hill | -4/+4 |
| 2022-01-10 | Update rayon and rustc-rayon | Josh Stone | -1/+1 |
| 2022-01-09 | rustc_metadata: Rename `item_children(_untracked)` to `module_children(_untra... | Vadim Petrochenkov | -6/+6 |
| 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-07 | Update clippy for associated item changes | Matthew Jasper | -14/+16 |
| 2022-01-04 | Rollup merge of #91907 - lcnr:const-arg-infer, r=BoxyUwU | Matthias Krüger | -20/+50 |
| 2022-01-03 | Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievink | Matthias Krüger | -1/+0 |
| 2021-12-31 | Make tidy check for magic numbers that spell things | Josh Triplett | -7/+7 |
| 2021-12-31 | Auto merge of #92252 - GuillaumeGomez:update-pulldown, r=camelid,xFrednet | bors | -5/+5 |
| 2021-12-30 | Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyup | flip1995 | -439/+1493 |
| 2021-12-28 | Update pulldown-cmark version in clippy | Guillaume Gomez | -5/+5 |
| 2021-12-23 | fix clippy | lcnr | -20/+50 |
| 2021-12-22 | Bless clippy test. | Mara Bos | -1/+1 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -75/+77 |
| 2021-12-17 | Auto merge of #89841 - cormacrelf:let-else-typed, r=nagisa | bors | -31/+56 |
| 2021-12-17 | Merge commit '23d11428de3e973b34a5090a78d62887f821c90e' into clippyup | flip1995 | -4446/+2856 |
| 2021-12-15 | Rollup merge of #90521 - jhpratt:stabilize-destructuring_assignment, r=jackh7... | Matthias Krüger | -13/+2 |
| 2021-12-15 | Remove unnecessary sigils around `Ident::as_str()` calls. | Nicholas Nethercote | -20/+20 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -34/+34 |
| 2021-12-14 | Stabilize `destructuring_assignment` | Jacob Pratt | -13/+2 |
| 2021-12-15 | Remove `SymbolStr`. | Nicholas Nethercote | -21/+23 |
| 2021-12-15 | Rollup merge of #91881 - Patrick-Poitras:stabilize-iter-zip, r=scottmcm | Matthias Krüger | -2/+0 |
| 2021-12-15 | Rollup merge of #90939 - estebank:wg-af-polish, r=tmandry | Matthias Krüger | -80/+47 |
| 2021-12-14 | Remove iter::zip feature gate from clippy | PFPoitras | -2/+0 |
| 2021-12-14 | Auto merge of #91728 - Amanieu:stable_asm, r=joshtriplett | bors | -32/+33 |
| 2021-12-13 | fix clippy tests | Esteban Kuber | -12/+12 |
| 2021-12-13 | Fix rebase and clippy tests | Esteban Kuber | -55/+22 |
| 2021-12-13 | Fix clippy uses of QPath::LangItem | Esteban Kuber | -13/+13 |
| 2021-12-13 | let-else: use hir::Let in clippy | Cormac Relf | -31/+56 |
| 2021-12-13 | Fix clippy tests | Amanieu d'Antras | -32/+33 |
| 2021-12-12 | Auto merge of #91549 - fee1-dead:const_env, r=spastorino | bors | -2/+2 |
| 2021-12-12 | clippy owo | Ellen | -12/+11 |
| 2021-12-12 | Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk" | Deadbeef | -2/+2 |
| 2021-12-06 | Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup | flip1995 | -3243/+9876 |
| 2021-12-04 | Use IntoIterator for array impl everywhere. | Mara Bos | -2/+1 |
| 2021-12-03 | Add initial AST and MIR support for unwinding from inline assembly | Amanieu d'Antras | -5/+3 |
| 2021-12-03 | Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino" | Santiago Pastorino | -2/+2 |
| 2021-12-02 | Auto merge of #91354 - fee1-dead:const_env, r=spastorino | bors | -2/+2 |
| 2021-11-29 | Fix tools | Deadbeef | -2/+2 |