| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-02-01 | Update ui tests | Jesus Rubio | -1/+6 |
| 2021-01-31 | Move some tests to more reasonable directories | Caio | -0/+127 |
| 2021-01-26 | Avoid describing a method as 'not found' when bounds are unsatisfied | Aaron Hill | -4/+4 |
| 2021-01-16 | Move some tests to more reasonable directories - 2 | Caio | -0/+196 |
| 2020-12-24 | Auto merge of #77692 - PankajChaudhary5:issue-76630, r=davidtwco | bors | -9/+9 |
| 2020-12-18 | Make BoundRegion have a kind of BoungRegionKind | Jack Huey | -15/+15 |
| 2020-12-01 | Added better error message for shared borrow treated as unique for purposes o... | PankajChaudhary5 | -9/+9 |
| 2020-11-09 | Rollup merge of #76468 - SNCPlay42:lifetime-names, r=Mark-Simulacrum | Dylan DPC | -2/+2 |
| 2020-11-09 | use RegionNameHighlight for async fn and closure returns | SNCPlay42 | -2/+2 |
| 2020-10-23 | Add test for bad NLL higher-ranked subtype | Aaron Hill | -0/+72 |
| 2020-10-06 | Update to chalk 0.31. Implement some unimplemented. Ignore some tests in comp... | Jack Huey | -0/+1 |
| 2020-10-06 | Separate bounds and predicates for associated/opaque types | Matthew Jasper | -8/+1 |
| 2020-09-25 | Move from {{closure}}#0 syntax to {closure#0} for (def) path components | marmeladema | -50/+50 |
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -75/+75 |
| 2020-08-25 | Auto merge of #75302 - Aaron1011:feature/partial-move-diag, r=estebank | bors | -4/+4 |
| 2020-08-22 | Use smaller def span for functions | Aaron Hill | -17/+8 |
| 2020-08-08 | Be consistent when describing a move as a 'partial' in diagnostics | Aaron Hill | -4/+4 |
| 2020-07-28 | Make closures and generators a must use types | Tomasz Miąsko | -3/+14 |