| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-11-24 | with_query_mode -> new | Santiago Pastorino | -8/+3 |
| 2022-11-24 | Remove normalize_projection_type | Santiago Pastorino | -60/+13 |
| 2022-11-24 | Avoid `GenFuture` shim when compiling async constructs | Arpad Borsos | -54/+156 |
| 2022-11-24 | Rollup merge of #104742 - WaffleLapkin:forbidden-SUPER-deref, r=compiler-errors | Matthias Krüger | -12/+0 |
| 2022-11-24 | Rollup merge of #104594 - compiler-errors:dyn-star-rcvr, r=eholk,estebank | Matthias Krüger | -7/+6 |
| 2022-11-24 | Auto merge of #104610 - ouz-a:revert-overflow, r=compiler-errors | bors | -16/+0 |
| 2022-11-24 | Disable dyn* upcasting | Michael Goulet | -7/+6 |
| 2022-11-24 | Auto merge of #104507 - WaffleLapkin:asderefsyou, r=wesleywiser | bors | -1/+1 |
| 2022-11-23 | Add `Mutability::{is_mut,is_not}` | Maybe Waffle | -2/+2 |
| 2022-11-23 | Make `deref_into_dyn_supertrait` lint the impl and not the usage | Maybe Waffle | -12/+0 |
| 2022-11-23 | Rollup merge of #104509 - spastorino:use-obligation-ctxt, r=lcnr | Dylan DPC | -41/+30 |
| 2022-11-23 | Rollup merge of #104269 - compiler-errors:hang-in-where-clause-sugg, r=lcnr | Dylan DPC | -4/+6 |
| 2022-11-23 | Call fully_solve_obligations instead of repeating code | Santiago Pastorino | -6/+11 |
| 2022-11-23 | Use ObligationCtxt intead of dyn TraitEngine | Santiago Pastorino | -41/+25 |
| 2022-11-23 | Drive-by: Don't manually call evaluate_obligation_no_overflow | Michael Goulet | -3/+2 |
| 2022-11-23 | Do not need to account for overflow in predicate_can_apply | Michael Goulet | -1/+4 |
| 2022-11-22 | Rollup merge of #103488 - oli-obk:impl_trait_for_tait, r=lcnr | Manish Goregaokar | -41/+29 |
| 2022-11-22 | Use `tcx.require_lang_item` instead of unwrapping | Maybe Waffle | -1/+1 |