| Age | Commit message (Expand) | Author | Lines |
| 2022-12-13 | ProjectionTy.item_def_id -> ProjectionTy.def_id | Michael Goulet | -19/+18 |
| 2022-12-13 | Use ty::OpaqueTy everywhere | Michael Goulet | -43/+67 |
| 2022-12-13 | Auto merge of #105350 - compiler-errors:faster-binder-relate, r=oli-obk | bors | -0/+20 |
| 2022-12-13 | EarlyBinder nits | Michael Goulet | -6/+5 |
| 2022-12-13 | Fast path some binder relations | Michael Goulet | -0/+20 |
| 2022-12-13 | remove unnecessary uses of `clone` | Takayuki Maeda | -1/+1 |
| 2022-12-12 | fold instead of obliterating args | Boxy | -15/+38 |
| 2022-12-09 | Rollup merge of #105443 - compiler-errors:move-more, r=oli-obk | Matthias Krüger | -660/+1304 |
| 2022-12-08 | Rollup merge of #104922 - estebank:fur-elize, r=oli-obk | Matthias Krüger | -79/+104 |
| 2022-12-08 | Move some suggestions from error_reporting to error_reporting::suggest | Michael Goulet | -660/+1304 |
| 2022-12-05 | Make get_impl_future_output_ty work with AFIT | Michael Goulet | -1/+9 |
| 2022-12-04 | Always evaluate vecs of subdiagnostics eagerly | mejrs | -1/+1 |
| 2022-12-03 | Rollup merge of #105188 - compiler-errors:verbose-ty-err, r=TaKO8Ki | Yuki Okushi | -3/+3 |
| 2022-12-02 | Don't elide information when printing E0308 with Zverbose | Michael Goulet | -3/+3 |
| 2022-12-02 | Rollup merge of #105185 - compiler-errors:normalize_fn_sig-in-err-ctxt, r=lcnr | Matthias Krüger | -39/+10 |
| 2022-12-02 | Move normalize_fn_sig to TypeErrCtxt | Michael Goulet | -39/+10 |
| 2022-12-01 | Drive-by: remove unused type alias | Michael Goulet | -1/+0 |
| 2022-11-30 | Auto merge of #99814 - aliemjay:patch-2, r=jackh726 | bors | -3/+6 |
| 2022-11-29 | Auto merge of #105012 - WaffleLapkin:into, r=oli-obk | bors | -26/+15 |
| 2022-11-28 | Tweak shortening logic to be less trigger happy | Esteban Küber | -1/+4 |
| 2022-11-28 | Detect long types in E0308 and write them to disk | Esteban Küber | -79/+101 |
| 2022-11-28 | Remove `Const::from_value` | Maybe Waffle | -1/+1 |
| 2022-11-28 | Simplify calls to `tcx.mk_const` | Maybe Waffle | -18/+7 |
| 2022-11-28 | Remove `tcx.mk_const_var` | Maybe Waffle | -7/+7 |
| 2022-11-28 | Rollup merge of #104936 - cjgillot:self-rpit-orig-too, r=oli-obk | Matthias Krüger | -2/+5 |
| 2022-11-28 | Rollup merge of #104890 - lcnr:small-cleanup, r=fee1-dead | Dylan DPC | -36/+26 |
| 2022-11-28 | Rollup merge of #104732 - WaffleLapkin:from_def_idn't, r=compiler-errors | Dylan DPC | -4/+1 |
| 2022-11-27 | Rollup merge of #104976 - WaffleLapkin:move_comments, r=cjgillot | Matthias Krüger | -21/+21 |
| 2022-11-27 | Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errors | bors | -26/+24 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -21/+21 |
| 2022-11-27 | Use `TyCtxt::is_fn_trait` is a couple more places | Maybe Waffle | -4/+1 |
| 2022-11-27 | Rename `fn_trait_kind_from_{from_lang=>def_id}` to better convey meaning | Maybe Waffle | -1/+1 |
| 2022-11-26 | Rollup merge of #104921 - compiler-errors:no-binder-on-fut-ty, r=cjgillot | Guillaume Gomez | -19/+14 |
| 2022-11-26 | Rollup merge of #104788 - compiler-errors:unresolved-ct-in-gen, r=fee1-dead | Guillaume Gomez | -36/+65 |
| 2022-11-26 | Rollup merge of #104786 - WaffleLapkin:amp-mut-help, r=compiler-errors | Guillaume Gomez | -5/+2 |
| 2022-11-26 | Ignore bivariant parameters in test_type_match. | Camille GILLOT | -2/+5 |
| 2022-11-26 | Do not record unresolved const vars in generator interior | Michael Goulet | -36/+65 |
| 2022-11-26 | Remove unnecessary binder from get_impl_future_output_ty | Michael Goulet | -19/+14 |
| 2022-11-25 | Auto merge of #99798 - JulianKnodt:ac1, r=BoxyUwU | bors | -43/+16 |
| 2022-11-25 | remove `TypeError::ObjectUnsafeCoercion` | lcnr | -36/+26 |
| 2022-11-25 | Make `expand_abstract_consts` infallible | Boxy | -13/+11 |
| 2022-11-25 | Add expand_abstract_const | kadmin | -6/+2 |
| 2022-11-25 | Add empty ConstKind::Abstract | kadmin | -35/+14 |
| 2022-11-25 | Introduce PredicateKind::Clause | Santiago Pastorino | -26/+32 |
| 2022-11-24 | Remove normalize_projection_type | Santiago Pastorino | -8/+0 |
| 2022-11-23 | Add `Mutability::ref_prefix_str`, order `Mutability`, simplify code | Maybe Waffle | -5/+2 |
| 2022-11-23 | Separate lifetime ident from resolution in HIR. | Camille GILLOT | -26/+24 |
| 2022-11-22 | Rollup merge of #103488 - oli-obk:impl_trait_for_tait, r=lcnr | Manish Goregaokar | -20/+152 |
| 2022-11-22 | Auto merge of #103578 - petrochenkov:nofict, r=nagisa | bors | -2/+2 |
| 2022-11-21 | Stop passing the self-type as a separate argument. | Oli Scherer | -1/+1 |