| Age | Commit message (Expand) | Author | Lines |
| 2021-10-13 | Add regression test | Gary Guo | -0/+40 |
| 2021-10-13 | Fix test | Roxane | -9/+5 |
| 2021-10-13 | 2229: Consume IfLet expr | Roxane | -0/+40 |
| 2021-10-04 | Rollup merge of #89208 - wesleywiser:rfc_2229_droporder, r=nikomatsakis | Jubilee | -0/+413 |
| 2021-10-04 | Auto merge of #89144 - sexxi-goose:insig_stdlib, r=nikomatsakis | bors | -527/+240 |
| 2021-09-09 | 2229: Don't move out of drop type | Aman Arora | -0/+206 |
| 2021-08-31 | Add test for closure migration where body is a block fragment. | Mara Bos | -0/+86 |
| 2021-08-31 | Auto merge of #88467 - sexxi-goose:issue-88431, r=nikomatsakis | bors | -33/+69 |
| 2021-08-30 | Auto merge of #88466 - sexxi-goose:issue-88372, r=nikomatsakis | bors | -0/+19 |
| 2021-08-29 | 2229: Drop any deref in move closure | Aman Arora | -33/+69 |
| 2021-08-29 | 2229: Handle update to capture kind properly | Aman Arora | -0/+19 |
| 2021-08-28 | Move match tests in match folder | Roxane | -35/+38 |
| 2021-08-28 | Create a specific match folder for match tests | Roxane | -0/+0 |
| 2021-08-28 | Add additional match test case | Roxane | -0/+51 |
| 2021-08-28 | Handle match with non axhaustive variants in closures | Roxane | -0/+114 |
| 2021-08-27 | Add missing const edge case | Roxane | -0/+60 |
| 2021-08-24 | Auto merge of #88271 - sexxi-goose:liveness, r=nikomatsakis | bors | -33/+4 |
| 2021-08-24 | Auto merge of #88266 - nikomatsakis:issue-87879, r=jackh726 | bors | -0/+15 |
| 2021-08-23 | 2229: Consider varaiables mentioned in closure as used | Aman Arora | -33/+4 |
| 2021-08-23 | fix test | Niko Matsakis | -0/+1 |
| 2021-08-23 | Auto merge of #88265 - m-ou-se:rollup-soymv20, r=m-ou-se | bors | -2/+2 |
| 2021-08-23 | add trailing newline | Niko Matsakis | -1/+1 |
| 2021-08-23 | select obligations after `check_casts` | liudingming | -0/+14 |
| 2021-08-23 | Auto merge of #87676 - sexxi-goose:truncate_unique, r=nikomatsakis | bors | -16/+16 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -2/+2 |
| 2021-08-20 | Auto merge of #88039 - sexxi-goose:fix-87987, r=nikomatsakis | bors | -0/+54 |
| 2021-08-19 | Auto merge of #87996 - sexxi-goose:fix-87988, r=nikomatsakis | bors | -0/+63 |
| 2021-08-16 | Update test output. | Mara Bos | -152/+44 |
| 2021-08-15 | Introduce hir::ExprKind::Let - Take 2 | Caio | -6/+3 |
| 2021-08-14 | Only compute place if upvars can be resolved | Roxane | -0/+54 |
| 2021-08-13 | Update comment and fix fmt | Roxane | -4/+4 |
| 2021-08-13 | Update tests for new closure migration lint wording. | Mara Bos | -280/+280 |
| 2021-08-13 | Auto merge of #87956 - m-ou-se:closure-migration-macro-body, r=Aaron1011 | bors | -0/+56 |
| 2021-08-12 | Add missing multi variant cases | Roxane | -0/+63 |
| 2021-08-12 | Add test for closure migration with a macro body. | Mara Bos | -0/+56 |
| 2021-08-12 | Update test output. | Mara Bos | -81/+108 |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -182/+182 |
| 2021-07-31 | 2229: Handle MutBorrow/UniqueImmBorrow better | Aman Arora | -16/+16 |
| 2021-07-30 | Auto merge of #86754 - estebank:use-multispans-more, r=varkor | bors | -1/+1 |
| 2021-07-30 | Use multispan suggestions more often | Esteban Küber | -1/+1 |
| 2021-07-28 | fix nit | Roxane | -1/+1 |
| 2021-07-28 | Range PatKind implies discr should be read | Roxane | -0/+14 |
| 2021-07-26 | 2229: Don't capture preicese paths on top of a union | Aman Arora | -0/+90 |
| 2021-07-16 | Rollup merge of #87161 - sexxi-goose:fix-issue-87097, r=nikomatsakis | Guillaume Gomez | -0/+68 |
| 2021-07-15 | Get the right place type | Roxane | -0/+68 |
| 2021-07-14 | Add test for copy type in move closure | Aman Arora | -1/+62 |
| 2021-07-11 | Auto merge of #86995 - sexxi-goose:rewrite, r=nikomatsakis | bors | -56/+142 |
| 2021-07-09 | Ensure deterministic ordering for diagnostics | Roxane | -2/+2 |
| 2021-07-09 | Address comments | Roxane | -10/+10 |
| 2021-07-09 | Handle multi diagnostics | Roxane | -8/+448 |