| Age | Commit message (Expand) | Author | Lines |
| 2022-08-13 | move | Ellen | -1365/+0 |
| 2022-08-10 | Rollup merge of #100098 - compiler-errors:field-suggestion-fixups, r=davidtwco | Matthias Krüger | -8/+0 |
| 2022-08-08 | Adjust wording | Michael Goulet | -9/+16 |
| 2022-08-07 | Implement special-cased projection error message for some common traits | Michael Goulet | -2/+2 |
| 2022-08-03 | Don't suggest field method if it's just missing some bounds | Michael Goulet | -8/+0 |
| 2022-07-28 | Remove guess_head_span. | Camille GILLOT | -26/+16 |
| 2022-07-18 | Add regression test for #95230 | Yuki Okushi | -0/+7 |
| 2022-07-08 | Auto merge of #98816 - estebank:implicit-sized, r=oli-obk | bors | -4/+4 |
| 2022-07-07 | Track implicit `Sized` obligations in type params | Esteban Küber | -4/+4 |
| 2022-07-07 | Shorten span for closures. | Camille GILLOT | -14/+14 |
| 2022-06-26 | compiletest: add issue number param to `known-bug` | David Knaack | -1/+1 |
| 2022-06-25 | Rollup merge of #98298 - TaKO8Ki:point-to-type-param-definition, r=compiler-e... | Matthias Krüger | -4/+4 |
| 2022-06-22 | point to type param definition when not finding variant, method and assoc type | Takayuki Maeda | -4/+4 |
| 2022-06-21 | Rollup merge of #98022 - compiler-errors:erroneous-borrowck-span, r=oli-obk | Yuki Okushi | -1/+1 |
| 2022-06-19 | Make missing argument placeholder more obvious that it's a placeholder | Michael Goulet | -2/+2 |
| 2022-06-12 | Fix erroneous span for borrowck error | Michael Goulet | -1/+1 |
| 2022-06-10 | Rollup merge of #97937 - TaKO8Ki:fix-typo-in-hrtb-just-for-static, r=Dylan-DPC | Yuki Okushi | -1/+1 |
| 2022-06-10 | fix a typo | Takayuki Maeda | -1/+1 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -206/+38 |
| 2022-05-22 | Use revisions for NLL in hrtb | Jack Huey | -71/+95 |
| 2022-05-22 | Use revisions for NLL in nll | Jack Huey | -12/+0 |
| 2022-05-22 | Do leak check after function ptr coercion | Jack Huey | -2/+2 |
| 2022-05-06 | Link to correct issue in issue-95034 test | Ali MJ Al-Nasrawy | -0/+2 |
| 2022-04-24 | suggestion if struct field has method | Michael Goulet | -0/+16 |
| 2022-04-16 | Implementation for 65853 | Jack Huey | -3/+5 |
| 2022-04-08 | Rollup merge of #95102 - compiler-errors:issue-94034-bug, r=jackh726 | Dylan DPC | -0/+97 |
| 2022-03-23 | Add known-bug for #94034 | Michael Goulet | -0/+97 |
| 2022-03-24 | Properly track `ImplObligation`s | Esteban Kuber | -16/+16 |
| 2021-12-11 | Tweak assoc type obligation spans | Esteban Kuber | -1/+6 |
| 2021-11-30 | Remove all migrate.nll.stderr files | Lucas Kent | -30/+29 |
| 2021-11-20 | Point at `impl` blocks when they introduce unmet obligations | Esteban Kuber | -28/+32 |
| 2021-11-20 | Point at source of trait bound obligations in more places | Esteban Kuber | -5/+21 |
| 2021-11-04 | Erase regions within `vtable_trait_first_method_offset`. | Charles Lew | -0/+32 |
| 2021-10-25 | fix(rustc_typeck): report function argument errors on matching type | Michael Howell | -4/+10 |
| 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 |