| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-04-29 | Auto merge of #95819 - oli-obk:mir_can't_hold_all_these_lifetimes, r=estebank | bors | -0/+33 |
| 2022-04-29 | Use the correct lifetime binder for elided lifetimes in path. | Camille GILLOT | -0/+19 |
| 2022-04-29 | Rollup merge of #96516 - oli-obk:impl_trait_inference_accidental_permitted, r... | Dylan DPC | -13/+1 |
| 2022-04-28 | Revert diagnostic duplication and accidental stabilization | Oli Scherer | -13/+1 |
| 2022-04-28 | Check that repeat expression elements are Copy (ignoring lifetimes) in typeck... | Oli Scherer | -0/+33 |
| 2022-04-27 | Recover suggestions to introduce named lifetime under NLL | marmeladema | -0/+60 |
| 2022-04-24 | Bless tests | marmeladema | -3/+3 |
| 2022-04-17 | Lint elided lifetimes in path on the AST. | Camille GILLOT | -1/+5 |
| 2022-04-17 | Bless tests. | Camille GILLOT | -4/+6 |
| 2022-03-28 | Revert to inference variable based hidden type computation for RPIT | Oli Scherer | -5/+17 |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -4/+4 |
| 2022-03-21 | Return err instead of ICE | ouz-a | -0/+49 |
| 2022-03-01 | update (bless) test results | Fausto | -3/+3 |
| 2022-02-28 | Suggest adding a new lifetime parameter when two elided lifetimes should matc... | Fausto | -0/+18 |
| 2022-02-24 | Remove in-band lifetimes | Michael Goulet | -5/+111 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -4/+4 |
| 2022-02-02 | Lazily resolve type-alias-impl-trait defining uses | Oli Scherer | -4/+4 |
| 2022-01-01 | Update references to `-Z symbol-mangling-version` to use `-C` | Josh Triplett | -1/+1 |
| 2021-12-11 | Rollup merge of #91764 - cjgillot:elide-anyway, r=jackh726 | Matthias Krüger | -0/+72 |
| 2021-12-11 | Add test. | Camille GILLOT | -0/+72 |
| 2021-12-10 | fix tests after rebase | Esteban Kuber | -1/+1 |
| 2021-12-04 | Rollup merge of #90519 - estebank:issue-84003, r=petrochenkov | Matthias Krüger | -2/+1 |
| 2021-12-03 | Keep spans for generics in `#[derive(_)]` desugaring | Esteban Kuber | -2/+1 |
| 2021-11-26 | Handle placeholder regions in NLL type outlive constraints | Matthew Jasper | -0/+19 |
| 2021-11-20 | Point at source of trait bound obligations in more places | Esteban Kuber | -5/+0 |
| 2021-11-14 | Improve diagnostics when a static lifetime is expected | Lucas Kent | -0/+52 |
| 2021-11-06 | Move some tests to more reasonable directories | Caio | -0/+49 |
| 2021-11-03 | Add beginner friendly lifetime elision hint to E0623 | Nilstrieb | -0/+128 |
| 2021-10-22 | nice_region_error: Include lifetime placeholders in error output | Michael Howell | -4/+4 |
| 2021-10-13 | Remove textual span from diagnostic string | Oli Scherer | -4/+4 |
| 2021-10-05 | Note specific regions involved in 'borrowed data escapes' error | Aaron Hill | -4/+14 |
| 2021-10-03 | Don't suggest replacing region with 'static in NLL | Aaron Hill | -4/+0 |
| 2021-09-30 | Auto merge of #89110 - Aaron1011:adjustment-span, r=estebank | bors | -17/+17 |
| 2021-09-27 | Improve cause information for NLL higher-ranked errors | Aaron Hill | -0/+25 |
| 2021-09-25 | Use larger span for adjustments on method calls | Aaron Hill | -17/+17 |
| 2021-09-19 | Auto merge of #88703 - cjgillot:lazymod, r=petrochenkov | bors | -11/+11 |
| 2021-09-18 | Auto merge of #88650 - sapessi:issue-77175-fix, r=estebank | bors | -0/+19 |
| 2021-09-12 | Use boxed slice instead of BTreeSet. | Camille GILLOT | -11/+11 |
| 2021-09-06 | Add regression test for #74400 | Bram van den Heuvel | -0/+54 |
| 2021-09-04 | test for issue #77175 | Stefano Buliani | -0/+19 |