| Age | Commit message (Expand) | Author | Lines |
| 2022-06-26 | Auto merge of #98462 - cjgillot:no-apit-hrtb-beta, r=Mark-Simulacrum | bors | -0/+16 |
| 2022-06-24 | beta fallout. | Camille GILLOT | -6/+0 |
| 2022-06-24 | Fail gracefully when encountering an HRTB in APIT. | Camille GILLOT | -0/+22 |
| 2022-06-23 | Rollup merge of #97431 - compiler-errors:issue-97413, r=oli-obk | Michael Goulet | -0/+18 |
| 2022-06-07 | Remove arg_matrix.rs, bless tests | Michael Goulet | -8/+1 |
| 2022-05-14 | Add a test with both passing and erroneous cases. | Camille GILLOT | -0/+146 |
| 2022-05-14 | Forbid nested opaque types to reference HRTB from opaque types. | Camille GILLOT | -98/+75 |
| 2022-05-02 | Add a regression test for #92305 | Yuki Okushi | -0/+47 |
| 2022-04-30 | Bless nll tests. | Camille GILLOT | -6/+10 |
| 2022-04-30 | Bless tests. | Camille GILLOT | -7/+13 |
| 2022-04-28 | Revert diagnostic duplication and accidental stabilization | Oli Scherer | -151/+64 |
| 2022-04-27 | Auto merge of #91557 - cjgillot:ast-lifetimes-named, r=petrochenkov | bors | -3/+3 |
| 2022-04-27 | Bless tests. | Camille GILLOT | -3/+3 |
| 2022-04-25 | Recover most `impl Trait` and `dyn Trait` lifetime bound suggestions under NLL | marmeladema | -4/+38 |
| 2022-04-24 | Bless tests | marmeladema | -6/+8 |
| 2022-04-16 | Implementation for 65853 | Jack Huey | -1/+8 |
| 2022-04-12 | Compute a more precise span for opaque type impls | Oli Scherer | -8/+8 |
| 2022-04-11 | prevent opaque types from appearing in impl headers | Rémy Rakic | -31/+47 |
| 2022-04-05 | Rollup merge of #95654 - notriddle:notriddle/issue-95616, r=davidtwco | Dylan DPC | -2/+2 |
| 2022-04-05 | Rollup merge of #95603 - compiler-errors:dyn-return, r=oli-obk | Dylan DPC | -28/+51 |
| 2022-04-04 | Refer to the TraitRef::identity in the message to be clearer | Esteban Kuber | -1/+1 |
| 2022-04-04 | Dedup logic and improve output for other types that impl trait | Esteban Kuber | -5/+5 |
| 2022-04-04 | Fix list length | Esteban Kuber | -0/+4 |
| 2022-04-04 | Fix #90970, doesn't address #87437 | Esteban Kuber | -0/+3 |
| 2022-04-04 | Mention implementers of unsatisfied trait | Esteban Kuber | -4/+13 |
| 2022-04-04 | diagnostics: use correct span for const generics | Michael Howell | -2/+2 |
| 2022-04-02 | Fix late-bound ICE in unsized return suggestion | Michael Goulet | -28/+51 |
| 2022-03-30 | Restore `impl Future<Output = Type>` to async blocks | Michael Goulet | -4/+4 |
| 2022-03-30 | Auto merge of #95466 - Dylan-DPC:rollup-g7ddr8y, r=Dylan-DPC | bors | -1/+1 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -1/+1 |
| 2022-03-28 | Also use the RPIT back compat hack in trait projection | Oli Scherer | -35/+5 |
| 2022-03-28 | Show that the behaviour is the same for RPIT and TAIT | Oli Scherer | -0/+230 |
| 2022-03-28 | Add a test showing that a similar example compiles | Oli Scherer | -0/+20 |
| 2022-03-28 | Fix mixing lazy TAIT and RPIT in their defining scopes | Oli Scherer | -0/+28 |
| 2022-03-28 | Add regression test | Oli Scherer | -0/+60 |
| 2022-03-28 | Add another regression test | Oli Scherer | -0/+27 |
| 2022-03-28 | Test that TAIT and RPIT are in sync | Oli Scherer | -2/+31 |
| 2022-03-28 | Add regression tests | Oli Scherer | -0/+494 |
| 2022-03-28 | Remove opaque type obligation and just register opaque types as they are enco... | Oli Scherer | -16/+48 |
| 2022-03-28 | Revert to inference variable based hidden type computation for RPIT | Oli Scherer | -134/+287 |
| 2022-03-28 | Special case the situation where the previous span is the same as the new one | Oli Scherer | -6/+3 |
| 2022-03-28 | Have the spans of TAIT type conflict errors point to the actual site instead ... | Oli Scherer | -7/+7 |
| 2022-03-28 | Normalize all projections in mir validation again | Oli Scherer | -0/+29 |
| 2022-03-28 | Don't bind hidden types when searching for matching impls | Oli Scherer | -39/+73 |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -504/+848 |
| 2022-03-27 | Rollup merge of #95364 - GuillaumeGomez:long-error-explanation-e0667, r=Dylan... | Dylan DPC | -1/+3 |
| 2022-03-27 | Update ui test output | Guillaume Gomez | -1/+3 |
| 2022-03-27 | Rollup merge of #93469 - compiler-errors:issue-93450, r=estebank | Dylan DPC | -18/+3 |
| 2022-03-22 | remove [async output] from impl Future | Michael Goulet | -4/+4 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -1/+1 |