| Age | Commit message (Expand) | Author | Lines |
| 2022-07-01 | Auto merge of #98781 - GuillaumeGomez:rollup-798kb8u, r=GuillaumeGomez | bors | -4/+0 |
| 2022-07-01 | Only label place where type is needed if span is meaningful | Michael Goulet | -4/+0 |
| 2022-07-01 | Shorten def_span for more items. | Camille GILLOT | -5/+3 |
| 2022-07-01 | Remove type flag based opaque type workaround | Oli Scherer | -98/+15 |
| 2022-06-29 | Make RPIT and TAIT work exactly the same | Oli Scherer | -54/+36 |
| 2022-06-27 | Remove a back-compat hack on lazy TAIT | Yuki Okushi | -6/+18 |
| 2022-06-27 | Auto merge of #98221 - cjgillot:single-coh, r=lcnr | bors | -20/+20 |
| 2022-06-26 | Rollup merge of #98371 - compiler-errors:better-opaque-printing, r=oli-obk | Yuki Okushi | -0/+45 |
| 2022-06-25 | Rollup merge of #98298 - TaKO8Ki:point-to-type-param-definition, r=compiler-e... | Matthias Krüger | -6/+6 |
| 2022-06-24 | Fix printing impl trait under binders | Michael Goulet | -0/+45 |
| 2022-06-24 | Rollup merge of #98280 - compiler-errors:better-call-closure-on-type-err, r=e... | Yuki Okushi | -0/+33 |
| 2022-06-23 | Rollup merge of #98259 - jyn514:improve-obligation-errors, r=estebank | Michael Goulet | -10/+40 |
| 2022-06-22 | Perform coherence checking per impl. | Camille GILLOT | -20/+20 |
| 2022-06-22 | point to type param definition when not finding variant, method and assoc type | Takayuki Maeda | -6/+6 |
| 2022-06-21 | Point at return expression for RPIT-related error | Michael Goulet | -0/+6 |
| 2022-06-21 | Improve suggestion for calling closure on type mismatch | Michael Goulet | -0/+33 |
| 2022-06-19 | Greatly improve error reporting for futures and generators in `note_obligatio... | Joshua Nelson | -10/+40 |
| 2022-06-16 | fix one more case of trailing space | klensy | -2/+2 |
| 2022-06-16 | diagnostics: fix trailing space | klensy | -1/+1 |
| 2022-06-11 | Rollup merge of #96868 - nrc:turbo-stable, r=jhpratt,nbdd0121,nagisa | Dylan DPC | -81/+25 |
| 2022-06-07 | Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakis | bors | -285/+18 |
| 2022-06-06 | Deactivate feature gate explicit_generic_args_with_impl_trait | Nick Cameron | -81/+25 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -285/+18 |
| 2022-06-03 | Fail gracefully when encountering an HRTB in APIT. | Camille GILLOT | -0/+22 |
| 2022-06-03 | Auto merge of #89862 - lcnr:path-generics-diagnostics, r=estebank | bors | -30/+89 |
| 2022-06-03 | Auto merge of #97497 - c410-f3r:z-errors, r=petrochenkov | bors | -0/+15 |
| 2022-06-02 | add new `emit_inference_failure_err` | lcnr | -30/+89 |
| 2022-05-28 | Move some tests to more reasonable places | Caio | -0/+15 |
| 2022-05-26 | don't do Sized/other fn signature checks on RPIT's real type | Michael Goulet | -0/+18 |
| 2022-05-22 | Use revisions for NLL in impl-trait | Jack Huey | -45/+65 |
| 2022-05-20 | Move tests | Caio | -0/+9 |
| 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 |