| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-11-26 | Pretty-print generators with their `generator_kind` | Arpad Borsos | -1/+1 |
| 2022-11-26 | Rollup merge of #104786 - WaffleLapkin:amp-mut-help, r=compiler-errors | Guillaume Gomez | -2/+2 |
| 2022-11-25 | Remove SelectionContext::infcx() in favor of field access | Michael Goulet | -92/+75 |
| 2022-11-25 | Auto merge of #99798 - JulianKnodt:ac1, r=BoxyUwU | bors | -237/+206 |
| 2022-11-25 | Auto merge of #104902 - matthiaskrgr:rollup-oo27a4u, r=matthiaskrgr | bors | -232/+190 |
| 2022-11-25 | Rollup merge of #104835 - spastorino:use-partially_normalize_associated_types... | Matthias Krüger | -28/+25 |
| 2022-11-25 | Rollup merge of #104716 - lcnr:selection-candidate, r=jackh726 | Matthias Krüger | -204/+165 |
| 2022-11-25 | Auto merge of #104846 - spastorino:santa-clauses-make-goals-early-christmas-ð... | bors | -99/+118 |
| 2022-11-25 | move 2 candidates into builtin candidate | lcnr | -204/+165 |
| 2022-11-25 | Rollup merge of #104841 - compiler-errors:fishy-bound-var, r=jackh726 | Matthias Krüger | -24/+25 |
| 2022-11-25 | only emit "enable gce" error if it would fix compile error | Boxy | -8/+17 |
| 2022-11-25 | Make `expand_abstract_consts` infallible | Boxy | -30/+19 |
| 2022-11-25 | add FIXME's | Boxy | -0/+7 |
| 2022-11-25 | dont skip const evalautable of non unevaluateds | Boxy | -6/+1 |
| 2022-11-25 | add FIXME for things that I couldn't find ways to trigger | Boxy | -3/+5 |
| 2022-11-25 | fmt | Boxy | -1/+1 |
| 2022-11-25 | also handle it in evaluate | Boxy | -24/+51 |
| 2022-11-25 | handle assoc consts in fulfill `ConstEquate` | Boxy | -23/+27 |
| 2022-11-25 | fmt | Boxy | -16/+18 |
| 2022-11-25 | handle nested obligations in `satisfied_from_param_env` | Boxy | -37/+47 |
| 2022-11-25 | Add expand_abstract_const | kadmin | -74/+53 |
| 2022-11-25 | Add empty ConstKind::Abstract | kadmin | -196/+141 |
| 2022-11-25 | Introduce PredicateKind::Clause | Santiago Pastorino | -69/+97 |
| 2022-11-25 | Simplify a bunch of trait ref obligation creations | Oli Scherer | -9/+4 |
| 2022-11-25 | get rid of to_poly_trait_predicate | Oli Scherer | -21/+17 |
| 2022-11-24 | Remove comment, simplify since we asserted fn ptr Self type has no bound vars | Michael Goulet | -10/+1 |
| 2022-11-24 | Also check that fn pointer candidates don't have escaping bound vars | Michael Goulet | -1/+4 |
| 2022-11-24 | Assert that we don't capture escaping bound vars in Fn trait selection | Michael Goulet | -13/+20 |
| 2022-11-24 | Rollup merge of #104822 - spastorino:selctx-new-instead-of-with_query_mode, r... | Matthias Krüger | -8/+3 |
| 2022-11-24 | Rollup merge of #104820 - spastorino:remove-normalize_projection_type, r=jack... | Matthias Krüger | -60/+13 |
| 2022-11-24 | Use infcx.partially_normalize_associated_types_in | Santiago Pastorino | -28/+25 |
| 2022-11-24 | Auto merge of #104321 - Swatinem:async-gen, r=oli-obk | bors | -54/+156 |