| Age | Commit message (Expand) | Author | Lines |
| 2020-05-30 | Tweak type parameter errors to reduce verbosity | Esteban Küber | -10/+2 |
| 2020-05-27 | Tweak output for mismatched impl item | Esteban Küber | -2/+2 |
| 2020-05-27 | Name `RegionKind::ReVar` lifetimes in diagnostics | Esteban Küber | -2/+2 |
| 2020-05-27 | Fix spacing of expected/found notes without a label | Esteban Küber | -16/+16 |
| 2020-05-03 | Correctly check comparison operators in MIR typeck | Matthew Jasper | -17/+5 |
| 2020-04-30 | Rollup merge of #70950 - nikomatsakis:leak-check-nll-2, r=matthewjasper | Dylan DPC | -5/+104 |
| 2020-04-28 | Suggest `;` or assignment to drop borrows in tail exprs | Esteban Küber | -13/+60 |
| 2020-04-16 | reserve variable for empty root region | Niko Matsakis | -0/+31 |
| 2020-04-16 | enforce that R1: R2 requires univ(R1) <= univ(R2) | Niko Matsakis | -5/+73 |
| 2020-04-11 | rustc: Add a warning count upon completion | RoccoDev | -1/+1 |
| 2020-03-30 | bless output of ui test nll/user-annotations/closure-substs.rs | Remy Rakic | -1/+1 |
| 2020-03-30 | bless output of ui test nll/outlives-suggestion-simple.rs | Remy Rakic | -4/+6 |
| 2020-03-24 | Rollup merge of #70277 - matthewjasper:remove-closurebound, r=nikomatsakis | Mazdak Farrokhzad | -14/+14 |
| 2020-03-23 | Remove `ReClosureBound` | Matthew Jasper | -14/+14 |
| 2020-03-21 | rustc: keep upvars tupled in {Closure,Generator}Substs. | Eduard-Mihai Burtescu | -6/+50 |
| 2020-03-12 | update tests | Mark Mansi | -5/+5 |
| 2020-03-11 | Rollup merge of #69591 - matthewjasper:query-response-relate, r=nikomatsakis | Mazdak Farrokhzad | -0/+33 |
| 2020-03-08 | Rollup merge of #69120 - spunit262:invalid-sugar-suggest, r=matthewjasper | Mazdak Farrokhzad | -4/+1 |
| 2020-03-06 | fix various typos | Matthias Krüger | -1/+1 |
| 2020-02-29 | Use TypeRelating for instantiating query responses | Matthew Jasper | -0/+33 |
| 2020-02-22 | update some tests | Mark Mansi | -5/+5 |
| 2020-02-13 | Check types of statics in MIR typeck | Matthew Jasper | -0/+81 |
| 2020-02-13 | Check `Copy` lifetimes bounds when copying from a projection | Matthew Jasper | -0/+26 |
| 2020-02-12 | Don't give invalid suggestion on desugared span. | spunit262 | -4/+1 |
| 2020-02-11 | Rollup merge of #68816 - estebank:fn-mut-closure, r=varkor | Dylan DPC | -60/+60 |
| 2020-02-07 | Auto merge of #65232 - nikomatsakis:lazy-norm-anon-const-push-2, r=matthewjasper | bors | -2/+2 |
| 2020-02-06 | don't mention specific region numbers in the ~ERROR message | Niko Matsakis | -2/+2 |
| 2020-02-03 | Tweak borrow error on `FnMut` when `Fn` is expected | Esteban Küber | -60/+60 |
| 2020-02-02 | Add a resume type parameter to `Generator` | Jonas Schievink | -1/+1 |
| 2020-01-31 | Auto merge of #68080 - varkor:declared-here, r=petrochenkov | bors | -5/+5 |
| 2020-01-25 | Use better bound names in `-Zverbose` mode | Esteban Küber | -16/+16 |
| 2020-01-24 | Normalise notes with the/is | varkor | -3/+3 |
| 2020-01-24 | Normalise diagnostics with respect to "the X is declared/defined here" | varkor | -2/+2 |
| 2020-01-23 | Use check-pass mode for nll tests | Tomasz Miąsko | -15/+15 |
| 2020-01-12 | Diagnostics should start lowercase | varkor | -99/+99 |
| 2020-01-02 | Use drop instead of the toilet closure `|_| ()` | Lzu Tao | -1/+1 |
| 2019-12-06 | add subset relations test using polonius | Remy Rakic | -0/+44 |
| 2019-12-06 | bless polonius output due to lacking the 'static special-casing | Remy Rakic | -0/+60 |
| 2019-12-06 | bless polonius output of test ui/nll/outlives-suggestion-simple.rs | Remy Rakic | -0/+121 |
| 2019-12-06 | Auto merge of #66911 - eddyb:nicer-rustc_regions, r=matthewjasper | bors | -307/+99 |
| 2019-12-03 | Include a span in more `expected...found` notes | Aaron Hill | -24/+56 |
| 2019-11-30 | rustc_mir: use nicer path printing for #[rustc_regions] NLL tests. | Eduard-Mihai Burtescu | -307/+99 |
| 2019-11-30 | rustc: don't just show raw DefIndex's in BrNamed's fmt::Debug impl. | Eduard-Mihai Burtescu | -20/+20 |
| 2019-11-25 | Tweak move error due to non-Copy | Esteban Küber | -12/+2 |
| 2019-11-21 | Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov | bors | -2/+2 |
| 2019-11-19 | Rollup merge of #66155 - GuillaumeGomez:long-err-explanation-E0594, r=Dylan-DPC | Mazdak Farrokhzad | -2/+8 |
| 2019-11-18 | Auto merge of #58281 - mark-i-m:synthesis, r=estebank | bors | -0/+451 |
| 2019-11-18 | Specific labels when referring to "expected" and "found" types | Esteban Küber | -2/+2 |
| 2019-11-18 | Update ui tests | Guillaume Gomez | -2/+8 |
| 2019-11-11 | Evaluate borrow and struct expressions in `into` | Matthew Jasper | -2/+2 |