| Age | Commit message (Expand) | Author | Lines |
| 2021-10-03 | Don't suggest replacing region with 'static in NLL | Aaron Hill | -4/+0 |
| 2021-09-25 | Use larger span for adjustments on method calls | Aaron Hill | -2/+2 |
| 2021-09-16 | Point at call span that introduced obligation for the arg | Esteban Kuber | -3/+9 |
| 2021-09-09 | In relate_tys, when creating new universes, insert missing universes as other | jackh726 | -0/+35 |
| 2021-08-26 | Rollup merge of #88270 - lqd:hrtb-type-ascription, r=nikomatsakis | Manish Goregaokar | -18/+5 |
| 2021-08-24 | Normalize associated types with bound vars | Jack Huey | -3/+3 |
| 2021-08-24 | Update NLL HRTB type ascription blessed expectations | Rémy Rakic | -18/+5 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -2/+2 |
| 2021-08-18 | Auto merge of #86700 - lqd:matthews-nll-hrtb-errors, r=nikomatsakis | bors | -16/+41 |
| 2021-08-18 | Auto merge of #87738 - lqd:polonius-master, r=nikomatsakis | bors | -17/+19 |
| 2021-08-16 | Use note to point at bound introducing requirement | Esteban Küber | -11/+17 |
| 2021-08-15 | Report nicer errors for HRTB NLL errors from queries | Matthew Jasper | -14/+35 |
| 2021-08-15 | Report mismatched type errors for bound region errors in NLL | Matthew Jasper | -2/+6 |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -3/+3 |
| 2021-08-03 | bless `hrtb-perfect-forwarding` under polonius | Rémy Rakic | -17/+19 |
| 2021-04-06 | Point at `impl` and type defs introducing requirements on E0277 | Esteban Küber | -1/+5 |
| 2021-03-31 | Add var to BoundRegion. Add query to get bound vars for applicable items. | Jack Huey | -2/+10 |
| 2021-03-31 | Track bound vars | Jack Huey | -0/+20 |
| 2021-02-10 | Keep existing names of regions in placeholder_error | Matthew Jasper | -3/+3 |
| 2021-02-09 | Report "nice" placeholder errors more often | Matthew Jasper | -69/+49 |
| 2021-02-09 | Avoid repeating self type in placeholder error | Matthew Jasper | -4/+4 |
| 2021-02-09 | Remove unnecessary note on errors | Matthew Jasper | -36/+6 |
| 2021-01-26 | Avoid describing a method as 'not found' when bounds are unsatisfied | Aaron Hill | -16/+16 |
| 2021-01-12 | Provide more information for HRTB lifetime errors involving closures | Esteban Küber | -2/+22 |
| 2020-10-15 | ensure arguments are included in count mismatch span | Andy Russell | -10/+10 |
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -3/+3 |
| 2020-08-22 | Use smaller def span for functions | Aaron Hill | -2/+1 |
| 2020-06-22 | fix subtle bug in NLL type checker | Niko Matsakis | -0/+70 |
| 2020-06-22 | remove snapshot calls from "match" operations during select | Niko Matsakis | -69/+56 |
| 2020-06-22 | move leak-check to during coherence, candidate eval | Niko Matsakis | -111/+144 |
| 2020-06-22 | rewrite leak check to be based on universes | Niko Matsakis | -21/+2 |
| 2020-06-22 | Revert "modify leak-check to track only outgoing edges from placeholders" | Niko Matsakis | -36/+48 |
| 2020-06-22 | modify leak-check to track only outgoing edges from placeholders | Niko Matsakis | -48/+36 |
| 2020-05-02 | On type mismatch involving associated type, suggest constraint | Esteban Küber | -1/+1 |
| 2020-04-30 | Rollup merge of #70950 - nikomatsakis:leak-check-nll-2, r=matthewjasper | Dylan DPC | -1/+1 |
| 2020-04-18 | Add label to item source of bound obligation | Esteban Küber | -9/+9 |
| 2020-04-16 | reserve variable for empty root region | Niko Matsakis | -1/+1 |
| 2020-04-11 | rustc: Add a warning count upon completion | RoccoDev | -1/+1 |
| 2020-04-08 | Small tweaks to required bound span | Esteban Küber | -1/+1 |
| 2020-03-30 | Rollup merge of #70546 - lqd:polonius_update, r=nikomatsakis | Dylan DPC | -1/+2 |
| 2020-03-30 | bless output of ui test hrtb/hrtb-perfect-forwarding.rs | Remy Rakic | -1/+2 |
| 2020-03-29 | Tweak `suggest_constraining_type_param` | Esteban Küber | -12/+9 |
| 2020-02-20 | Rollup merge of #68877 - estebank:point-at-params, r=petrochenkov | Mazdak Farrokhzad | -3/+5 |
| 2020-02-11 | On mismatched argument count point at arguments | Esteban Küber | -3/+5 |
| 2020-02-09 | Improve reporting errors and suggestions for trait bounds | Patryk Wychowaniec | -9/+18 |
| 2020-01-09 | Address review comments + Update NLL tests | Vadim Petrochenkov | -1/+2 |
| 2020-01-09 | Update tests | Vadim Petrochenkov | -4/+55 |
| 2019-12-23 | Refactor region error handling to be done by mirborrowckctx | Mark Mansi | -6/+6 |
| 2019-12-06 | bless polonius output of test hrtb-perfect-forwarding.rs | Remy Rakic | -0/+68 |
| 2019-11-28 | Deduplicate type param constraint suggestion code | Esteban Küber | -3/+3 |