| Age | Commit message (Expand) | Author | Lines |
| 2022-08-15 | Revert let_chains stabilization | Nilstrieb | -1/+1 |
| 2022-08-01 | Auto merge of #99884 - nnethercote:lexer-improvements, r=matklad | bors | -2/+2 |
| 2022-08-01 | Shrink `Token`. | Nicholas Nethercote | -2/+2 |
| 2022-07-31 | Rollup merge of #99186 - camsteffen:closure-localdefid, r=cjgillot | Dylan DPC | -1/+1 |
| 2022-07-30 | Use LocalDefId for closures more | Cameron Steffen | -1/+1 |
| 2022-07-29 | Change enclosing_body_owner to return LocalDefId | Miguel Guarniz | -1/+1 |
| 2022-07-28 | Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyup | Philipp Krones | -44/+12 |
| 2022-07-20 | Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank" | Oli Scherer | -1/+0 |
| 2022-07-18 | Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup | Philipp Krones | -39/+253 |
| 2022-07-16 | Stabilize `let_chains` | Caio | -1/+1 |
| 2022-07-15 | Introduce opaque type to hidden type projection | Oli Scherer | -0/+1 |
| 2022-07-14 | Auto merge of #95956 - yaahc:stable-in-unstable, r=cjgillot | bors | -1/+1 |
| 2022-07-14 | Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillot | Dylan DPC | -13/+22 |
| 2022-07-13 | Auto merge of #99210 - Dylan-DPC:rollup-879cp1t, r=Dylan-DPC | bors | -2/+6 |
| 2022-07-12 | Fix clippy build | Maybe Waffle | -13/+22 |
| 2022-07-12 | add new rval, pull deref early | ouz-a | -0/+1 |
| 2022-07-11 | move else block into the `Local` struct | Ding Xiang Fei | -5/+5 |
| 2022-07-11 | lower let-else in MIR instead | Ding Xiang Fei | -3/+7 |
| 2022-07-08 | add opt in attribute for stable-in-unstable items | Jane Lusby | -1/+1 |
| 2022-07-07 | Auto merge of #98827 - aDotInTheVoid:suggest-extern-block, r=nagisa | bors | -2/+2 |
| 2022-07-06 | Update TypeVisitor paths | Alan Egerton | -1/+1 |
| 2022-07-05 | Relax constrained generics to TypeVisitable | Alan Egerton | -2/+2 |
| 2022-07-02 | ast: Add span to `Extern` | Nixon Enraght-Moony | -2/+2 |
| 2022-07-01 | Factor out hir::Node::Binding | Cameron Steffen | -1/+1 |
| 2022-06-30 | Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup | Philipp Krones | -88/+446 |
| 2022-06-19 | remove `span_lint_and_sugg_for_edges` from clippy utils | Maybe Waffle | -90/+1 |
| 2022-06-19 | Rollup merge of #98165 - WaffleLapkin:once_things_renamings, r=m-ou-se | Matthias Krüger | -2/+2 |
| 2022-06-17 | remove the rest of unnecessary `to_string` | Takayuki Maeda | -1/+1 |
| 2022-06-16 | Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock` | Maybe Waffle | -2/+2 |
| 2022-06-16 | Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup | flip1995 | -6/+20 |
| 2022-06-15 | Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011 | Yuki Okushi | -13/+15 |
| 2022-06-14 | fix wrong evaluation in clippy | b-naber | -2/+2 |
| 2022-06-14 | address review | b-naber | -15/+5 |
| 2022-06-14 | fix clippy test failures | b-naber | -51/+74 |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -64/+52 |
| 2022-06-14 | Rename the `ConstS::val` field as `kind`. | Nicholas Nethercote | -1/+1 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` | Takayuki Maeda | -1/+1 |
| 2022-06-12 | Make `ExprKind::Closure` a struct variant. | Camille GILLOT | -13/+15 |
| 2022-06-04 | Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup | Philipp Krones | -27/+71 |
| 2022-06-03 | Rollup merge of #97415 - cjgillot:is-late-bound-solo, r=estebank | Dylan DPC | -5/+3 |
| 2022-06-03 | Manipulate lifetimes by LocalDefId for region resolution. | Camille GILLOT | -5/+3 |
| 2022-06-03 | Rollup merge of #97653 - RalfJung:int-to-ptr, r=oli-obk | Dylan DPC | -1/+6 |
| 2022-06-02 | Auto merge of #97575 - nnethercote:lazify-SourceFile-lines, r=Mark-Simulacrum | bors | -3/+3 |
| 2022-06-02 | add cast kind of from_exposed_addr (int-to-ptr casts) | Ralf Jung | -1/+6 |
| 2022-06-01 | rename PointerAddress → PointerExposeAddress | Ralf Jung | -1/+1 |
| 2022-06-01 | Lazify `SourceFile::lines`. | Nicholas Nethercote | -3/+3 |
| 2022-05-31 | Add a pointer to address cast kind | Tomasz Miąsko | -10/+5 |
| 2022-05-24 | Auto merge of #96098 - JakobDegen:always-return-place, r=oli-obk | bors | -0/+1 |
| 2022-05-24 | Rollup merge of #97289 - compiler-errors:tcxify-clippy, r=Mark-Simulacrum | Yuki Okushi | -2/+2 |
| 2022-05-23 | Refactor call terminator to always hold a destination place | Jakob Degen | -0/+1 |