| Age | Commit message (Expand) | Author | Lines |
| 2022-10-27 | Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions | Maybe Waffle | -6/+6 |
| 2022-10-23 | Comment why normalization is needed for debug assertions | Michael Goulet | -1/+6 |
| 2022-10-22 | Introduce InhabitedPredicate | Cameron Steffen | -4/+6 |
| 2022-10-15 | Auto merge of #101832 - compiler-errors:dyn-star-plus, r=eholk | bors | -0/+1 |
| 2022-10-14 | Rollup merge of #103031 - est31:match_guard_irrefutable_let, r=oli-obk | Dylan DPC | -5/+13 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-10-14 | Make dyn* cast into a coercion | Michael Goulet | -0/+1 |
| 2022-10-14 | Suppress irrefutable let patterns lint for prefixes in match guards | est31 | -5/+13 |
| 2022-10-08 | Show let-else suggestion on stable. | Eric Huss | -1/+1 |
| 2022-10-07 | Change InferCtxtBuilder from enter to build | Cameron Steffen | -4/+3 |
| 2022-10-07 | Remove TypeckResults from InferCtxt | Cameron Steffen | -7/+5 |
| 2022-10-01 | Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebank | bors | -63/+75 |
| 2022-10-01 | Refactor rustc lint API | Maybe Waffle | -63/+75 |
| 2022-09-29 | Shrink `hir::def::Res`. | Nicholas Nethercote | -1/+2 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -3/+3 |
| 2022-09-20 | Rollup merge of #102021 - lcnr:tyConst-fun, r=b-naber,BoxyUwU | Michael Howell | -1/+1 |
| 2022-09-20 | Auto merge of #99806 - oli-obk:unconstrained_opaque_type, r=estebank | bors | -1/+14 |
| 2022-09-19 | ctfe, `const_to_op` only for mir constants | lcnr | -1/+1 |
| 2022-09-19 | remove the `Subst` trait, always use `EarlyBinder` | lcnr | -1/+1 |
| 2022-09-17 | Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett | Dylan DPC | -2/+2 |
| 2022-09-17 | Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnr | bors | -15/+11 |
| 2022-09-16 | Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r... | Oli Scherer | -1/+9 |
| 2022-09-16 | Merge two arguments into one | Oli Scherer | -0/+5 |
| 2022-09-15 | Remove feature gate from let else suggestion | est31 | -2/+2 |
| 2022-09-13 | Shrink some visibilities. | Camille GILLOT | -17/+17 |
| 2022-09-13 | Also compute implicit params in THIR. | Camille GILLOT | -2/+58 |
| 2022-09-13 | Compute explicit MIR params on THIR. | Camille GILLOT | -1/+47 |
| 2022-09-13 | use ty::Unevaluated<'tcx, ()> in type system | b-naber | -15/+11 |
| 2022-09-08 | Auto merge of #101467 - nnethercote:shrink-hir-Ty-Pat, r=spastorino | bors | -1/+1 |
| 2022-09-08 | Rollup merge of #101399 - cjgillot:borrowck-binding-span, r=estebank | Dylan DPC | -1/+6 |
| 2022-09-08 | Introduce `DotDotPos`. | Nicholas Nethercote | -1/+1 |
| 2022-09-06 | Shrink span for bindings with subpatterns. | Camille GILLOT | -1/+6 |
| 2022-09-06 | Rollup merge of #101357 - compiler-errors:variant-sugg-tweak, r=oli-obk | Guillaume Gomez | -1/+1 |
| 2022-09-05 | refactor: remove unnecessary variables | Takayuki Maeda | -1/+2 |
| 2022-09-05 | separate the receiver from arguments in HIR | Takayuki Maeda | -3/+6 |
| 2022-09-03 | Include enum path in variant suggestion | Michael Goulet | -1/+1 |
| 2022-09-02 | Use boxed slices in `PatKind`. | Nicholas Nethercote | -9/+20 |
| 2022-09-02 | Box `CanonicalUserTypeAnnotation::CanonicalUserType`. | Nicholas Nethercote | -3/+3 |
| 2022-09-02 | Box `PatKind::Range`. | Nicholas Nethercote | -6/+14 |
| 2022-09-02 | Clean up THIR patterns. | Nicholas Nethercote | -56/+61 |
| 2022-09-01 | tracing::instrument cleanup | Oli Scherer | -8/+4 |
| 2022-09-01 | Always import all tracing macros for the entire crate instead of piecemeal by... | Oli Scherer | -1/+1 |
| 2022-09-01 | Directly use the `instrument` macro instead of its full path | Oli Scherer | -1/+1 |
| 2022-08-24 | Rename `thir::Adt` as `thir::AdtExpr`. | Nicholas Nethercote | -4/+4 |
| 2022-08-24 | Box `thir::ExprKind::InlineAsm`. | Nicholas Nethercote | -2/+2 |
| 2022-08-24 | Box `thir::ExprKind::Closure`. | Nicholas Nethercote | -1/+7 |
| 2022-08-24 | Store blocks in `Thir`. | Nicholas Nethercote | -8/+10 |
| 2022-08-24 | Box `user_ty` fields in `thir::ExprKind`. | Nicholas Nethercote | -13/+17 |
| 2022-08-23 | Remove the symbol from `ast::LitKind::Err`. | Nicholas Nethercote | -1/+1 |
| 2022-08-22 | Rollup merge of #98200 - ouz-a:issue-98177, r=oli-obk | Dylan DPC | -4/+19 |