| Age | Commit message (Expand) | Author | Lines |
| 2022-11-09 | Rollup merge of #103307 - b4den:master, r=estebank | Manish Goregaokar | -1/+1 |
| 2022-10-27 | Only ban duplication across parameters. | Camille GILLOT | -0/+3 |
| 2022-10-23 | Do not consider repeated lifetime params for elision. | Camille GILLOT | -1/+16 |
| 2022-10-20 | Update tests to match error message changes | b4den | -1/+1 |
| 2022-10-19 | Rollup merge of #103216 - cjgillot:issue-103210, r=jackh726 | Dylan DPC | -0/+11 |
| 2022-10-18 | Consider patterns in fn params in an `Elided(Infer)` lifetime rib. | Camille GILLOT | -0/+11 |
| 2022-10-13 | resolve: Add some asserts for unexpected lifetime rib combinations | Vadim Petrochenkov | -0/+89 |
| 2022-10-08 | handle late-bound vars from inner binders correctly and add test | b-naber | -0/+24 |
| 2022-09-30 | bless tests | b-naber | -1/+1 |
| 2022-09-26 | remove implied link bound per review | Matthew Kelly | -0/+1 |
| 2022-09-26 | address review | b-naber | -4/+4 |
| 2022-09-13 | Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errors | bors | -7/+5 |
| 2022-09-05 | suggest introducing an explicit lifetime if it does not exist | Takayuki Maeda | -0/+32 |
| 2022-09-03 | Shrink suggestion span of argument mismatch error | Michael Goulet | -1/+1 |
| 2022-08-30 | Stabilize GATs | Jack Huey | -7/+5 |
| 2022-08-07 | Use start_point instead of next_point to point to elided lifetime ampersand. | Camille GILLOT | -0/+33 |
| 2022-07-30 | Always create elided lifetimes, even if inferred. | Camille GILLOT | -0/+17 |
| 2022-07-25 | Report elision failures on the AST. | Camille GILLOT | -20/+61 |
| 2022-07-18 | Check generators for well formedness | Oli Scherer | -0/+22 |
| 2022-07-15 | Revert "Highlight conflicting param-env candidates" | Michael Goulet | -7/+1 |
| 2022-07-11 | Auto merge of #98637 - cjgillot:bare-trait-anon-lt, r=petrochenkov | bors | -0/+49 |
| 2022-07-08 | Rollup merge of #98794 - compiler-errors:conflicting-param-env, r=michaelwoer... | Dylan DPC | -1/+7 |
| 2022-07-08 | Highlight conflicting param-env candidates | Michael Goulet | -1/+7 |
| 2022-07-07 | Shorten span for closures. | Camille GILLOT | -2/+2 |
| 2022-07-02 | Handle fresh lifetimes on bare trait objects. | Camille GILLOT | -71/+2 |
| 2022-07-02 | Add known bug test. | Camille GILLOT | -0/+118 |
| 2022-07-01 | Don't point at Self type if we can't find an infer variable in ambiguous trai... | Michael Goulet | -2/+2 |
| 2022-06-28 | Migrate some rustc_borrowck diagnostics to SessionDiagnostic | Michael Goulet | -1/+1 |
| 2022-06-28 | Auto merge of #98222 - cjgillot:single-wf, r=michaelwoerister | bors | -22/+22 |
| 2022-06-22 | Auto merge of #98279 - cjgillot:all-fresh-nofn, r=petrochenkov | bors | -2/+15 |
| 2022-06-21 | Only keep a single well-formed query. | Camille GILLOT | -22/+22 |
| 2022-06-21 | Always create parameters for functions-like types. | Camille GILLOT | -2/+15 |
| 2022-06-19 | Mention what item is using an invalid `Self` type | Michael Goulet | -3/+3 |
| 2022-06-16 | fix one more case of trailing space | klensy | -4/+4 |
| 2022-06-15 | Rollup merge of #98026 - c410-f3r:z-errors, r=petrochenkov | Yuki Okushi | -0/+189 |
| 2022-06-13 | Move tests | Caio | -0/+189 |
| 2022-06-11 | ValuePairs::PolyTraitRefs should be called 'trait' | Michael Goulet | -6/+6 |
| 2022-06-11 | Add regression test for #54378 | Yuki Okushi | -0/+26 |
| 2022-06-09 | Add regresion test for #67498 | Yuki Okushi | -0/+21 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -916/+126 |
| 2022-05-22 | Use revisions for NLL in lifetimes | Jack Huey | -145/+398 |
| 2022-05-22 | Rollup merge of #97236 - cjgillot:recover-lifetime-res, r=jackh726 | Yuki Okushi | -0/+83 |
| 2022-05-21 | update nll tests | lcnr | -0/+10 |
| 2022-05-21 | Recover when resolution did not resolve lifetimes. | Camille GILLOT | -0/+83 |
| 2022-05-21 | correctly deal with user type ascriptions in pat | lcnr | -0/+25 |
| 2022-05-05 | Add a regression test for #64173 and #66152 | Yuki Okushi | -0/+54 |
| 2022-04-30 | Bless nll tests. | Camille GILLOT | -2/+5 |
| 2022-04-30 | Bless tests. | Camille GILLOT | -12/+27 |
| 2022-04-29 | Auto merge of #96566 - Dylan-DPC:rollup-fo7rd98, r=Dylan-DPC | bors | -0/+19 |
| 2022-04-29 | Rollup merge of #96559 - cjgillot:elided-path-fn, r=petrochenkov | Dylan DPC | -0/+19 |