| Age | Commit message (Expand) | Author | Lines |
| 2022-10-16 | Auto merge of #102334 - compiler-errors:rpitit-substs-issue, r=cjgillot | bors | -19/+64 |
| 2022-10-16 | Auto merge of #102931 - camsteffen:inline-overlapping-impls, r=cjgillot | bors | -6/+5 |
| 2022-10-15 | typos | Michael Goulet | -9/+9 |
| 2022-10-15 | Equate full fn signatures to infer all region variables | Michael Goulet | -13/+33 |
| 2022-10-15 | Fix subst issues with RPITIT | Michael Goulet | -6/+31 |
| 2022-10-15 | Auto merge of #101832 - compiler-errors:dyn-star-plus, r=eholk | bors | -83/+72 |
| 2022-10-14 | Rollup merge of #103018 - Rageking8:more-dupe-word-typos, r=TaKO8Ki | Dylan DPC | -3/+3 |
| 2022-10-14 | Rollup merge of #102856 - cjgillot:impl-single-check, r=petrochenkov | Dylan DPC | -45/+36 |
| 2022-10-14 | Require lifetime bounds for opaque types in order to allow hidden types to ca... | Oli Scherer | -0/+1 |
| 2022-10-14 | Address nits, add test for implicit dyn-star coercion without feature gate | Michael Goulet | -1/+3 |
| 2022-10-14 | Remove CastCheckResult since it's unused | Michael Goulet | -26/+5 |
| 2022-10-14 | float and int vars are trivially copy | Michael Goulet | -0/+4 |
| 2022-10-14 | more dupe word typos | Rageking8 | -3/+3 |
| 2022-10-14 | Allow dyn* upcasting | Michael Goulet | -2/+10 |
| 2022-10-14 | Make dyn* cast into a coercion | Michael Goulet | -60/+60 |
| 2022-10-14 | Auto merge of #103026 - matthiaskrgr:rollup-gfmlfkt, r=matthiaskrgr | bors | -5/+15 |
| 2022-10-14 | Rollup merge of #103008 - aliemjay:opaque-parent-substs, r=oli-obk | Matthias Krüger | -5/+15 |
| 2022-10-13 | Auto merge of #102700 - oli-obk:0xDEAD_TAIT, r=compiler-errors | bors | -50/+68 |
| 2022-10-13 | Make overlapping_impls non-generic | Cameron Steffen | -6/+5 |
| 2022-10-13 | Report duplicate definition in impls with overlap check. | Camille GILLOT | -45/+36 |
| 2022-10-13 | replace ReErased with fresh region vars in opaque types | Ali MJ Al-Nasrawy | -5/+15 |
| 2022-10-13 | Rollup merge of #102765 - TaKO8Ki:follow-up-to-102708, r=compiler-errors | Dylan DPC | -0/+12 |
| 2022-10-12 | Auto merge of #101679 - compiler-errors:rpitit-default-body, r=nikomatsakis | bors | -26/+35 |
| 2022-10-12 | Auto merge of #102732 - RalfJung:assert_unsafe_precondition2, r=bjorn3 | bors | -8/+1 |
| 2022-10-12 | Rollup merge of #102890 - camsteffen:adt-sized-representability, r=cjgillot | Dylan DPC | -3/+2 |
| 2022-10-11 | add panic_fmt_nounwind for panicing without unwinding, and use it for panic_n... | Ralf Jung | -7/+0 |
| 2022-10-11 | rename rustc_allocator_nounwind to rustc_nounwind | Ralf Jung | -1/+1 |
| 2022-10-11 | Rollup merge of #100387 - cjgillot:hygiene-trait-impl, r=petrochenkov | Matthias Krüger | -0/+3 |
| 2022-10-11 | Rollup merge of #102859 - cjgillot:collect-lifetimes, r=oli-obk | Yuki Okushi | -0/+1890 |
| 2022-10-11 | Report duplicate definitions in trait impls during resolution. | Camille GILLOT | -0/+3 |
| 2022-10-10 | Check representability in adt_sized_constraint | Cameron Steffen | -3/+2 |
| 2022-10-10 | Move lifetime resolution module to rustc_hir_analysis. | Camille GILLOT | -0/+1890 |
| 2022-10-10 | Fix compiler docs | Guillaume Gomez | -5/+19 |
| 2022-10-10 | Rollup merge of #102829 - compiler-errors:rename-impl-item-kind, r=TaKO8Ki | Yuki Okushi | -6/+6 |
| 2022-10-09 | ImplItemKind::TyAlias => ImplItemKind::Type | Michael Goulet | -6/+6 |
| 2022-10-08 | Auto merge of #102809 - matthiaskrgr:rollup-qq62vuv, r=matthiaskrgr | bors | -5/+15 |
| 2022-10-08 | Rollup merge of #101520 - oli-obk:transmute_lifetimes, r=compiler-errors | Matthias Krüger | -5/+15 |
| 2022-10-08 | Auto merge of #100720 - camsteffen:representable, r=cjgillot | bors | -26/+3 |
| 2022-10-07 | Check hidden types in dead code | Oli Scherer | -20/+38 |
| 2022-10-07 | Remap hidden types from typeck before storing them in the TypeckResult | Oli Scherer | -1/+10 |
| 2022-10-07 | Unconditionally encode hidden types in typeck results | Oli Scherer | -38/+29 |
| 2022-10-07 | Auto merge of #102787 - Dylan-DPC:rollup-fvbb4t9, r=Dylan-DPC | bors | -2/+4 |
| 2022-10-07 | Allow transmutes between the same types after erasing lifetimes | Oli Scherer | -5/+15 |
| 2022-10-07 | Rewrite representability | Cameron Steffen | -26/+3 |
| 2022-10-07 | Change InferCtxtBuilder from enter to build | Cameron Steffen | -1102/+1057 |
| 2022-10-07 | fix a ICE #102768 | Takayuki Maeda | -2/+4 |
| 2022-10-07 | Remove a reference from Inherited | Cameron Steffen | -13/+13 |
| 2022-10-07 | Remove TypeckResults from InferCtxt | Cameron Steffen | -15/+19 |
| 2022-10-07 | Introduce TypeErrCtxt | Cameron Steffen | -57/+89 |
| 2022-10-07 | Rollup merge of #102720 - lyming2007:issue-102397-fix, r=compiler-errors | Matthias Krüger | -1/+1 |