| Age | Commit message (Expand) | Author | Lines |
| 2023-01-15 | instantiate_own doesn't need to return a pair of vectors | Michael Goulet | -12/+13 |
| 2023-01-15 | Rollup merge of #106072 - eopb:dyn-derive, r=estebank | Matthias Krüger | -1/+7 |
| 2023-01-14 | fix: misleading add `dyn` to derive macro suggestion | Ethan Brierley | -1/+7 |
| 2023-01-14 | fix various subst_identity vs skip_binder | Kyle Matsuda | -4/+5 |
| 2023-01-14 | change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re... | Kyle Matsuda | -35/+34 |
| 2023-01-14 | change usages of impl_trait_ref to bound_impl_trait_ref | Kyle Matsuda | -22/+30 |
| 2023-01-14 | change const_param_default query to return EarlyBinder; remove bound_const_pa... | Kyle Matsuda | -5/+3 |
| 2023-01-14 | change usages of const_param_default query to bound_const_param_default | Kyle Matsuda | -2/+2 |
| 2023-01-13 | Unify Opaque/Projection handling in region outlives code | Michael Goulet | -14/+6 |
| 2023-01-13 | Suggest lifetime bound in illegal Copy impl | Michael Goulet | -43/+63 |
| 2023-01-13 | Check ADT fields for copy implementations considering regions | Michael Goulet | -2/+4 |
| 2023-01-13 | Rollup merge of #106585 - estebank:issue-46585, r=compiler-errors | Matthias Krüger | -17/+157 |
| 2023-01-13 | Rollup merge of #106465 - compiler-errors:bump-IMPLIED_BOUNDS_ENTAILMENT, r=lcnr | Matthias Krüger | -12/+148 |
| 2023-01-13 | Rollup merge of #106785 - compiler-errors:better-impl-wf-spans, r=estebank | Yuki Okushi | -19/+42 |
| 2023-01-13 | Add logic to make IMPLIED_BOUNDS_ENTAILMENT easier to understand | Michael Goulet | -12/+148 |
| 2023-01-12 | Only point at impl self ty in WF if trait predicate shares self ty | Michael Goulet | -2/+9 |
| 2023-01-13 | Rollup merge of #106759 - compiler-errors:revert-105255, r=cjgillot | Yuki Okushi | -1/+15 |
| 2023-01-12 | Point at impl self type for impl wf obligations | Michael Goulet | -1/+1 |
| 2023-01-12 | Point at HIR types when impl trait ref doesn't normalize | Michael Goulet | -18/+34 |
| 2023-01-11 | Rollup merge of #106739 - WaffleLapkin:astconv, r=estebank | Michael Goulet | -636/+598 |
| 2023-01-12 | Revert "Make nested RPITIT inherit the parent opaque's generics." and adjust ... | Michael Goulet | -1/+15 |
| 2023-01-11 | review comments: account for generics | Esteban Küber | -2/+6 |
| 2023-01-11 | review comments | Esteban Küber | -11/+4 |
| 2023-01-11 | When suggesting writing a fully qualified path probe for appropriate types | Esteban Küber | -17/+160 |
| 2023-01-11 | Move autoderef to rustc_hir_analysis | Michael Goulet | -1/+239 |
| 2023-01-11 | Make selfless `dyn AstConv` methods into toplevel functions | Maybe Waffle | -583/+568 |
| 2023-01-11 | Add `AstConv::astconv` method to remove `<dyn AstConv>::` calls | Maybe Waffle | -53/+30 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -1/+1 |
| 2023-01-10 | Rollup merge of #106204 - compiler-errors:no-take-opaques-in-compare, r=oli-obk | Yuki Okushi | -18/+2 |
| 2023-01-09 | Auto merge of #106637 - fee1-dead-contrib:rollup-ticvmsd, r=fee1-dead | bors | -10/+16 |
| 2023-01-09 | Assert defining anchor is set in take_opaque_types | Michael Goulet | -1/+1 |
| 2023-01-09 | No need to take opaques in check_type_bounds | Michael Goulet | -17/+1 |
| 2023-01-09 | Rollup merge of #106164 - compiler-errors:check-region-tweak, r=oli-obk | fee1-dead | -10/+16 |
| 2023-01-09 | Auto merge of #101947 - aliemjay:astconv-normalize, r=lcnr | bors | -31/+26 |
| 2023-01-09 | Auto merge of #106582 - compiler-errors:better-spans-on-bad-tys, r=lcnr | bors | -40/+25 |
| 2023-01-08 | Rollup merge of #106131 - compiler-errors:not-ptrs, r=davidtwco | Michael Goulet | -22/+14 |
| 2023-01-08 | Normalize assumed_wf_types after wfchecking is complete, for better spans | Michael Goulet | -3/+4 |
| 2023-01-08 | Improve spans of non-WF implied bound types | Michael Goulet | -37/+21 |
| 2023-01-08 | Auto merge of #106235 - compiler-errors:rework-bounds-collection, r=davidtwco | bors | -94/+111 |
| 2023-01-08 | Mention signature rather than fn pointers when comparing impl/trait methods | Michael Goulet | -22/+14 |
| 2023-01-08 | Add type flags support for Ty and Const late-bound regions | Michael Goulet | -1/+1 |
| 2023-01-07 | introduce AstConv::probe_adt | Ali MJ Al-Nasrawy | -7/+20 |
| 2023-01-07 | don't normalize in astconv | Ali MJ Al-Nasrawy | -30/+12 |
| 2023-01-07 | Auto merge of #106283 - JulianKnodt:enum_err, r=cjgillot | bors | -10/+19 |
| 2023-01-06 | Rollup merge of #106533 - TaKO8Ki:use-smaller-span-for-missing-lifetime/gener... | Michael Goulet | -6/+14 |
| 2023-01-06 | use smaller spans for missing lifetime/generic args | Takayuki Maeda | -6/+14 |
| 2023-01-05 | Correct detection of elided lifetimes in impl-trait. | Camille GILLOT | -2/+4 |
| 2023-01-04 | Rollup merge of #106403 - compiler-errors:rename-hir-methods, r=cjgillot | Michael Goulet | -12/+12 |
| 2023-01-04 | Rollup merge of #106200 - compiler-errors:suggest-impl-trait, r=estebank | Matthias Krüger | -50/+97 |
| 2023-01-03 | Rollup merge of #106353 - lukas-code:reduce-red-lines-in-my-ide, r=wesleywiser | Michael Goulet | -3/+3 |