| Age | Commit message (Expand) | Author | Lines |
| 2021-10-15 | simplify constrain_opaque_types | Niko Matsakis | -11/+15 |
| 2021-10-13 | Remove textual span from diagnostic string | Oli Scherer | -18/+18 |
| 2021-10-09 | Show detailed expected/found types in error message when trait paths are the ... | rhysd | -2/+2 |
| 2021-10-05 | Note specific regions involved in 'borrowed data escapes' error | Aaron Hill | -7/+76 |
| 2021-10-04 | Rollup merge of #89504 - Aaron1011:rpit-nll-static, r=nikomatsakis | Manish Goregaokar | -84/+24 |
| 2021-10-03 | Don't suggest replacing region with 'static in NLL | Aaron Hill | -84/+24 |
| 2021-10-03 | Add regression test for spurious const error with NLL | Aaron Hill | -0/+20 |
| 2021-09-30 | Auto merge of #89250 - Aaron1011:keep-bound-region-names, r=estebank | bors | -4/+4 |
| 2021-09-30 | Auto merge of #89110 - Aaron1011:adjustment-span, r=estebank | bors | -100/+37 |
| 2021-09-26 | Remove box syntax from most places in src/test outside of the issues dir | est31 | -5/+5 |
| 2021-09-25 | Don't anonymize bound region names during typeck | Aaron Hill | -4/+4 |
| 2021-09-25 | Use larger span for adjustments on method calls | Aaron Hill | -100/+37 |
| 2021-09-25 | Bless tests | Gary Guo | -1/+1 |
| 2021-09-20 | Auto merge of #88708 - Aaron1011:aggregate-usage, r=oli-obk | bors | -14/+14 |
| 2021-09-19 | Auto merge of #89028 - Aaron1011:coercion-cause, r=nagisa | bors | -3/+3 |
| 2021-09-16 | Propagate coercion cause into `try_coerce` | Aaron Hill | -3/+3 |
| 2021-09-16 | Add `ConstraintCategory::Usage` for handling aggregate construction | Aaron Hill | -14/+14 |
| 2021-09-15 | Point to closure when emitting 'cannot move out' for captured variable | Fabian Wolff | -1/+4 |
| 2021-08-31 | Auto merge of #88467 - sexxi-goose:issue-88431, r=nikomatsakis | bors | -1/+1 |
| 2021-08-29 | 2229: Drop any deref in move closure | Aman Arora | -1/+1 |
| 2021-08-29 | Suggestion for call on immutable binding of mutable type | Esteban Küber | -6/+22 |
| 2021-08-25 | Fix debugger stepping behavior around `match` expressions | Wesley Wiser | -24/+26 |
| 2021-08-22 | Fix more “a”/“an” typos | Frank Steffahn | -1/+1 |
| 2021-08-18 | Auto merge of #86700 - lqd:matthews-nll-hrtb-errors, r=nikomatsakis | bors | -22/+47 |
| 2021-08-18 | Auto merge of #87738 - lqd:polonius-master, r=nikomatsakis | bors | -1/+3 |
| 2021-08-15 | Report nicer errors for HRTB NLL errors from queries | Matthew Jasper | -9/+19 |
| 2021-08-15 | Report mismatched type errors for bound region errors in NLL | Matthew Jasper | -13/+28 |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -15/+15 |
| 2021-08-03 | bless trivial polonius diagnostics changes | Rémy Rakic | -1/+3 |
| 2021-07-31 | Point at unmet explicit lifetime obligation bound | Esteban Küber | -2/+12 |
| 2021-07-28 | Rollup merge of #87453 - ibraheemdev:i-68697, r=wesleywiser | Yuki Okushi | -10/+13 |
| 2021-07-27 | remove allow(unconditional_recursion) | ibraheemdev | -3/+15 |
| 2021-07-25 | suggest removing unnecessary \&mut as help message | ibraheemdev | -23/+14 |
| 2021-07-17 | Auto merge of #87129 - FabianWolff:issue-75356, r=varkor | bors | -0/+1 |
| 2021-07-16 | Auto merge of #86993 - jackh726:project-gat-binders, r=nikomatsakis | bors | -4/+4 |
| 2021-07-14 | Warn about useless assignments of variables/fields to themselves | Fabian Wolff | -0/+1 |
| 2021-07-09 | Replace associated item bound vars with placeholders when projecting. | jackh726 | -4/+4 |
| 2021-07-02 | Improve error reporting for modifications behind `&` references | Fabian Wolff | -5/+5 |
| 2021-06-30 | Move some UI tests to more suitable subdirs | Yuki Okushi | -0/+103 |
| 2021-06-06 | Add variance-related information to lifetime error messages | Aaron Hill | -0/+24 |
| 2021-05-12 | Don't suggest adding `'static` lifetime to arguments | Aaron Hill | -5/+0 |
| 2021-05-01 | Closure capture borrow diagnostics for disjoint captures | Chris Pardy | -18/+18 |
| 2021-04-03 | Remove redundant `ignore-tidy-linelength` annotations | Simon Jakobi | -6/+3 |
| 2021-03-31 | Add var to BoundRegion. Add query to get bound vars for applicable items. | Jack Huey | -15/+15 |
| 2021-03-06 | Move some tests to more suitable subdirs | Yuki Okushi | -0/+25 |
| 2021-02-22 | Update test cases | 0yoyoyo | -12/+12 |
| 2021-02-06 | path trimming: ignore type aliases | Dan Aloni | -1/+1 |
| 2021-02-02 | Rollup merge of #81634 - jesusprubio:jesusprubio/add-long-explanation-e0521, ... | Jack Huey | -1/+6 |
| 2021-02-02 | Rollup merge of #80629 - sexxi-goose:migrations_1, r=nikomatsakis | Jonas Schievink | -6/+6 |
| 2021-02-01 | Process mentioned upvars for analysis first pass after ExprUseVisitor | Aman Arora | -6/+6 |