| Age | Commit message (Expand) | Author | Lines |
| 2021-07-18 | When pretty printing, name placeholders as bound regions | jackh726 | -1/+1 |
| 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 |
| 2021-07-09 | Fix wording | Roxane | -379/+235 |
| 2021-07-09 | Add note clarifying why a closure no longer implements a trait | Roxane | -10/+30 |
| 2021-07-09 | Add note pointing to where a closure and it's captured variables are dropped | Roxane | -30/+333 |
| 2021-07-09 | Update error message | Roxane | -32/+32 |
| 2021-07-09 | Add note on why the variable is not fully captured | Roxane | -44/+166 |
| 2021-07-09 | Add more tests | Aman Arora | -1/+105 |
| 2021-07-09 | Move optimization to the central processing function | Aman Arora | -6/+6 |
| 2021-07-09 | Rewrite closure capture analysis | Aman Arora | -51/+33 |
| 2021-07-09 | Auto merge of #86869 - sexxi-goose:rfc2229-migration-capture-kind, r=nikomats... | bors | -0/+13 |
| 2021-07-09 | Auto merge of #86701 - sexxi-goose:optimization, r=nikomatsakis | bors | -10/+107 |
| 2021-07-08 | Consider capture kind for auto traits migration | Roxane | -1/+1 |
| 2021-07-08 | Add new test case | Roxane | -0/+13 |
| 2021-07-06 | Rename lint | Ryan Levick | -0/+19 |
| 2021-07-06 | Rename disjoint_capture_migration lint to rust_2021_incompatible_closure_capt... | Ryan Levick | -168/+170 |
| 2021-07-04 | be conservative in has_significant_drop | Niko Matsakis | -0/+34 |
| 2021-06-29 | Edition 2021 for tests | Aman Arora | -35/+8 |
| 2021-06-29 | 2229: Reduce the size of closures with `capture_disjoint_fields` | Aman Arora | -10/+134 |
| 2021-06-29 | Rollup merge of #86673 - m-ou-se:disjoint-capture-edition-lint, r=nikomatsakis | Yuki Okushi | -104/+186 |
| 2021-06-27 | Editon 2021 enables precise capture | Aman Arora | -1279/+451 |
| 2021-06-27 | Make disjoint_capture_migration an edition lint. | Mara Bos | -104/+186 |
| 2021-06-24 | fixup! 2229: Capture box completely in move closures | Aman Arora | -4/+4 |
| 2021-06-24 | 2229: Capture box completely in move closures | Aman Arora | -8/+130 |
| 2021-06-22 | Edition 2021 enables disjoint capture | Aman Arora | -0/+23 |
| 2021-05-14 | add new attribute rustc_insignificant_dtor and a query to check if a type has... | Dhruv Jauhar | -0/+226 |
| 2021-05-13 | Rollup merge of #85240 - Aaron1011:no-suggest-static, r=davidtwco | Guillaume Gomez | -4/+0 |
| 2021-05-13 | Auto merge of #83129 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakis | bors | -3/+39 |
| 2021-05-12 | Don't suggest adding `'static` lifetime to arguments | Aaron Hill | -4/+0 |
| 2021-05-11 | Test `-Zthir-unsafeck` for unsafe function calls | LeSeulArtichaut | -3/+39 |
| 2021-05-06 | Fix some nits | Roxane | -6/+6 |
| 2021-05-06 | Add additional migrations to handle auto-traits and clone traits | Roxane | -19/+327 |
| 2021-05-01 | Closure capture borrow diagnostics for disjoint captures | Chris Pardy | -12/+264 |
| 2021-04-16 | fix reporting return type in some cases | AliƩnore Bouttefeux | -0/+31 |
| 2021-04-02 | Rollup merge of #83757 - sexxi-goose:migrations_out, r=nikomatsakis | Dylan DPC | -108/+640 |
| 2021-04-01 | Make the diagnostic message more readable | Aman Arora | -54/+54 |
| 2021-04-01 | Don't introduce a block if a block exists | Aman Arora | -59/+177 |
| 2021-04-01 | Update test cases | Aman Arora | -108/+522 |
| 2021-03-31 | give full path of constraint in suggest_constraining_type_param | hi-rustin | -4/+4 |
| 2021-03-27 | make unaligned_refereces future-incompat lint warn-by-default, and remove the... | Ralf Jung | -5/+5 |
| 2021-03-22 | 2229 migration: Don't try resolve regions before writeback | Aman Arora | -0/+25 |
| 2021-03-18 | Replace closures_captures and upvar_capture with closure_min_captures | Jennifer Wills | -0/+259 |
| 2021-03-15 | Add comments with examples and tests | Roxane | -39/+566 |
| 2021-03-14 | Only borrow place for matching under specific conditions | Roxane | -0/+148 |