| Age | Commit message (Expand) | Author | Lines |
| 2022-12-06 | normalize before matching on `ConstKind` | Boxy | -1/+1 |
| 2022-12-06 | typo :( | Boxy | -1/+1 |
| 2022-12-06 | Rollup merge of #105342 - compiler-errors:note_cause_code-takes-predicate, r=... | Matthias Krüger | -50/+81 |
| 2022-12-06 | Rollup merge of #105340 - estebank:ice-ice-baby, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2022-12-06 | Rollup merge of #105339 - BoxyUwU:wf_ct_kind_expr, r=TaKO8Ki | Matthias Krüger | -20/+57 |
| 2022-12-05 | Avoid ICE by accounting for missing type | Esteban Küber | -1/+1 |
| 2022-12-06 | Rollup merge of #105338 - estebank:other-impls, r=compiler-errors | Yuki Okushi | -2/+10 |
| 2022-12-06 | Rollup merge of #105324 - compiler-errors:gat-where-clause-binding-obl, r=jac... | Yuki Okushi | -5/+25 |
| 2022-12-06 | Avoid noting cause code (which is usually misc, b/c codegen) for opaque type ... | Michael Goulet | -49/+80 |
| 2022-12-06 | drive-by: Default param for ToPredicate | Michael Goulet | -1/+1 |
| 2022-12-05 | support `Expr` in `is_const_evaluatable` and `compute` | Boxy | -20/+57 |
| 2022-12-05 | Tweak "the following other types implement trait" | Esteban Küber | -2/+10 |
| 2022-12-05 | Point at GAT where clause when unsatisfied | Michael Goulet | -5/+25 |
| 2022-12-05 | Don't call diagnostic_hir_wf_check query if we have infer variables | Michael Goulet | -0/+1 |
| 2022-12-05 | Auto merge of #104920 - compiler-errors:avoid-infcx-build, r=jackh726 | bors | -10/+6 |
| 2022-12-04 | Auto merge of #105094 - Swatinem:generator-not-future, r=compiler-errors | bors | -1/+5 |
| 2022-12-04 | Avoid InferCtxt::build in report_similar_impl_candidates | Michael Goulet | -10/+6 |
| 2022-12-03 | Rollup merge of #104199 - SarthakSingh31:issue-97417-1, r=cjgillot | Matthias Krüger | -20/+15 |
| 2022-12-03 | Rollup merge of #105181 - bhbs:skip-note, r=estebank | Yuki Okushi | -15/+20 |
| 2022-12-03 | Rollup merge of #104903 - spastorino:consolidate-normalize-in-report_projecti... | Yuki Okushi | -21/+48 |
| 2022-12-03 | Don't add a note for implementing a trait if its inner type is erroneous | bhbs | -15/+20 |
| 2022-12-02 | Define values and err as non mutable | Santiago Pastorino | -7/+7 |
| 2022-12-02 | Use ocx.normalize in report_projection_error | Santiago Pastorino | -17/+44 |
| 2022-12-01 | Document normalization methods on At | Michael Goulet | -38/+20 |
| 2022-11-30 | Make sure async constructs do not `impl Generator` | Arpad Borsos | -1/+5 |
| 2022-11-30 | Auto merge of #104905 - compiler-errors:normalization-changes, r=spastorino | bors | -73/+51 |
| 2022-11-29 | Rollup merge of #105066 - lcnr:mv-candidate_from_obligation, r=compiler-errors | Matthias Krüger | -210/+207 |
| 2022-11-29 | move `candidate_from_obligation` out of assembly | lcnr | -210/+207 |
| 2022-11-29 | Explain why rematch_impl fails to be infallible | Michael Goulet | -0/+7 |
| 2022-11-29 | Auto merge of #105012 - WaffleLapkin:into, r=oli-obk | bors | -4/+2 |
| 2022-11-29 | Rollup merge of #104959 - compiler-errors:revert-104269, r=lcnr | Matthias Krüger | -6/+4 |
| 2022-11-28 | Simplify checking for `GeneratorKind::Async` | Arpad Borsos | -12/+3 |
| 2022-11-28 | Make ObligationCtxt::normalize take cause by borrow | Michael Goulet | -8/+7 |
| 2022-11-28 | Make normalize and normalize_to pub(crate) | Michael Goulet | -6/+8 |
| 2022-11-28 | partially_normalize_... -> At::normalize | Michael Goulet | -59/+36 |
| 2022-11-28 | Rename At::normalize to At::query_normalize | Michael Goulet | -3/+3 |
| 2022-11-28 | Remove `Const::from_value` | Maybe Waffle | -3/+1 |
| 2022-11-28 | Simplify calls to `tcx.mk_const` | Maybe Waffle | -1/+1 |
| 2022-11-28 | Rollup merge of #104907 - compiler-errors:selcx-infcx, r=oli-obk | Dylan DPC | -92/+75 |
| 2022-11-28 | Rollup merge of #104732 - WaffleLapkin:from_def_idn't, r=compiler-errors | Dylan DPC | -15/+12 |
| 2022-11-28 | Keep track of the start of the argument block of a closure | Sarthak Singh | -20/+15 |
| 2022-11-27 | Rollup merge of #104976 - WaffleLapkin:move_comments, r=cjgillot | Matthias Krüger | -3/+3 |
| 2022-11-27 | Rollup merge of #104931 - Swatinem:async-pretty, r=eholk | Matthias Krüger | -1/+1 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -3/+3 |
| 2022-11-27 | Use `TyCtxt::is_fn_trait` is a couple more places | Maybe Waffle | -2/+1 |
| 2022-11-27 | Add `TyCtxt::is_fn_trait` | Maybe Waffle | -9/+6 |
| 2022-11-27 | Remove `ty::ClosureKind::from_def_id` | Maybe Waffle | -6/+7 |
| 2022-11-27 | Rename `fn_trait_kind_from_{from_lang=>def_id}` to better convey meaning | Maybe Waffle | -5/+5 |
| 2022-11-26 | Revert "Do not need to account for overflow in predicate_can_apply" | Michael Goulet | -4/+1 |
| 2022-11-26 | Revert "Drive-by: Don't manually call evaluate_obligation_no_overflow" | Michael Goulet | -2/+3 |